PureBytes Links
Trading Reference Links
|
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
|