![]() |
| |||||||
| Mike Parker's Method Use Mikey's method with Medved QuoteTracker™ and say good-bye to pump and dumps. |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
| | #1 (permalink) |
| CRUSTY ON THE OUTSIDE ! Join Date: Mar 2005
Posts: 839
![]() | 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. |
| | |
| Sponsored Links |
| | #2 (permalink) |
| CRUSTY ON THE OUTSIDE ! Join Date: Mar 2005
Posts: 839
![]() | 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 |
| | |
| | #3 (permalink) |
| Member | 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. |
| | |
| | #4 (permalink) |
| help me oh great one Join Date: Mar 2005
Posts: 45
![]() | 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 |
| | |
| | #5 (permalink) |
| Member | 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. |
| | |
| | #6 (permalink) |
| help me oh great one Join Date: Mar 2005
Posts: 45
![]() | 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 |
| | |
| | #7 (permalink) | |
| Member Join Date: Apr 2005
Posts: 50
![]() | Quote:
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? | |
| | |
| | #8 (permalink) | |
| Join Date: Jul 2005
Posts: 1
![]() | KEEP THE RSIWLR FILTER SIMPLE Quote:
Does a bicycle really need five wheels? | |
| | |
| | #9 (permalink) | |
| Member Join Date: Apr 2005
Posts: 50
![]() | Quote:
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. | |
| | |
| | #10 (permalink) | |
| help me oh great one Join Date: Mar 2005
Posts: 45
![]() | tonyt! Quote:
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 | |
| | |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |