Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 00:30:14 +0000



Post From: How to change trade twconfig based on ATR range values

[2023-10-11 18:48:24]
sgne - Posts: 105
You need more right parens.

You can also shift the complex formula to column O, and make J112 simpler.

O3
=if(and(ATR>1.1,ATR<=1.8),"x1",if(...

J112
=concatenate(O3,".twconfig")