ken_trades
New member
Hi guys, i have this script but i need help with adding the "%" sign beside the number, can anyone help me.
#Yesterday Close to Todays Open: Percent Change
plot x = Round(((bid - close[1]) / close[1] * 100), 2);
x.AssignValueColor (if x < 0 then Color.RED else Color.GREEN);