Login Page - Create Account

Support Board


Date/Time: Fri, 09 May 2025 19:36:46 +0000



Time Based Orders

View Count: 1006

[2014-10-31 15:24:02]
infpz - Posts: 826
I am looking to place an order at a specific time with a spreadsheet system for trading (as opposed to disabling auto trading during certain times). Can someone direct me to documentation on how to do this?
[2014-10-31 15:34:44]
Sawtooth - Posts: 4214
Something like this should work

=AND($J$41-INT($J$41)>=TIMEVALUE("09:30:00"),$J$41-INT($J$41)<TIMEVALUE("09:30:03"))

This will give a 3 second window at 9:30 am, because J41 only updates at each chart update.

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

Login

Login Page - Create Account