StockFetcher Forums · General Discussion · Can we get list of signal dates instead of list of stocks?<< >>Post Follow-up
Rick67
64 posts
msg #99587
Ignore Rick67
3/10/2011 10:58:34 AM

I would like to know on what past dates one or more indicators gives a signal.

Is this possible to program into Stockfetcher?

For example, what past dates are SPY, IWM both above 90 on RSI(2) on weekly data.

Thanks,
Rick

Kevin_in_GA
4,599 posts
msg #99631
Ignore Kevin_in_GA
3/12/2011 10:20:02 AM

For example, what past dates are SPY, IWM both above 90 on RSI(2) on weekly data.

Thanks,
Rick

+++++++++++

You can do the following as one solution:

Fetcher[

set{iwm, ind(iwm, weekly RSI(2))}
set{spy, ind(spy, weekly rsi(2))}
set{trigger1, count(iwm above 90,1)}
set{trigger2, count(spy above 90,1)}
set{trigger, trigger1 * trigger2}

add column iwm {IWM RSI(2)}
add column spy {SPY RSI(2)}
draw trigger
symlist(spy,iwm)

]



Go long IWM or SPY when the trigger signal equals 1.



StockFetcher Forums · General Discussion · Can we get list of signal dates instead of list of stocks?<< >>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.