Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 17:04:46 +0000



TradeOrderData.TextTag

View Count: 518

[2020-07-09 09:04:34]
gfx2trade - Posts: 48
Hi SC team,

When using the below code...

sc.FormatString(ServiceLogStr, " >>> TextTag : %s", TradeOrderData.TextTag);

I get ...

>>> TextTag : @ï9 | 2020-07-09 11:03:49.638

what x, in %x shall I use to see my order tag ? tks
[2020-07-09 20:26:10]
Sierra Chart Engineering - Posts: 104368
Change this to:
TradeOrderData.TextTag.GetChars()

Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2020-07-10 08:15:53]
gfx2trade - Posts: 48
It works fine. Thsk

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

Login

Login Page - Create Account