mmaurice 51 posts msg #56824 - Ignore mmaurice |
11/18/2007 10:22:30 AM
I have been working on a filter for a Flat Base as IBD defines it.
How would you improve the following to make it work better?
set{25dayhigh, high 25 days ago}
set{25daylow, low 25 days ago}
set{maxhigh, 25dayhigh * 1}
set{minhigh, 25dayhigh *0.92}
price above 15
average volume above 250000
roe is above 17%
day position(0,25) is above minhigh
day position(1,25) is below maxhigh
draw price line at 25dayhigh
draw price line at 25daylow
draw price line at maxhigh
draw price line at minhigh
|