PureBytes Links
Trading Reference Links
|
<x-flowed>
This technique is used with paintbars and showmme's to erase a value
plotted intrabar when the Update Every Tick is used. It will not erase
prior plots.
At 10:14 AM 7/28/00 -0600, you wrote:
> > In TS4.0, you need to "Displace the Plot" by 0 bars. Plot[0](....,"...");
>
>I tried this:
>
>if Time < 1200 then plot1[0](Close, "C")
> else plot1(Close,"C");
>
>...and it plotted all points. Am I doing something wrong?
>Gary
Bill Brower
Email: 1000mileman@xxxxxxxxxxxxxx
Web Site: insideedge.net
</x-flowed>
|