Tell it to noplot. See the help on this. You tell it to plot else
noplot. It is kind of hard to make it stop once it gets going.
Jimmy
I'm trying to have an indicator plot only on today's bars.
IF DATE = TODAY THEN Plot1(Value1, "Value1");
This doesn't work, any ideas? Thanks!
|