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.