DrawDot(CurrentBar.ToString("0.00") + "Trail",true, 0,trailStopPrice,Color.Red);
"trailStopPrice" is my variable that I define via SetStopLoss based on an ATR based trailing stop calculation.
Unfortunately I get just a straight line per trade (see enclosed sample). Could anyone me a hint please.
Thanks

Comment