KRose_TDA on twitter for updates of this study. This study shows the total % Price Appreciation. On the chart for the chart period showing. Is located in upper left corner of chart in a red box.
Code:
#declare lower;
def close1 = First(close);
def PriceReturn = round((close - close1)/(close1)*100,2);
addlabel (yes,"Price Return= " + round(Pricereturn,2)+ "%");
Last edited by a moderator: