StockFetcher Forums · Filter Exchange · Premier Stochastic Oscillator - Long<< 1 2 >>Post Follow-up
tomm1111
202 posts
msg #67565
Ignore tomm1111
modified
9/21/2008 10:06:33 PM

Here is the Premier Stochastic Oscillator plucked from the August 2008 issue of Stocks and Commodities magazine. The suggested rules are as follows:

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
]




Short Trades:
1) Premier stochastic crosses above -0.9
2) Premier stochastic crosses above -0.2

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

Fetcher[
/* Premier Stochastic Oscillator - Short */

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 above -0.9,1)}
set{x2,count(ps crossed above -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 then 0
and not otcbb

add column x9
add column x2
add column ps
]



johnpaulca
12,036 posts
msg #67566
Ignore johnpaulca
9/21/2008 10:43:55 PM

doesn't work for guys in the cheap seats.

tomm1111
202 posts
msg #67567
Ignore tomm1111
modified
9/21/2008 11:11:41 PM

Sorry cheap seat people. I don't know how else to do it. :o{

I'm working on the short version. ------> Posted.

chetron
2,817 posts
msg #67572
Ignore chetron
9/22/2008 7:08:58 AM

tomm, please compare my results to yours and see if there are any appreciatable differences.


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(var2)}

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 hit
add column x9
add column x2
add column ps
sort column 5 descending
]



or maybe....


Fetcher[


/* Premier Stochasitc Oscillator - Long */

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

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 hit
add column x9
add column x2
add column ps
sort column 5 descending
]



chetron
2,817 posts
msg #67599
Ignore chetron
9/22/2008 8:19:49 PM


WOULD SOMEONE PLEASE POST A 6 MONTH CHART OF BRO USING TOMM'S LONG FILTER FOR THE HIGHER PRICED SUB.

TIA CHETRON




tomm1111
202 posts
msg #67602
Ignore tomm1111
9/22/2008 11:31:52 PM

Chetron,

You lose some added smoothing without the second level CEMA, but the second filter you posted looks pretty close.

Offset 1 day you get 86 hits with the original and 77 with the second one you posted. Approximately half of the 77 show up on the original therefore the timing might be off slightly as well.

I will try to post a picture of BRO. (Never done it before)

Tomm

tomm1111
202 posts
msg #67603
Ignore tomm1111
modified
9/22/2008 11:42:40 PM

How is this? This is the original premier stochastic oscillatory - long.



tomm1111
202 posts
msg #67605
Ignore tomm1111
9/22/2008 11:46:39 PM

Here is the second filter in your post.
set{var2,cema(var1,10)}



tomm1111
202 posts
msg #67606
Ignore tomm1111
9/22/2008 11:56:39 PM

I apologize everyone for the big ass pictures.

chetron
2,817 posts
msg #67623
Ignore chetron
9/23/2008 6:45:42 AM


excellant tomm. good job.


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.