roundedClose = Instrument.MasterInstrument.Round2TickSize( (Close[0])) ;
DrawTextFixed("Round", roundedClose.ToString(), TextPosition.TopRight, Color.Black, new Font ("Arial", 14), Color.Empty, Color.Empty,0);
What do I have to change? thank you

Comment