Stock Hideout
Go Back   Stock Hideout > Stock Market School > Mike Parker's Method
Register Stock Contest FAQ Members List Stock News Calendar Search Today's Posts Mark Forums Read

Mike Parker's Method Use Mikey's method with Medved QuoteTracker™ and say good-bye to pump and dumps.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old Sat, 07-23-2005, 01:32 AM   #1 (permalink)
mp6140
CRUSTY ON THE OUTSIDE !
 
mp6140's Avatar
 
Join Date: Mar 2005
Posts: 839
mp6140 has disabled reputation
MP -- RSIWLR analyzer stockfetcher scan formula

hey

presently we have a STOCKFETCHER SCAN written for the analyzer and by early next week, we should be bringing the analyzer and mikeys method together with scanning abilities -- should be an unbeatable combo !

for those who like to jump right in and beta test, i am indebted to corsino from stockfetcher.com who supplied the following scan for non - otc stocks. plug in your own values as you wish and delete the last line to scan for otc stocks.

stocks where Rsi(2)crossed above 20 within the last 1 days and Williams %R(10)crossed above -70 within the last 1 days
and close is between 0.5 and 5
and average volume (90) is above 150000
and not OTCBB


we find that when doing a scan for stocks that fit the way the analyzer functions, the results appear to be excellent. after getting your scan list from stockfetcher, throw each one into the RSIWLR analyzer and get a fast idea of just what theyre up to -- this is where the system shines !

also please note that we have added a "momentum" line with a value of 21 which may replace the accum/distrib line in the future !

trade well

mp

Last edited by mp6140 : Sun, 07-24-2005 at 11:24 PM.
mp6140 is offline   Reply With Quote
Sponsored Links
Old Sun, 07-24-2005, 11:20 PM   #2 (permalink)
mp6140
CRUSTY ON THE OUTSIDE !
 
mp6140's Avatar
 
Join Date: Mar 2005
Posts: 839
mp6140 has disabled reputation
MP --- making the RSIWLR chart BIGGER !

hey

on the lower left side of the java chart at prophet.net there is a push button called "detach"

push it and the chart seperates from the page it was on origninally AND CAN BE RESIZED in all the normal ways

NEATO !

mp
mp6140 is offline   Reply With Quote
Old Mon, 07-25-2005, 07:00 PM   #3 (permalink)
therumpledone
Member
 
Join Date: Apr 2005
Posts: 43
therumpledone
Send a message via AIM to therumpledone Send a message via MSN to therumpledone Send a message via Yahoo to therumpledone
STOCKFETCHER FILTER FOR RSIWRL METHOD

MP added momentum(12) to the equation!!

Pulling out a few math "tricks", I can get the A/D converted to a percent value like MP has on his combined www.prophet.net chart:
Now we should be able to get those crossing the 20% line!


/* YOUR SELECTION CRITERIA GOES BELOW THIS LINE */

close is between 0.5 and 5
average volume (90) is above 100000
and not OTCBB

SORT COLUMN 5 DESCENDING

/* YOUR SELECTION CRITERIA GOES ABOVE THIS LINE */

set{ClLo, close - low}
set{HiCl, high - close}
set{HiLo, high - low}
set{x, ClLo - HiCl}
set{CLV, x / HiLo}
set{accdist, CLV * volume}

set{adpct1, CLV + 1}
set{adpct, adpct1 *50}

add column adpct

add column RSI(2)
add column Williams %R(10)
add column momentum(12)

draw adpct
draw rsi(2)
draw Williams %R(10)
draw momentum(12)

/* SELECTION CRITERIA GOES BELOW THIS LINE */

set{rsix, count(rsi(2)crossed above 20, 1)}
set{wrx, count(Williams %R(10) crossed above -70 , 1)}
set{adpctx, count(adpct crossed above 20, 1)}
set{momox, count(momentum(12) above momentum(12) 1 day ago, 1)}

set{xc1, rsix + wrx}
set{xc, xc1 + adpctx}

xc above 0

add column xc
add column momox



In the above filter if ANY of the lines cross above the 20% line, the stock will display. I added column xc so we can see how many crosses there were.

Since MP threw in the momentum(12) and momentum doesn't have a defined range, I show the momox value = 1, for stocks where momentum is heading north... should catch the movers. You can add the line AND MOMOX EQUAL 1 to select only those with momentum heading north.

