Support Board
Date/Time: Sat, 05 Jul 2025 01:15:03 +0000
Post From: Enable/Disable Auto Trade using ATR
[2016-09-04 05:23:53] |
Sawtooth - Posts: 4232 |
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. |