Support Board
Date/Time: Fri, 10 Jan 2025 13:48:24 +0000
Post From: Enable/Disable Auto Trade using ATR
[2016-09-04 05:23:53] |
Sawtooth - Posts: 4147 |
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. |