RoachStock71 2 posts msg #119145 - Ignore RoachStock71 |
4/16/2014 2:40:30 PM
Can anyone help a dumb newbie like me code to show me the PPO(12,26) having crossed the signal line (9-day EMA of PPO)?
Percentage Price Oscillator (PPO): {(12-day EMA - 26-day EMA)/26-day EMA} x 100
Signal Line: 9-day EMA of PPO
Thank you very much.
|
Kevin_in_GA 4,599 posts msg #119154 - Ignore Kevin_in_GA |
4/16/2014 9:05:57 PM
Try this:
CEMA(X,Y) is a custom ema function, where X is the variable and Y is the number of days for the ema of that variable.
You might want to narrow your search a bit based on price and volume:
|
RoachStock71 2 posts msg #119159 - Ignore RoachStock71 |
4/17/2014 1:46:50 PM
Kevin, I really appreciate your help on this. I would have never figured this out so thank you!
|