Registered User Joined: 3/3/2005 Posts: 11
|
I WOULD LIKE THE PCF FOR MACD HISTOGRAM WHEN MACD CROSSES THE ZERO LINE. IF YOU SHOW ME THE PCF TO SCAN I CAN CORRELATE OR COPY IT.AND PASTE IT. EVERY TIME I ENTER IT I GET AN ERROR
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
The formulas provided by diceman in the following topic do not produce errors when I copy them from the forums and paste them into a Personal Criteria Formula in TeleChart:
MACD HISTOGRAM 12-26-9
You may wish to try the following if you want a single formula for both directions:
SGN(XAVGC12 - XAVGC26 - XAVG(XAVGC12,9) + XAVG(XAVGC26,9)) - SGN(XAVGC12.1 - XAVGC26.1 - XAVG(XAVGC12.1,9) + XAVG(XAVGC26.1,9)) <> 0
-Bruce Personal Criteria Formulas TC2000 Support Articles
|