tmaugham 115 posts msg #95141 - Ignore tmaugham |
7/27/2010 8:50:49 PM
I would like to code a filter that would provide a list of stocks that have been declining for several days then reversed and have been climbing for the last 2 days. Can anyone please give me coding suggestions?
Thanks,
Tom
|
four 5,087 posts msg #95148 - Ignore four modified |
7/27/2010 11:20:12 PM
|
tmaugham 115 posts msg #95155 - Ignore tmaugham |
7/28/2010 9:22:41 AM
Excellent! thanks very much!!!!!!
Tom
|
four 5,087 posts msg #95184 - Ignore four |
7/28/2010 9:57:00 PM
bingo
|
marine2 963 posts msg #95191 - Ignore marine2 |
7/29/2010 2:42:57 AM
Try this filter and see how you like it.
and price is above 3
and Linear Regression Slope(10) is below 0 at close
and MACD Fast Line(12,26,9) is below 0 at close
and MACD Fast Line(12,26,9) is crossing above MACD Slow Line(12,26,9) at close
and day change % is above 0
|
johnpaulca 12,036 posts msg #95197 - Ignore johnpaulca |
7/29/2010 9:07:36 AM
clickable...
|