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

Re: Easy Language Help



PureBytes Links

Trading Reference Links

On Wed, 28 Jul 2004, Grover wrote:

> I want to paint the 50th bar back.  The following code paints the 50th
> bar and also all bars preceding the 50th. How do I get it to only
> paint the 50th bar?
> 
> InPut: PastBar(50);
> If Currentbar>0 Then Begin
>   Plot1[PastBar](High[PastBar],"PBHigh");
>   Plot2[PastBar](Low[PastBar],"PBLow");
> End; 
> 
> Thanks for any suggestions.
>  
> Best regards,
>  Grover  
>                         mailto:grover@xxxxxxxxxxxx
> 
> 
> 

Paint bar 51 the normal colors?