StockFetcher Forums · Filter Exchange · $NYMO<< >>Post Follow-up
saico
59 posts
msg #106051
Ignore saico
4/28/2012 11:41:40 AM

Hi all,
is there a way to simulate that for SF, since its not offered.

Much thanks
Saico

Kevin_in_GA
4,599 posts
msg #106052
Ignore Kevin_in_GA
4/28/2012 12:27:00 PM

Fetcher[

/*SET ADVANCING - DECLINING STOCKS ON NYSE AS A VARIABLE AND CREATE A MOVING AVERAGE OSCILLATOR*/
set{var1, ind(^advn,close)}
set{var2, ind(^decn,close)}
set{var3a, var1 - var2}
set{AD_19, CEMA(var3a,19)}
set{AD_39, CEMA(var3a,39)}
set{AD_McClellan, AD_19 - AD_39}

set{AD_summation, cema( AD_McClellan,20)}

add column AD_McClellan {McClellan Oscillator}
add column AD_summation {McClellan Summation Index}
symlist(spy)

draw AD_McClellan line at 0
draw AD_summation line at 0

]





saico
59 posts
msg #106055
Ignore saico
4/28/2012 2:44:01 PM

Thanks a lot Kevin!!!!!!! Your help is much appreciated!

Saico

StockFetcher Forums · Filter Exchange · $NYMO<< >>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.