[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Plotting a dot



PureBytes Links

Trading Reference Links

Hello Omegaites!

Can anyone tell me an easy way to plot a dot below the bar instead of
painting the bar for the time specified? Code for painting the bar is below.

Thanks,
Ned


Inputs: PaintTime(0300);

If Time = PaintTime Then Begin
	 	PlotPaintBar(Low,high, "Time");
End
Else Begin
	NoPlot(1);
	NoPlot(2);
End;