Login Page - Create Account

Support Board


Date/Time: Wed, 15 May 2024 06:02:40 +0000



Post From: Enable/Disable Auto Trade using ATR

[2016-09-04 05:23:53]
Sawtooth - Posts: 3996
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.