Show Average True Range -ATR with 5 or 6 digits

 

Hello,

I'm using ATR in my systems, but i need ATR show on chart with 5 or 6 digits. How can i do that? Anyone can help me?

Thanks a lot.

Bizu

 
What do you mean by show on chart with 5 or 6 digits? Did you attach the atr standard indicator to your chart? If you need instructions on how-to attach standard indicators then read the terminal-help. Otherwise provide more information on what you need.
 
bizu:

Hello,

I'm using ATR in my systems, but i need ATR show on chart with 5 or 6 digits. How can i do that? Anyone can help me?

Shown on chart ? using Comment() ? please read the documentation for the functions you are having problems with.
 

Thanks ubzen and RaptorUK for reply.

I attach ATR standard indicator to my chart . When i move the mouse on ATR, a windows popup appear (like a picture below), but ATR value is only 4 digit . How can i show it with 5 or 6 digit ?

Please help me. Thanks.

ATR

 
bizu: ATR value is only 4 digit . How can i show it with 5 or 6 digit ?
Modify atr.mq4 and add a IndicatorDigits() call.
 
Thanks WHRoeder