pthomas215 1,251 posts msg #136509 - Ignore pthomas215 |
6/26/2017 12:23:55 AM
yes, I believe that is correct. I am not personally 'stockfetcher sophisticated enough" to code your exact parameters. If you dont get it in this thread, maybe email stockfetcher support. also check out the GUPPY filters posted...based upon moving averages those stocks move in the percentages you describe.
|
sandjco 648 posts msg #136521 - Ignore sandjco |
6/26/2017 6:44:18 PM
I think this may be the closest one....I believe this was called "Run Forest Run" by TRO...but I still have a lot of reading to do as there are a few variations ..;=D
Pardon this first attempt at copying the formula; not sure how to do that so it will pop up on the filter screen yet!
average volume(90) above 50000
average volume(10) above 250000
offset is 0
set{volcnt, count(volume above 50000, 100) }
set{volzero, count(volume equal 0, 100) }
set{x1, high - open}
set{Long_Profit, x1/open }
set{C1A, count(Long_Profit > .04 , 100)}
set{C2A, count(Long_Profit > .09, 100)}
set{C0010, C1A - C2A}
set{D1A, count(Long_Profit > .09 , 100)}
set{D2A, count(Long_Profit > .19, 100)}
set{D1020, D1A - D2A}
set{E1A, count(Long_Profit > .19 , 100)}
set{E2A, count(Long_Profit > .29, 100)}
set{E2030, E1A - E2A}
set{F1A, count(Long_Profit > .29 , 100)}
set{F2A, count(Long_Profit > .39, 100)}
set{F3040, F1A - F2A}
set{G1A, count(Long_Profit > .39 , 100)}
and add column daychg2
and add column rsi(3)
and add column C0010 {4_9}
and add column D1020 {10_19}
and add column E2030 {20_29}
and add column F3040 {30_39}
and add column G1A {40+}
and add column C1A {ttl}
and add column average day range (30)
|