New Members: Be sure to confirm your email address by clicking on the link that was sent to your email inbox. You will not be able to post messages until you click that link.
Hi
Is there are way to write a scan where i want the %b of %b closes. Then have 80,20 as overbought and oversold. So i would like a certain %b of %b closes under 20 as an oversold reading.
Thanks
0
Comments
this passes syntax:
For crossing above .8
and [%B(20,2.0, %B(20,2.0,Daily Close)) x 0.8]
For crossing under .2, I think you would you write
and [0.2 x %B(20,2.0, %B(20,2.0,Daily Close))]
BUT - it generates a stack overflow error on the scan engine and doesn't deliver any results - at least when I ran it.
"java.lang.StackOverflowError"
So don't use it.
Maybe @gord could take a look at what is going on.
I will give this a try. You are a legend mate, for all your help on these boards. Appreciate it.