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

PPO



PureBytes Links

Trading Reference Links


In the last issue of TASC on page 32, The 
Percentage Price Oscillator is described. The use of a trigger line is also used 
with the PPO. If I create the PPO indicator and the "Trigger" in the same 
indicator as below, how do I get the indicator to plot both lines?
 
PPO:= ((Mov(C ,12,E ) - 
Mov(C,26,E))/Mov(C,12,E))*100;Trigger:= Mov(C,9,E);
 
 
Thanks,
 
Jim Barone