| 
 PureBytes Links 
Trading Reference Links 
 | 
input: MyDate(1010329), Color(Red);
if Date=MyDate then PlotPaintBar(High, Low, "MyDate");
SetPlotColor(1, Color);
Ivo
> -----Original Message-----
> From: Robert Marley [mailto:smokegreenbuds@xxxxxxxxx]
> Sent: Wednesday, March 28, 2001 8:45 PM
> To: OmegaList
> Subject: Date -paint bar
> 
> 
> 
> Could someone help me.  I just need a simple PaintBar
> ela that paints one bar on a daily chart.
> 
> If i specify the input date (say, Feb 20, 2001) it
> will paint that one bar.
> 
> Thanks in advance for any.,,
> 
> -RNM
> 
> 
 
 |