- Search Energy EXCH
- 11 Results (1 Threads, 10 Replies)
-
Rounding in mql4
Started Nov 18, 2022|Platform Tech|11 repliesUsed in mql4 language NormalizeDouble() function sometimes does not work properly. You can see ...
Do not comment on things you do not know. This problem cannot be solved with the method you wrote
Is it that hard to try? The method you mentioned doesn't work. I am not string value. I am trying to get a result of double data type.
I've read that it works this way. But I couldn't find a way to fix it. Do you have a suggestion?
When I try this code, the result is again 0.9731300000000001.
Used in mql4 language NormalizeDouble() function sometimes does not work properly. You can see ...
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 ...
I want to block too many alerts in the same bar help please
I want to block too many alerts in the same bar help please