Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 04:26:01 +0000



Automate trade window

View Count: 393

[2023-02-22 15:44:03]
Hopeman - Posts: 156
Hello,

I would like to know if it is possible to automate the selection of Trade window strategies. My intention is to vary the stop and target according to volatility
thank you
[2023-02-22 20:50:34]
John - SC Support - Posts: 31362
We are not exactly sure what you are asking for, but you can setup keyboard shortcuts or control bar options to change the Trade Window Configurations.

You can also change the Trade Window configuration through a Custom study. Refer to the following:
ACSIL Interface Members - Variables and Arrays: sc.TradeWindowConfigFileName
For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2023-02-27 09:50:14
[2023-02-22 22:16:43]
Sawtooth - Posts: 3993
You can also change the Trade Window configuration using the Spreadsheet System for Trading study, in cell J112.
[2023-02-23 05:15:46]
Hopeman - Posts: 156
Hi @tomgilb

I need to choose through the spreadsheet the different configuration of the trade window depending on the states of the market one or the other. Is this possible?
Date Time Of Last Edit: 2023-02-24 16:42:07
[2023-02-27 09:49:49]
Sierra_Chart Engineering - Posts: 14207
Yes you can use the spreadsheet IF function to accomplish something like 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, use the Teton service:
Sierra Chart Teton Futures Order Routing
[2023-02-27 12:58:46]
Sawtooth - Posts: 3993
I need to choose through the spreadsheet the different configuration of the trade window depending on the states of the market one or the other. Is this possible?

Use a formula like this in cell J112:
=IF(J1=1,"Seahawk.twconfig",IF(J1=2,"SimpleBracket.twconfig",0))
Date Time Of Last Edit: 2023-03-02 15:24:23
[2023-03-02 15:09:46]
Hopeman - Posts: 156
Thank you @Tomgilb

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

Login

Login Page - Create Account