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

Using NOPlot() can you alternate plot on and off ?


  • To: "Omega-List \(E-mail\)" <Omega-List@xxxxxxxxxx>
  • Subject: Using NOPlot() can you alternate plot on and off ?
  • From: "Jerry War" <drwar@xxxxxxxxx>
  • Date: Fri, 18 Oct 2002 13:00:59 -0700

PureBytes Links

Trading Reference Links

I tried doing the following:

var: flag(1);
flag=-flag;
if flag=1 then
	Plot1(flag);
if flag=-1 then
	NoPlot(1);

Is there some fundamental reason you cannot turn the plot on and off ?

Thanks 
Jerry