You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello
I find issue in the detailed report mql4. As I find mql calculate Maximum consecutive by open time . but the correct calculation by order close time
let me describe it by real example.
it is report of history that sort by open time. the default method of mql
this is statement report of mql
this is history sort by close time
this is my result calculated by close time
In my opinion calculation by open time have some issue . As result all consecutive parameter show wrong value.