Login Page - Create Account

Support Board


Date/Time: Sun, 24 Nov 2024 01:24:51 +0000



Read Trade window parameters in ACSIL

View Count: 945

[2020-02-15 10:58:20]
HAB-User115006 - Posts: 38
1. How can I read the target/Stoploss values in ACSIL like I can read quantity using sc.TradeWindowOrderQuantity
2. If the above is not possible is there a way to read the TW TextTag value

When placing orders I am using sc.UseGUIAttachedOrderSetting = 1 to use the TW attached orders and I intend to display TW settings on the chart so I know what is being traded in case I change a TW parameter.

Thanks
[2020-02-16 10:40:28]
Sierra Chart Engineering - Posts: 104368
1. You cannot. You can only set them:
sc.SetAttachedOrders()

2. We will have to add a function for this. This will be out in the next release:
int (SCDLLCALL* GetTradeWindowTextTag)(SCString& r_TextTag);
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-02-21 02:32:48]
HAB-User115006 - Posts: 38
That is great
Quick note: This function should Read the Config name if the 'Use Config name as Text tag' option is checked

Thanks a lot...
[2020-02-21 18:45:14]
Sierra Chart Engineering - Posts: 104368
2. This function has been added in the latest prerelease of Sierra Chart.

Quick note: This function should Read the Config name if the 'Use Config name as Text tag' option is checked
Ok we will implement this.
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

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

Login

Login Page - Create Account