DrawLine("lowertimeline", 1, High[0]- (TickSize*Bars.Period.Value), 0, High[0]- (TickSize*Bars.Period.Value) , Color.Black, DashStyle.Solid, 2);
I imported it into NT7 and I get the following error when compiling:
No overload for method 'DrawLine' takes 8 arguments.
Where am I going wrong?
thanks

Comment