MAY ALL YOUR FILLS BE COMPLETE.
therumpledone is offline   Reply With Quote
Old Tue, 07-26-2005, 08:13 PM   #4 (permalink)
hellabill
help me oh great one
 
Join Date: Mar 2005
Posts: 45
hellabill has disabled reputation
Question the rumpledone filter

when i went to stockfetcher.com and inputed ur values got this message:


Filter Syntax checking aborted due to too many set statements.

Due to performance issues, the Beta version of the StockFetcher Filter Syntax checker is unable to process filters with more than 10 set{} statements.

We hope to have this resolved in the near future!


tia
hellabill is offline   Reply With Quote
Old Wed, 07-27-2005, 12:03 AM   #5 (permalink)
therumpledone
Member
 
Join Date: Apr 2005
Posts: 43
therumpledone
Send a message via AIM to therumpledone Send a message via MSN to therumpledone Send a message via Yahoo to therumpledone
I posted the filter on stockfetcher... it works.

Make sure you click on the magnifying glass icon to the left of the word FETCHER.

If you copy/pasted everything I posted here into an SF filter, it should work... works for me!



MAY ALL YOUR FILLS BE COMPLETE.
therumpledone is offline   Reply With Quote
Old Wed, 07-27-2005, 09:45 AM   #6 (permalink)
hellabill
help me oh great one
 
Join Date: Mar 2005
Posts: 45
hellabill has disabled reputation
Thumbs up the rumpledone filter

yes it worked when i went to my filters and inputed it tx

now i need an interpetation-lol- on this stock which showed these values:

adpct=25
rsi(2)=18
wm%10=-15
momo(12)=0.001
xc=0

i presume these are bad values!!!

what should they read in order to consider a stock??

tia
hellabill is offline   Reply With Quote
Old Wed, 07-27-2005, 11:27 PM   #7 (permalink)
tonyt
Member
 
Join Date: Apr 2005
Posts: 50
tonyt will become famous soon enough
Quote:
Originally Posted by therumpledone
I posted the filter on stockfetcher... it works.

Make sure you click on the magnifying glass icon to the left of the word FETCHER.

If you copy/pasted everything I posted here into an SF filter, it should work... works for me!



MAY ALL YOUR FILLS BE COMPLETE.

Im a bit confused Avery. Do i just copy and paste everything you posted for the filter? Like this?....

/* YOUR SELECTION CRITERIA GOES BELOW THIS LINE */

close is between 0.5 and 5
average volume (90) is above 100000
and not OTCBB

SORT COLUMN 5 DESCENDING

/* YOUR SELECTION CRITERIA GOES ABOVE THIS LINE */

set{ClLo, close - low}
set{HiCl, high - close}
set{HiLo, high - low}
set{x, ClLo - HiCl}
set{CLV, x / HiLo}
set{accdist, CLV * volume}

set{adpct1, CLV + 1}
set{adpct, adpct1 *50}

add column adpct

add column RSI(2)
add column Williams %R(10)
add column momentum(12)

draw adpct
draw rsi(2)
draw Williams %R(10)
draw momentum(12)

/* SELECTION CRITERIA GOES BELOW THIS LINE */

set{rsix, count(rsi(2)crossed above 20, 1)}
set{wrx, count(Williams %R(10) crossed above -70 , 1)}
set{adpctx, count(adpct crossed above 20, 1)}
set{momox, count(momentum(12) above momentum(12) 1 day ago, 1)}

set{xc1, rsix + wrx}
set{xc, xc1 + adpctx}

xc above 0

add column xc
add column momox


I have built filters... but im new to your type of filters. When i copy and paste as noted above, i get errors. Obviously thats not the way to do it. How do i break it down?
tonyt is offline   Reply With Quote
Old Thu, 07-28-2005, 12:13 AM   #8 (permalink)
corsino
 
Join Date: Jul 2005
Posts: 1
corsino
KEEP THE RSIWLR FILTER SIMPLE

Quote:
Originally Posted by tonyt
Im a bit confused Avery. Do i just copy and paste everything you posted for the filter? Like this?....

/* YOUR SELECTION CRITERIA GOES BELOW THIS LINE */

close is between 0.5 and 5
average volume (90) is above 100000
and not OTCBB

