- Joined
- 15 September 2022
- Posts
- 14
- Reactions
- 4
Hi Team,
I have written a code myself, but it does not seem to capture some of the moves that I am trying to mark in my chart. I would like to build an indicator when the opening of today is at or below the close of the prior day but manages to close above the prior day's close.
Below is the formula I have written, and could you please review this formula?
O<Ref(C,-2) AND C>Ref(C,-2)
Thanks a lot for your assistance.
I have written a code myself, but it does not seem to capture some of the moves that I am trying to mark in my chart. I would like to build an indicator when the opening of today is at or below the close of the prior day but manages to close above the prior day's close.
Below is the formula I have written, and could you please review this formula?
O<Ref(C,-2) AND C>Ref(C,-2)
Thanks a lot for your assistance.