PureBytes Links
Trading Reference Links
|
And if you are a TS2000i user, use the PaintAnyBar paintbar study and set
the criteria for the study to be:
Date=1010220
For Feb 20. No EL programming required.
Regards,
Michael
At 09:27 AM 3/29/2001 -0800, Ivo Karindi wrote:
>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.
|