Support Board
Date/Time: Wed, 27 Nov 2024 00:43:09 +0000
Post From: How to change trade twconfig based on ATR range values
[2023-10-11 21:51:40] |
Sawtooth - Posts: 4120 |
Would the above be correct?
You have a double 2, and you need a closing parenthesis for each IF:=IF(O3=1,"1.twconfig",IF(P3=1,"2.twconfig",IF(Q3=1,"3.twconfig",IF(R3=1,"4.twconfig",IF(S3=1,"5.twconfig",0))))) |