China Diapers
Established member
- Messages
- 536
- Likes
- 35
Hi,
I am trying to screen for, among other things, candles with a long body, i.e. where the area between the open and close makes up 75% or more of the range of the candle. Actually I am scanning for the previous days candle to fit these criteria. Anybody have an idea how the code for this would look in Proquote?
I came with this, but not working. The results are the same as if I comment out the line:
X = ((ABS(DOpen(1) - DClose(1))) > (range[1] * 0.75))
Thanks
I am trying to screen for, among other things, candles with a long body, i.e. where the area between the open and close makes up 75% or more of the range of the candle. Actually I am scanning for the previous days candle to fit these criteria. Anybody have an idea how the code for this would look in Proquote?
I came with this, but not working. The results are the same as if I comment out the line:
X = ((ABS(DOpen(1) - DClose(1))) > (range[1] * 0.75))
Thanks
Last edited: