How to make 1379.000000 => 1379.0000 ??? in MT4?

 
How to make 1379.000000 => 1379.0000 ??? in MT4?
 

What is the difference between 1379.000000 and 1379.0000 ?

 
SDC:

What is the difference between 1379.000000 and 1379.0000 ?


it shows the 6 numbers after decimal point and the other one only shows 4 numbers after decimal point. I hope it helps you to understand.
 
If you mean in an alert or print, use DoubleToStr
 
GumRai:
If you mean in an alert or print, use DoubleToStr

It works - thanks -
 

DoubleToStr (1379, InsertDesiredDecimalPlacesHere);

If you would like it to show the number of decimal places that your broker uses on this pair. use Digits. DoubletoStr(1379,Digits);

That way on the Usdjpy chart it willl display 1379.000 and on the eurusd chart it will display 1379.00000

PipPip..Jimdandy.

Reason: