Login Page - Create Account

Support Board


Date/Time: Mon, 25 Nov 2024 21:20:00 +0000



Post From: Custom data for Activity Trade Log

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