Support Board
Date/Time: Sat, 10 May 2025 00:31:06 +0000
Post From: disable auto trading not working
[2014-05-09 11:27:19] |
sbsierra - Posts: 71 |
You want trading to enabled from 8:45 till 15:00, right? Use: =OR(J41-INT(J41)<TIMEVALUE("08:45:00"),J41-INT(J41)>TIMEVALUE("15:00:00")) I would recommend to use another cell to disable autotrading via a filter condition and use the output together with a entry condition. Then it is still possible to use the exit cells, if e.g. a trade ist entered at 14:58. regards, bs.trader |