TheRumpledOne 6,411 posts msg #38047 - Ignore TheRumpledOne |
9/18/2005 10:54:19 AM
Why didn't I think of this sooner?
The WARM FILTER found stocks hitting bottom but we also want to find stocks bouncing off the bottom and one way to find them is via the crossovers.
This filter finds stocks where the rsi(2) has crossed above a/d but displays all of the crossover columns.
If you remove the last line and run the filter you can then sort on the crossover column that you are interested in.
MAY ALL YOUR FILLS BE COMPLETE.
|
TheRumpledOne 6,411 posts msg #38048 - Ignore TheRumpledOne |
9/18/2005 11:25:42 AM
Whoops!
I forgot that I had to adjust RSVAL because indposition gives results from 0 - 1. Sure wish we could edit or delete our posts.
This version actually displays the stocks that just crossed over. The first version displayed all stocks that had a crossover from 1 - 100 days ago.
This filter allows you to focus on the stocks that have just moved off the bottom.
I hope someone backtests this filter. Then change RSXAD EQUAL 1 to RSXMO, RSXWR, etc.. and tests all 6 possibilities. You may also prove that if more than one crossover occurs that is even better!
The reason for:
rsi(2) above rsi(2) 1 day ago
is because A/D can cross below RSI(2) and they both can be heading south but it would show the RSI(2) crossed ABOVE A/D.
The reason for:
ADVAL BELOW .20
Is to limit the number of stocks returned.
MAY ALL YOUR FILLS BE COMPLETE.
|