Support Board
Date/Time: Mon, 21 Apr 2025 16:27:07 +0000
Post From: How to attached a custom name to an order using s_SCNewOrder::TextTag?
[2025-03-06 00:43:32] |
ondafringe - Posts: 322 |
It worked for me, using this: NewOrder.TextTag = "Text Tag Test";
The same thing you're doing. The text tag showed up in my Trade Orders window and I was also able to see it in my code using the debugger: s_SCTradeOrder TradeOrderData;
sc.GetOrderByOrderID(gl->orderID, TradeOrderData); TradeOrderData.TextTag; Regardless of whether I had "Use Config Name as Text Tag" checked or not. And that's on both entry and exit orders placed by my code. Date Time Of Last Edit: 2025-03-06 01:12:27
|