ATR trailing default is FALSE. I am saying to use ATR Trailing TRUE. All the rest of the settings after that are default.
OK, i think we are closer now.:clap:
If "UseAtrTrailing = True", then there is also a setting for AtrTrailingPeriod and AtrTrailingCoef. If these are at default values, then they are 20 (AtrTrailingPeriod) and 1.0 (AtrTrailingCoef).
I've read that 2.0 and 4.0 for the AtrTrailingCoef also produce good results.
With exit = 2 and "UseAtrTrailing = True," there is no need to use second TP = 35 because it does not work. That's what was confusing me, the use of the 2nd TP = 35, because if you were using a 2nd TP = 35, then UseAtrTrailing would have to be False.