Login Page - Create Account

Support Board


Date/Time: Thu, 10 Jul 2025 04:02:57 +0000



Post From: Custom data for Activity Trade Log

[2024-02-10 21:31:45]
ForgivingComputers.com - Posts: 1076
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";