Support Board
Date/Time: Sun, 24 Nov 2024 06:49:38 +0000
Post From: crossfrombelow complications
[2013-09-22 21:28:10] |
toews&kane - Posts: 209 |
Hi, I am working with the crossfrombelow function. So what happens is the previous cell was 0, the current value is -14 which for me triggers a sell signal, now the value drops to -83. What I want to do in intrabar is monitor if the value climbs back above -80 how I am doing it is crossfrombelow(O3,-80) but it does not trigger when it crosses that point. and also I can't use crossfrombelow(O3:O4, -80) because the previous value was 0 Any ideas of how to tackle this problem? |