germanmb75
New member
Hi, simple question, when lookback is too big in highest(), plots won't draw, how can I check if lookback is out of bound?
Example:
If I set lookback to 1 plot is ok.
Thanks in advance
Example:
Code:
def lookback=10000;
plot h=if isNaN(Highest(close,lookback)) then 5 else 10;
If I set lookback to 1 plot is ok.
Thanks in advance