Used in mql4 language NormalizeDouble() function sometimes does not work properly. You can see in the example below. double value=0.9731300000000001; double value2=NormalizeDouble(value,Digits); Print(value2); As a result, although I want to get the ...