Can anyone help me with this code custom code
-
Please help i cant get ATR to print with only 2decimals and ATRMultiple doesnt show at all.
Comment1=(string)Commentlong_1+",MagicNo"+(string)OrderMagicNumber()+",ATR"+(string)ATR_in_pips+",ATRMultiple"+(string)ATR_Multiplier;
This is what it writes in comment RIK,MagicNo131,ATR2.2571428[sl] (needs ATRMultiple)

-
Got it just need to print ATR_multiplier
Comment1=(string)Commentlong_1+",MagicNo"+(string)OrderMagicNumber()+",ATR"+(string)NormalizeDouble(ATR_in_pips,2)+",ATRMultiple"+(string)ATR_Multiplier;