StockFetcher Forums · Filter Exchange · DEMARKER INDICATOR<< >>Post Follow-up
richo
74 posts
msg #88991
Ignore richo
3/3/2010 5:27:35 AM

Any ideas on writing a filter specifically for the S&P 500 to identify potential turns in the market.


Thanks

Rich

Kevin_in_GA
4,599 posts
msg #89006
Ignore Kevin_in_GA
3/3/2010 9:56:23 AM

Fetcher[
/*DEMARKER FILTER*/
set{DEM1, COUNT(DEMARKER(5) ABOVE 0.3,1)}
set{DEM2, count(demarker(5) 1 day ago below 0.3,1)}
set{dembuy, dem1 * dem2}

set{DEM3, COUNT(DEMARKER(5) below 0.7,1)}
set{DEM4, count(demarker(5) 1 day ago above 0.7,1)}
set{demsell, dem3 * dem4}

set{BUY, count(dembuy above 0.5,1)}
set{SELL, count(demsell above 0.5,1)}
set{DeMarker5,0}

draw SELL on plot DeMarker5
draw BUY on plot DeMarker5

draw volume_oscillator line at 1
symlist(spy)
chart-time is 6 months
]



richo
74 posts
msg #89044
Ignore richo
3/4/2010 6:15:12 AM

Thanks Kevin

StockFetcher Forums · Filter Exchange · DEMARKER INDICATOR<< >>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.