thegapper 4 posts msg #35921 - Ignore thegapper |
5/6/2005 12:45:11 PM
I am new to SF and was wondering if any one could help me with a filter. I'm Trying to come up with a filter where the 75(ma) 25(ma) 10(ma) is moving below the 200(ma) and are about to cross over the 200(ma).
Thanks, thegapper
|
thegapper 4 posts msg #35922 - Ignore thegapper |
5/6/2005 12:49:08 PM
I can get one (ma) to crossover the 200(ma) but I can't get all three to move over the 200(ma).
Thanks, thegapper
|
stockfetcher 980 posts msg #35923 |
5/6/2005 12:54:06 PM
The following filter should get you started. You'll want to tweak the parameters to your liking.
Regards,
Steve
StockFetcher.com Support
|
thegapper 4 posts msg #35924 - Ignore thegapper |
5/6/2005 3:49:35 PM
Thank You!
|
TheRumpledOne 6,411 posts msg #35932 - Ignore TheRumpledOne |
5/7/2005 3:22:20 PM
Gapper, the filter above will tell you when at the ma(10) crossed aboved one of the moving averages you listed.
The ma_xover column can be sorted to show you the stocks the crossed over multiple MAs.
For ma_xover the value
111 means ma(10) crossed over all 3 MAs
100 means ma(10) crossed over the ma(25)
010 means ma(10) crossed over ma(75)
001 means ma(10) crossed over ma(200)
000 means ma(10) did not cross over any of the MAs.
The line "C3 above 0" in the filter means the filter only returns stocks that crossed over at least one of the MAs.
Pretty cool stuff, huh?
Of course, add your own price and volume criteria.
For the record, my good buddy, CEGIS, helped me with this "secret code " a long time ago.
MAY ALL YOUR FILLS BE COMPLETE.
|
cegis 235 posts msg #35937 - Ignore cegis |
5/8/2005 4:07:07 PM
TheRumpledOne,
Thanks for the credit, but it's not really necessary in cases like this. I like seeing my ideas in use! :-) I like it even better when I see someone I helped helping someone else - using my ideas or not!
C
|
TheRumpledOne 6,411 posts msg #35941 - Ignore TheRumpledOne |
5/8/2005 7:28:01 PM
Hey CEGIS:
I practice what I preach, giving credit where credit is due... that just makes it more likely people will want to help you again.
It sure beats seeing your work on another site that has been ever so slightly modified with someone claiming all the credit.
|