StockFetcher Forums · Filter Exchange · Premier Stochastic Oscillator - Long<< 1 2 >>Post Follow-up
TheRumpledOne
6,407 posts
msg #67628
Ignore TheRumpledOne
modified
9/23/2008 8:53:38 AM

Long Trades:
1) Premier stochastic crosses below 0.9
2) Premier stochastic crosses below 0.2

Once it crosses below those levels, look for a pop back above.


Fetcher[
/* Premier Stochasitc Oscillator - Long */

set{var,fast stochastic fast %k(8) - 50}
set{var1,var * 0.1}
set{var2,cema(var1,5)}
set{x,cema(var2,5)}
set{s,exp(x)}

set{var3,s - 1}
set{var4,s + 1}
set{ps,var3 / var4}

set{x9,count(ps crossed below 0.9,1)}
set{x2,count(ps crossed below 0.2,1)}
set{hit,x9 + x2}

draw ps line at -.9
draw ps line at -.2
draw ps line at 0
draw ps line at .2
draw ps line at .9

show stocks where close is above 5
and volume is above 100000
and hit greater than 0
and not otcbb

add column x9
add column x2
add column ps

/* TRO STAT SCAN - 10 PERCENT POPS PER WEEK */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B10A, count(Long_Profit > .10 , 100)}

set{A10A, count(Long_Profit > .10 , 1)}
set{chg, sum( A10A - A10A 1 day ago ,5)}

and add column separator
and add column B10A {GT10%}
and add column AvgRng

add column chg{(wk)}
add column chg 1 week ago{(-1wk)}
add column chg 2 weeks ago{(-2wk)}
add column chg 3 weeks ago{(-3wk)}
add column chg 4 weeks ago{(-4wk)}
add column chg 5 weeks ago{(-5wk)}
add column chg 6 weeks ago{(-6wk)}
add column chg 7 weeks ago{(-7wk)}
add column chg 8 weeks ago{(-8wk)}
and add column separator
add column industry
add column sector
and add column separator

sort column 9 descending
]



Now you know "STATISTICALLY" which ones are most likely to pop 10% or more.




tomm1111
202 posts
msg #67825
Ignore tomm1111
modified
9/28/2008 12:20:51 AM

Some adjustments in the works... I will update filter as necessary.

tomm1111
202 posts
msg #67841
Ignore tomm1111
9/29/2008 12:57:18 AM

I changed the "hit" criteria to capture when the PSO crossed above the upper extreme or below the lower extreme. Watch for PSO to reverse back across the upper or lower limit at 0.9 and -0.9.

TRO, Thanks for the dash.

With the drastically reduced hit rate, I changed the POP % on the dash to 5% to try to pick up some resolution.

Fetcher[

/* Premier Stochasitc Oscillator - Long */

set{var,fast stochastic fast %k(8) - 50}
set{var1,var * 0.1}
set{var2,cema(var1,5)}
set{x,cema(var2,5)}
set{s,exp(x)}

set{var3,s - 1}
set{var4,s + 1}
set{pso,var3 / var4}

set{upper,count(pso crossed above 0.9,1)}
set{lower,count(pso crossed below -0.9,1)}
set{hit,upper + lower}

draw pso line at -.9
draw pso line at 0
draw pso line at .9

show stocks where close is above 5
and volume is above 100000
and hit greater than 0
and not otcbb

add column separator
add column upper
add column lower
add column pso

/* TRO STAT SCAN - 5 PERCENT POPS PER WEEK */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B10A, count(Long_Profit > .05 , 100)}

set{A10A, count(Long_Profit > .05 , 1)}
set{chg, sum( A10A - A10A 1 day ago ,5)}

and add column separator
and add column B10A {GT5%}
and add column AvgRng

add column chg{(wk)}
add column chg 1 week ago{(-1wk)}
add column chg 2 weeks ago{(-2wk)}
add column chg 3 weeks ago{(-3wk)}
add column chg 4 weeks ago{(-4wk)}
add column chg 5 weeks ago{(-5wk)}
add column chg 6 weeks ago{(-6wk)}
add column chg 7 weeks ago{(-7wk)}
add column chg 8 weeks ago{(-8wk)}
and add column separator
add column industry
add column sector
and add column separator

sort column 10 descending
]



chetron
2,817 posts
msg #67844
Ignore chetron
9/29/2008 7:07:52 AM

cheap seats......


Fetcher[



/* Premier Stochasitc Oscillator - Long */

set{var,fast stochastic fast %k(8) - 50}
set{var1,var * 0.1}
set{x,cema(var1,5)}
/* set{x,cema(var2,5)} */
set{s,exp(x)}

set{var3,s - 1}
set{var4,s + 1}
set{pso,var3 / var4}

set{upper,count(pso crossed above 0.9,1)}
set{lower,count(pso crossed below -0.9,1)}
set{hit,upper + lower}

draw pso line at -.9
draw pso line at 0
draw pso line at .9

show stocks where close is above 5
and volume is above 100000
/* and hit greater than 0 */
and not otcbb

add column separator
add column upper
add column lower
add column pso
add column separator
and add column hit

/* TRO STAT SCAN - 5 PERCENT POPS PER WEEK */

set{xRange, high - low}
set{AvgRng, cma(xRange,5) }
set{HiOp, high - open}
set{Long_Profit, HiOp/open }

set{B10A, count(Long_Profit > .05 , 100)}

set{A10A, count(Long_Profit > .05 , 1)}
set{chg, sum( A10A - A10A 1 day ago ,5)}

and add column separator
and add column B10A {GT5%}
and add column AvgRng

add column chg{(wk)}
add column chg 1 week ago{(-1wk)}
add column chg 2 weeks ago{(-2wk)}
add column chg 3 weeks ago{(-3wk)}
add column chg 4 weeks ago{(-4wk)}
add column chg 5 weeks ago{(-5wk)}
add column chg 6 weeks ago{(-6wk)}
add column chg 7 weeks ago{(-7wk)}
add column chg 8 weeks ago{(-8wk)}
and add column separator
add column industry
add column sector
and add column separator

sort column 10 descending

]



StockFetcher Forums · Filter Exchange · Premier Stochastic Oscillator - Long<< 1 2 >>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.