Hi all, I do not fully understand the lowestsince-function. In the helpsection I found the following: lowestsince( Cross( macd(), 0 ), Close, 1 ) returns the lowest close price since macd() has crossed above zero.
but what does the following mean: lowestsince( Cross( macd(), 0 ), Close, 2 ) Does it return the low after the second cross above zero, or does it return the 2nd low after cross, or ...?? Thanks in advance for help.
