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
|
four 5,087 posts msg #133808 - Ignore four modified |
1/19/2017 12:33:40 AM
This line typed as :
set{ DayChg1 , close – close 5 days ago }
Should be typed as :
set{ DayChg1 , close - close 5 days ago }
|