Nikolay
Nikolay
Friends

Add friends via their profile or user search and you will be able to see if they are online

Nikolay
Added topic (0.7 - 0.5) does not equal 0.2
Hello, 0.7-0.5 does not equal 0.2. To test it you can use the following code: Print("Test 0.7-0.5==0.2 Result: ", (0.7 - 0.5) == 0.2);  which should print: Test 0.7-0.5==0.2 Result: false I am using: MT4 Version 4.00 Build 920 (26 Nov 2015) and
Nikolay
Added topic mqh multiple file inclusions?
If myIndicator.mq4 includes: #include "commonInclude.mqh" #include "include1.mqh"  #include "include2.mqh"  and both include1.mqh and include2.mqh include: #include "commonInclude.mqh" // custom code how many times will commonInclude.mqh be
12