StockFetcher Forums · General Discussion · How to extract date if possible<< >>Post Follow-up
pa247
143 posts
msg #147404
Ignore pa247
4/16/2019 11:16:55 AM

Fetcher[
show stocks where RSI(21) crossed below 40
and where CCI(40) crossed below -200
and Bollinger Width(35,2.0) and low crossed below Lower Bollinger Band(20)
and market is not OTCBB
and Close is Above 15.00
and optionable
and Average Volume(30) > 500000

DRAW MA(200)
DRAW BOLLINGER BANDS(35,2.0)

ADD COLUMN RSI(21) {RSI(21)<40}
ADD COLUMN CCI {cci(40)below -200}

add column Bollinger %B(35,2) {%B(35,2)}

/*from graftonian to draw lines on chart*/
set{rsicross, count( rsi(21) crossed below 40, 1)}
draw rsi(21)
draw rsicross

/*draw cci lines at -200*/
set{ccicross, count( cci(40) crossed below -200, 1)}
draw cci(40)
draw ccicross
]



I have the above filter and it works for what I want but is there a way to extract the date that the stock crossed over the -200 CCI?

And then have that date go into a new watchlist that I set up?

thanks

StockFetcher Forums · General Discussion · How to extract date if possible<< >>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.