StockFetcher Forums · Filter Exchange · Pristine methods<< >>Post Follow-up
municipal
12 posts
msg #71618
Ignore municipal
2/20/2009 2:07:35 PM

Hi, I am trying to create two filters one to go long and the other to short the stocks.
I am not sure if you guys are familiar with the Pristine methods by Oliver Velez.

These are the filters I created
For short trades the purpose is for the stock to go up 3 highs and then start looking to go short.

Short

Show stocks where close is near upper bollinger band(20)
And close below MA 30
And CCI(6) is above 100
And the stocks are optional
and Average Volume(90) is above 500000
and close is between 25 and 100

For long trade the purpose is for the stock to go down 3 lows and then start looking to go long.

Buy

Show stocks where close is near lower bollinger band(20)
And close below MA 30
And CCI(6) is below 100
And the stocks are optional
and Average Volume(90) is above 500000
and close is between 25 and 100

Any comments or recommendation are welcome, thanks Willie


chetron
2,817 posts
msg #71627
Ignore chetron
modified
2/20/2009 3:03:49 PM

CLICKABLE...

CORRECTED ISSUES.....
VELEZ INSPIRED EDITS....
MORE ISSUES....
MAX'S ISSUES = )
FOR THE PURISTS......


Fetcher[

/* Short */

set{var1,HIGH 1 day ago}
set{vtrig,count(HIGH ABOVE var1,3)}

vtrig above 2.5

Show stocks where close is near upper bollinger band(20)
And close ABOVE MA(30)
And CCI(6) is above 100
And the stocks are optionaBlE
and Average Volume(90) is above 500000
and close is between .25 and 100

]




AND...


Fetcher[

/* Buy */

set{var1,low 1 day ago}
set{vtrig,count(low below var1,3)}

vtrig above 2.5

Show stocks where close is near lower bollinger band(20)
And close below MA(30)
And CCI(6) is below 100
And the stocks are optionaBlE
and Average Volume(90) is above 500000
and close is between .25 and 100

]



maxreturn
745 posts
msg #71629
Ignore maxreturn
2/20/2009 5:54:24 PM

Municipal. I noticed a couple of errors. First, the terminology is "optionable". Second, for the bullish filter I believe you probably meant "close above ma30"?

chetron
2,817 posts
msg #71630
Ignore chetron
modified
2/20/2009 6:17:36 PM

MY THOUGHTS....




Fetcher[

/* Short */

set{var1,HIGH 1 day ago}
set{vtrig,count(HIGH ABOVE var1,3)}

vtrig above 2.5
close BELOW UPPER Bollinger Band(20,2)
var1 ABOVE UPPER Bollinger Band(20,2) 1 day ago
close ABOVE open


Show stocks where close is near upper bollinger band(20)
And close ABOVE MA(30)
And CCI(6) is above 100
and Average Volume(90) is above 500000
and close is between .25 and 100

]





AND...



Fetcher[

/* Buy */

set{var1,low 1 day ago}
set{vtrig,count(low below var1,3)}

vtrig above 2.5
close above Lower Bollinger Band(20,2)
var1 below Lower Bollinger Band(20,2) 1 day ago
close below open

Show stocks where close is near lower bollinger band(20)
And close below MA(30)
And CCI(6) is below 100
and Average Volume(90) is above 500000
and close is between .25 and 100

]



and...

Fetcher[


/* Buy */

set{var1,low 1 day ago}
set{vtrig,count(low below var1,3)}

vtrig above 2.5
close above Lower Bollinger Band(20,2)
var1 below Lower Bollinger Band(20,2) 1 day ago
close below open

Show stocks where close is near lower bollinger band(20)
And close below MA(30)
And CCI(6) is below 100
and Average Volume(90) is above 500000
and close is between .25 and 100


close below close 1 day ago
close below open
volume above 900000
]



municipal
12 posts
msg #71785
Ignore municipal
2/26/2009 1:38:15 PM

Thanks for the info.,

StockFetcher Forums · Filter Exchange · Pristine methods<< >>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.