Login Page - Create Account

Support Board


Date/Time: Wed, 26 Feb 2025 15:55:46 +0000



Export Trade Activity Log via command line

View Count: 663

[2021-05-25 16:11:30]
User230940 - Posts: 121
Hello,

I would like to export the Trade Activity Logs in real time to a database.

I found nothing which makes this possible today, right?

Is there a possibility to export the trade activity logs via a command line which I could use in the background with scheduled task for example. Afterwards I would import this data to my database. This would not be real time by near by.

Thanks for your input

best regards
[2021-05-25 16:59:32]
John - SC Support - Posts: 38179
I found nothing which makes this possible today, right?

Nothing built into Sierra Chart. You could create your own study that can get the information. Refer to the following:
Automated Trading From an Advanced Custom Study: s_SCTradeOrder Structure Members

Is there a possibility to export the trade activity logs via a command line which I could use in the background with scheduled task for example. Afterwards I would import this data to my database. This would not be real time by near by.

There is no keyboard shortcut that would export/save the Trade Activity Log. But, refer to the following for how to Export/Save the information in general:
Trade Activity Log: Saving the Log
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2021-05-25 17:07:25]
User230940 - Posts: 121
Hi John,

thanks.

Would it be possible through the DLL to access a database?

regards
carsten
[2021-05-25 17:25:56]
John - SC Support - Posts: 38179
Would it be possible through the DLL to access a database?

If you are referring to your own database, then yes. What you are creating is a fully functional C++ program that is run within Sierra Chart, so you have access to all the C++ functionality. Refer to the following:
Advanced Custom Study Interface and Language (ACSIL): Introduction
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing

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

Login

Login Page - Create Account