iarsenal85
New member
So I can plot the ATH using below code but what I would like to do is plot a new horizontal line each time a new ATH prints. While also leaving the historical prints there and extending fully to the right. Need a little help please.
def hh = if high > hh[1] then high else hh[1];
plot Data = hh;
def hh = if high > hh[1] then high else hh[1];
plot Data = hh;