Login Page - Create Account

Support Board


Date/Time: Mon, 21 Apr 2025 14:50:47 +0000



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

[2023-10-11 18:48:24]
sgne - Posts: 109
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")