Within the Stock Hacker, I want to screen for certain stocks. To do so, I need to screen for MACD "from" not within"
Here is what I can do:
MACD()."Value" is greater than 10 within 5 bars
and this is what I need
MACD()."Value" is greater than 10 from 5 bars
I want to see if MACD is greater than 10 from 5 bars ago forward and not within 5 bars.
Any solution?
Thanks.
Here is what I can do:
MACD()."Value" is greater than 10 within 5 bars
and this is what I need
MACD()."Value" is greater than 10 from 5 bars
I want to see if MACD is greater than 10 from 5 bars ago forward and not within 5 bars.
Any solution?
Thanks.