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
I've recently been learning Frame and I tested your code, FrameTransfer.mq5. This line is throwing an error in the current MT5 compiler. Please verify: #property tester_set "FrameTransfer.set" (invalid tester set file extension, '*.set' expected FrameTransfer.mq5)
It must be changed like this for it to compile successfully: #property tester_set "\\Presets\\FrameTransfer.set"
Even `#property tester_set "/Presets/FrameTransfer.set"` will fail.
Perhaps you could modify the description in the algorithm book:
Fix available in build 5506.
The quality of estimation has been significantly improved - judging by the table of optimisation results, a combination of recovery factor and Sharpe parameters has been obtained.
Example of use.
Attention! If different symbols are traded, in order to get an adequate estimation of volumes, they should be converted from lots to the value in the deposit currency, for example (one of the simplified variants):
Yellow is marked what had to be added compared to the calculation of trading one symbol (from the previous example).
Bugfix MQL5/Include/MQL5Book/TradeUtils.mqh.
Another related bugfix (in NormalizeLot method):