SORT COLUMN 5 DESCENDING

/* YOUR SELECTION CRITERIA GOES ABOVE THIS LINE */

set{ClLo, close - low}
set{HiCl, high - close}
set{HiLo, high - low}
set{x, ClLo - HiCl}
set{CLV, x / HiLo}
set{accdist, CLV * volume}

set{adpct1, CLV + 1}
set{adpct, adpct1 *50}

add column adpct

add column RSI(2)
add column Williams %R(10)
add column momentum(12)

draw adpct
draw rsi(2)
draw Williams %R(10)
draw momentum(12)

/* SELECTION CRITERIA GOES BELOW THIS LINE */

set{rsix, count(rsi(2)crossed above 20, 1)}
set{wrx, count(Williams %R(10) crossed above -70 , 1)}
set{adpctx, count(adpct crossed above 20, 1)}
set{momox, count(momentum(12) above momentum(12) 1 day ago, 1)}

set{xc1, rsix + wrx}
set{xc, xc1 + adpctx}

xc above 0

add column xc
add column momox


I have built filters... but im new to your type of filters. When i copy and paste as noted above, i get errors. Obviously thats not the way to do it. How do i break it down?
Keep the original simple RSIWLR filter. The expanded filter adds nothing meaningful. It cannot be backtested nor debugged in Stockfetcher because of all the "set"statements.
Does a bicycle really need five wheels?
corsino is offline   Reply With Quote
Old Thu, 07-28-2005, 12:30 AM   #9 (permalink)
tonyt
Member
 
Join Date: Apr 2005
Posts: 50
tonyt will become famous soon enough
Quote:
Originally Posted by corsino
Keep the original simple RSIWLR filter. The expanded filter adds nothing meaningful. It cannot be backtested nor debugged in Stockfetcher because of all the "set"statements.
Does a bicycle really need five wheels?

Understood. But i would still like to know the correct sequence to input Avery's filters into SF. Everytime he posts a filter, i try several combinations (copy and paste exactly what is written, copy and paste with /*....*/ omitted... etc). All i get are errors.
tonyt is offline   Reply With Quote
Old Thu, 07-28-2005, 09:21 AM   #10 (permalink)
hellabill
help me oh great one
 
Join Date: Mar 2005
Posts: 45
hellabill has disabled reputation
tonyt!

Quote:
Originally Posted by tonyt
Understood. But i would still like to know the correct sequence to input Avery's filters into SF. Everytime he posts a filter, i try several combinations (copy and paste exactly what is written, copy and paste with /*....*/ omitted... etc). All i get are errors.
to get Avery's filter to work i went to public filters and choose 1 of them.
then i hit backtest and deleted that filter and input avery's filter
close is between 0.0005 and 0.35 ( changed it to my criteria)
average volume (90) is above 100000
and OTCBB and pinks
SORT COLUMN 5 DESCENDING
set{ClLo, close - low}
set{HiCl, high - close}
set{HiLo, high - low}
set{x, ClLo - HiCl}
set{CLV, x / HiLo}
set{accdist, CLV * volume}

set{adpct1, CLV + 1}
set{adpct, adpct1 *50}

add column adpct

add column RSI(2)
add column Williams %R(10)
add column momentum(12)

draw adpct
draw rsi(2)
draw Williams %R(10)
draw momentum(12)

set{rsix, count(rsi(2)crossed above 20, 1)}
set{wrx, count(Williams %R(10) crossed above -70 , 1)}
set{adpctx, count(adpct crossed above 20, 1)}
set{momox, count(momentum(12) above momentum(12) 1 day ago, 1)}

set{xc1, rsix + wrx}
set{xc, xc1 + adpctx}

xc above 0

add column xc
add column momox

once in that section i hit backtest and stocks came up
the only problem i have is once i made it my own filter i can't get any stocks the next day!!!!
have to go and do it all over again to get new stocks!!!!

need help with this part so don't always have to go to back to public filters
hellabill is offline   Reply With Quote
Reply



Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Add RSS   Add RSS2   Add to Google   Add to My Yahoo   My MSN RSS
All times are GMT -3.5. The time now is 07:39 PM.


vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC5 © 2006, Crawlability, Inc.
Copyright © 2005, StockHideout.com, info@stockhideout.com
Clicky Web Analytics

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286