Login Page - Create Account

Support Board


Date/Time: Mon, 19 May 2025 12:50:05 +0000



[Programming Help] - Custom data for Activity Trade Log

View Count: 365

[2024-02-06 19:02:05]
thefilmguy - Posts: 8
Using ACSIL, do we have the ability to write custom data to the trade activity log? Custom fields?
[2024-02-10 21:31:45]
ForgivingComputers.com - Posts: 1058
The only thing you can write to the Trade Activity Log is the Note field, which is set at order entry using TextTag. The note field is also applied to attached orders. You could convert numbers to text if you wanted to.


s_SCNewOrder NewOrder;
NewOrder.TextTag = "Auto Entry";

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

Login

Login Page - Create Account