StockFetcher Forums · Public Filter List · Code for Decision Point PMO Oscillator<< >>Post Follow-up
SAFeTRADE
630 posts
msg #138351
Ignore SAFeTRADE
modified
9/25/2017 12:17:11 AM

Fetcher[
set{a, close / close 1 day ago}
set{b, a * 100}
set{c, cema(b,24)}
set{d, c - 100}
set{e, cema(d,10)}
set{f, cema(e,8)}


draw pmo(10,24,8)
draw f on plot e
draw d on plot e

draw macd(10,24,8)

symlist(spy,dia,qqq)
]



SFMc01
358 posts
msg #138382
Ignore SFMc01
9/25/2017 11:23:14 PM

I've never seen anything about this B4. How would you trade it?
Steve

SAFeTRADE
630 posts
msg #138385
Ignore SAFeTRADE
9/26/2017 12:02:30 PM

It is similar to MACD only PMO uses rate of change for the settings. Discovered this somewhere

and found the code and converted it to Stockfetcher. I did not think Stockfetcher had this indicator.

I am just playing with it right now.

Safetrade

SFMc01
358 posts
msg #138391
Ignore SFMc01
9/26/2017 6:09:26 PM

Thank you

graftonian
1,089 posts
msg #138395
Ignore graftonian
9/27/2017 8:33:51 AM

I went through an excel example and tried to write a script, no can do:

SET{CSC1, 2/35}/*CUSTOM SMOOTH COEFF*/
SET{A, ROC(1,1) * CSC1}
SET{B, 1 - CSC1}
SET{C, C 1 DAY AGO * B}

The variable C requires C 1 day ago, and there's the rub.

StockFetcher Forums · Public Filter List · Code for Decision Point PMO Oscillator<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.