StockFetcher Forums · Filter Exchange · How do I convert the below filter to a alert for swing trading? I am newbie and have less knowledge on scripting<< >>Post Follow-up
shastry17
7 posts
msg #133768
Ignore shastry17
1/16/2017 8:36:08 PM

Day Change 10 week high is above 11 percent
and Volume is above 200000
and Volume is below 2000000
and Close-to-open gap is above 0
and Average True Range(14) has been increasing for 5 days
and price is below 10
and price is above 1

(supernova pattern)
show stocks where close gained more than 20 percent over the last 5 days
and price is between .8 and 9
average day range is above 3
and volume is greater than 500000
set{ DayChg1 , close – close 5 days ago }
set{ DayChg2 , DayChg1 / close 5 days ago }
Set{ 5DayPctGain, DayChg2 * 100}
add column 5DayPctGain
and sort column 5 descending
Set{5DaysAgoPrice, close 5 days ago}
and add column 5DaysAgoPrice



shastry17
7 posts
msg #133806
Ignore shastry17
1/19/2017 12:13:39 AM

Is someone really making money using this crap tool?

four
5,087 posts
msg #133807
Ignore four
modified
1/19/2017 12:27:32 AM

Fetcher[Day Change 10 week high is above 11 percent
and Volume is above 200000
and Volume is below 2000000
and Close-to-open gap is above 0
and Average True Range(14) has been increasing for 5 days
and price is below 10
and price is above 1

(supernova pattern)
show stocks where close gained more than 20 percent over the last 5 days
and price is between .8 and 9
average day range is above 3
and volume is greater than 500000
set{ DayChg1 , close - close 5 days ago }
set{ DayChg2 , DayChg1 / close 5 days ago }
Set{ 5DayPctGain, DayChg2 * 100}
add column 5DayPctGain
and sort column 5 descending
Set{5DaysAgoPrice, close 5 days ago}
and add column 5DaysAgoPrice
]



four
5,087 posts
msg #133808
Ignore four
modified
1/19/2017 12:33:40 AM

This line typed as :
set{ DayChg1 , closeclose 5 days ago }

Should be typed as :
set{ DayChg1 , close - close 5 days ago }


StockFetcher Forums · Filter Exchange · How do I convert the below filter to a alert for swing trading? I am newbie and have less knowledge on scripting<< >>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.