Support Board
Date/Time: Thu, 03 Jul 2025 09:19:20 +0000
Post From: poc
[2025-07-02 16:57:54] |
User431178 - Posts: 732 |
in the image, the poc of the white arrows is good, the formula works, it is green. the poc on the red arrow remains blue even though it should be green since it is in the same location as the green ones. I tried the new formula I have the same problem I can't figure out why it works on some candles and not others. What tick size are you using? In your images it looks like possibly 1.0. If you are using a non-standard tick size, then you probably use MROUND on the low before making the comparison, as the true low price is not rounded to the tick size. =ID3.SG1=MROUND(L, TICKSIZE)+TICKSIZE*2 |