Login Page - Create Account

Support Board


Date/Time: Thu, 15 May 2025 23:35:06 +0000



[Programming Help] - Is there a way to receive trade activity log to my email?

View Count: 265

[2024-06-12 10:45:19]
User799255 - Posts: 24
Chatgpt is so good that it can read broker statement correctly.

I want to do the same from Sierra so I can run daily reconciliation automatically.

If there isn't a way to receive it natively, can I set up using ASCIL?

Thanks
[2024-06-12 12:04:57]
emmanuel - Posts: 63
ASCIL has some of the trade activity data in the form of the trade list.

You can use functions such as sc.GetTradeListSize() and sc.GetTradeListEntry() to fill out the n_ACSIL::s_TradeAccountDataFields structure. That structure will tell you which of the trade activity fields are available.

As for the email portion, I have no idea.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account