StockFetcher Forums · Filter Exchange · Filter Question<< >>Post Follow-up
pthomas215
1,251 posts
msg #133752
Ignore pthomas215
1/15/2017 9:49:21 PM

For some reason Im having a hard time writing this. Trying to find stocks where Slow Stochastic(5,1) Fast %K is crossing above 30 within the past day and at the same time Weekly IFT(2,1) is crossing above 0 within the past day.

Any thoughts would be appreciated.

graftonian
1,089 posts
msg #133759
Ignore graftonian
modified
1/16/2017 7:35:13 AM

/*For some reason Im having a hard time writing this. Trying to find stocks where Slow Stochastic(5,1) Fast %K is crossing above 30 within the past day and at the same time Weekly IFT(2,1) is crossing above 0 within the past day.
Any thoughts would be appreciated.*/
Fetcher[
set{s_days, days(slow stochastic(5,1) fast %k below 30, 2)}
add column s_days
s_days equals 1
draw slow stochastic(5,1) fast %k
draw slow stochastic(5,1) fast %k line at 30

set{i_days, days(IFT(2,1) below 0, 2)}
add column i_days
i_days equals 1
draw IFT(2,1)
draw IFT(2,1) line at 0

do not draw s_days
do not draw i_days
]



pthomas215
1,251 posts
msg #133760
Ignore pthomas215
1/16/2017 10:47:32 AM

Thanks graft.

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