Support Board
Date/Time: Fri, 09 May 2025 22:23:19 +0000
Post From: Enable/Disable Auto Trade using ATR
[2016-09-04 05:23:53] |
Sawtooth - Posts: 4214 |
Put the ATR condition inside the OR statement, like this: =OR(J41-INT(J41)<TIMEVALUE("07:30:00"),J41-INT(J41)>TIMEVALUE("16:00:00"),YourATRcondition) Your ATR condition has syntax errors. Be sure to include the SG1. |