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

Re: Making a plot disappear



PureBytes Links

Trading Reference Links

<x-flowed>
In TS4.0, you need to "Displace the Plot" by 0 bars.  Plot[0](....,"...");
In TS2000, you use the NoPlot command.

At 02:02 AM 7/28/00 -0600, you wrote:
>Once upon a time I knew of a "secret" incantation that would make a plot
>not appear for any specified bar AND when the plot reappears, the chart
>does not attempt to connect-the-dots with a straight line across the blank
>region.  It went something like this...
>
>if condition1
>    then plot1( mystery_value_that_I_forgot, "" )    {this should not plot }
>    else plot1( close, "" ) ;
>
>Anybody know?
>
>- mark
>

Bill Brower
Email: 1000mileman@xxxxxxxxxxxxxx
Web Site: insideedge.net
</x-flowed>