Announcement

Collapse
No announcement yet.

Ppo

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Ppo

    Hi:

    I didn't find an efs for the percent price oscillator.
    Here is the text for it, just now sure what needs to be changed to make it "efs" ready.
    If anyone would be so kind as to do the conversion, I'd appreciate it.

    Thanks,
    Max

    {Percentage Price Oscillator}
    PPO:= ((Mov(C ,9,E ) - Mov(C,45,E))/Mov(C,9,E))*100;
    Trigger:= Mov(PPO,9,E);
    PPO; Trigger;
Working...
X