Registered User Joined: 3/3/2005 Posts: 11
|
i would like to scan regular macd histogram when it goes above or below the 0 (zero) line. eg mace 8,17,9
thanks j dsouza.
|
Registered User Joined: 1/28/2005 Posts: 6,049
|
Try this:
MACD (exp) Histogram Crossing From Negative to Positive Today:
(XAVGC8-XAVGC17)>(XAVG(XAVGC9,8)-XAVG(XAVGC17,9)) AND (XAVGC8.1-XAVGC17.1)<(XAVG(XAVGC9.1,8)-XAVG(XAVGC17.1,9))
MACD (exp) Histogram Crossing From Positive to Negative Today:
(XAVGC8-XAVGC17)<(XAVG(XAVGC9,8)-XAVG(XAVGC17,9)) AND (XAVGC8.1-XAVGC17.1)>(XAVG(XAVGC9.1,8)-XAVG(XAVGC17.1,9))
Thanks diceman
|
Worden Trainer
Joined: 10/1/2004 Posts: 18,819
|
Here is a video to review: Understanding MACD
You should check out the PCF templates available under the video after you watch it.
- Craig Here to Help!
|