I am building a strategy where I want to be within a certain number of bars from the LOD value, my solution (I am using strategy builder not coding) was to create a condition where:
MIN indicator would return a value “equal to” the CurrentDayOHL indicator Current low
The problem I have found is that the MIN indicator is returning the close of the bar with the lowest low over the period, not the actual low value. Therefore, other than the odd time where a new daily low was made and the bar closed on the low, the MIN value is always returning a value greater than the CurrentDayOHL Current Low.
I don’t see an option to define which value of the low bar the MIN Indicator returns (low rather than close).
Thanks

Comment