Trade Log Export?

Is it possible to export a trade log in excel or csv format? On a related topic are there any plans to allow direct connections with trade journaling software such as Tradezella?

Thank you!

1 Like

Hey @DMC

You cannot currently export via the platform, however you can do this via Ironbeam API.

We will reach out to Tradezella about a possible integration.

Mike Murphy
[email protected]

2 Likes

Second the request for Tradezella integration!

2 Likes

Hi Mike - any thoughts on whether a csv export is something that could be added? Also I’m sure it takes time but do you think Tradezella export sync is something that could happen?

Thank you,

Daniel

Hey @DMC

We have reached out to TradeZella and we are waiting to hear back from them on a possible integration.

Mike Murphy
[email protected]

Yes, you can export a trade log in Excel or CSV format from many trading platforms. However, direct connections with trade journaling software like Tradezella depend on the platform’s integration capabilities and any plans they have for such features.

1 Like

@saleenajohn we are now integated with TradesViz!

Mike Murphy
[email protected]

I’ve put together a small python script that creates CSV-files from the account statements. It can be found here: https://github.com/meman987/ironbeam.

I’ll see if I can develop a something using the API also (I’ve requested an API-key)

2 Likes

@meman987 that link doesn’t work but I’d love to see the code. Can you fix the link?

Mike Murphy
[email protected]

The link should work now.

1 Like

Thanks for putting this together. When you mention run “just iron” how can one accomplish this? I entered “just iron” in Python and I’m getting a “SyntaxError: invalid syntax” message.

Thank you!

Hello is there any update on statements and how we can get them exported into excel? I’m manually entering trades into a notebook with a pencil where on my last broker I could export to CSV and automatically put all my data into a report.

I would really like some assistance to get away from the pdfs and create some efficiency in my trade logs using Ironbeam. Thank you.
B

Thanks for this! I seem to have an issue with the pandas module not being found, even though it’s installed in my python library (and the version able to be verified). Any suggestions for this?