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
Server: MetaQuotes-Demo Hedge
Deal with ticket 99 on page two.
A little localised.
It doesn't matter what the EA is doing. The main thing is the highlighted code, which simply displays MT5 orders from the trading history: the order's place, its ticket and the time it entered the history.
In the history table, MT5 orders are not sorted by ticket or time. I don't see the point in reporting this behaviour of MQ-Tester to the developers. After all, "the tasks are over the top".
Therefore, I would not standardise MQ-Tester.
A little localised.
It doesn't matter what the EA does. The main thing is a dedicated code that simply outputs MT5 orders from the trading history: the place of the order, its ticket and the time it got into the history.
In the history table, MT5 orders are not sorted by ticket or time. I don't see the point in reporting this behaviour of MQ-Tester to the developers. After all, "the tasks are over the top".
Therefore, I would not standardise MQ-Tester.
If they do not need to fix obvious bugs with the first test trades and swaps (which I discounted a couple of weeks ago), then it is just a feature. Confusion matrix is more important....
fxsaber #:
Иногда полезно знать.
It is better not to write so packed and frivolous (not only here, but also in other sources). The order of calculations of operands with the same priority is not set rigidly - the compiler can optimise it based on its own considerations, then you can get different side effects. If it works now, it doesn't mean that it won't stop working later, because the internal implementation of the compiler changes all the time.
It is better not to write so packed and frivolous (not only here, but also in other sources). The order of calculations of operands with the same priority is not set rigidly - the compiler can optimise it based on its own considerations, then you can get different side effects. If it works now, it doesn't mean that it won't stop working later, because the internal implementation of the compiler changes all the time.
Thanks for the sound advice! Unfortunately, it's hard to force myself to move away from the "concise" style in favour of the correct one. There is a lot of "wrong" code written and used.
// Maximum drawdown duration from a given time.
It is better not to write in such a packed and frivolous way (not only here, but also in other sources). The order of calculations of operands with the same priority is not set rigidly - the compiler can optimise it based on its own considerations, then you can get different side effects. If it works now, it doesn't mean that it won't stop working later, because the internal implementation of the compiler changes all the time.
I just
I don't like. There are 24 hours in a day, not 25.Forester #:
C даты начала форварда?
Anyone.
What is wrong there?
There is no unambiguous order in which the string for Print will be formed. If from right to left, the result will be different from the intended one.
I wish there was unambiguity in such a case.
Thanks for the sound advice! Unfortunately, it's hard to force myself to move away from the "concise" style in favour of the correct one. There is a lot of "wrong" code written and used.
And it is more convenient to read the code without scrolling back and forth when you can see everything on one screen. Especially in editors that highlight the highlighted word (unfortunately Metaeditor is not one of them).
I almost always collapse functions and other code into one line if the code is worked/tested and I don't plan to return to it. Just to save space.
And it is more convenient to read the code without scrolling back and forth when you can see everything on one screen. Especially in editors that highlight the highlighted word (unfortunately Metaeditor is not one of them).
Unfortunately, this practice can lead to very hard-to-see errors when you change compilers.
However, there are situations where you just need to use the order set in the compiler. And there I don't know how to get round it so that there is no UB.
From anyone.
The information on max long drawdown is interesting. I made it for the whole array of strings. I haven't updated the code on the site yet.
But it's not quite clear what the date is for. If we make a point of division into back/forward tests (as I suggested), then we need to calculate statistics on them separately in 2 tables (max drawdown periods will be there too).
And just for one date it is somehow too specific and incomprehensible.