PureBytes Links
Trading Reference Links
|
> Hi all,
>
> I want to plot a showme in the middle of the body of the previous (i.e
> bar[1]) Candle stick up bar and the code I have is
>
> Plot1(Open[1]+((Close[1]-Open[1]*0.50),"showme");
Plot1[1](Open[1]+((Close[1]-Open[1]*0.50),"showme");
rgds hans
>
> but this still plots in bar[0]
>
> Could someone tell me what I am doing wrong?
>
> Many thanks
>
> Philip
>
|