Support Board
Date/Time: Mon, 25 Nov 2024 07:33:29 +0000
Post From: How to set auto trading timing, flatten trading and disable trading for 2 sessions
[2024-03-26 14:35:28] |
John - SC Support - Posts: 36238 |
You have to combine these two items together in those fields and you would want to limit the timing for the flattening. Also, the FRACTIME(J41) function does the same thing as "J41 - INT(J41)" For example, to Flatten and Cancel at both 07:29 and at 13:00, your formula in J29 would be the following: =OR(AND(FRACTIME($J$41) > TIMEVALUE("07:29:00"), FRACTIME($J$41) < TIMEVALUE("07:31:00")), AND(FRACTIME($J$41) > TIMEVALUE("13:00:00"), FRACTIME($J$41) < TIMEVALUE("13:02:00"))) We leave it to you to apply this to the Disable Auto Trading. For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |