pine script – reffering to previous values of local variable
i have this function but i can’t understand _f[1],_f[2],… values . _f is local variable of function so my question is are _f[1] reffer to value of _f in previous run of function? or something else.