When I use the Atr function in my efs script the values get returned with two decimal points. But when I load the Average True Range from the Basic studies the returned value has 6 decimal points. How can i make the function return more than 2 decimals inside my efs script?
I call it like this var study = atr(14);
Many thanks,
Baldur
I call it like this var study = atr(14);
Many thanks,
Baldur
Comment