Login Page - Create Account

Support Board


Date/Time: Mon, 19 May 2025 13:45:47 +0000



Post From: Custom data for Activity Trade Log

[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";