0
votes

Is there a function in pine like pct_change() in python, which can calculate percentage change in pine? Since there is not data management system

1
There is a change() function but it just gives the difference between the current value and some previous value. You have to write your own. - Baris Yakut

1 Answers