epoch 12 posts msg #81517 - Ignore epoch |
10/21/2009 6:41:33 PM
I would like to determine how often a particular stock rebounds after gapping down at open below the LBB(40,2) something like
Open below lower bollinger band(40,2)
Count(high above upper bollinger band(40,2),100) only when the condition in the first line has occured
apply to symlist(xxx)
I suspect I am asking SF to do two things at once.
Any help appreciated
Bill
|
trendscanner 265 posts msg #81545 - Ignore trendscanner modified |
10/22/2009 11:18:33 AM
This might do what you're looking for:
In this case, aapl, hasn't opened below this lower BB during the last year.
This filter would only catch rebounds above the upper BB on the same day as the open below the lower BB. It could be structured differently to plot rebounds that occur after the open below the lower BB.
|
epoch 12 posts msg #81658 - Ignore epoch |
10/23/2009 5:56:13 PM
Thanks Trendscanner.
I see now how to do the count function syntax for both variables, but you're right, the occurences may be too infrequent to be of any use.
Thanks again for responding
Bill
|