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 understand that. The point is that from my point of view, such things should be posted as ready-made libraries,
that's already out there
in the form of a class.
there is no special charm in it for OOP. a set of functions does not contradict common sense.
Otherwise, a number of inconveniences appear when integrating with already ready-made EAs.
take the functions into the class of the Expert Advisor.
Using external .txt files is a bad idea in principle.
It's already posted.
there is no special charm in it for OOP. a set of functions does not contradict common sense.
take the functions to your expert class.
I like it.how ?
is it the Metaprogram missing ?
Help Please...
axeslee722:
Hello ?~
Help Please...
I feel confused. or this system is crap or not usefull. The performances are not there. But, are you sure performances will be shown in articles here ?
Very good article with the possibility of application, just what I was looking for.
But perhaps it would be possible to systematise this language somehow through a menu instead of a file - it's too long to understand and it would be easier to parse the code itself instead of this superlanguage.
Anyway, great - very readable code. Thanks for your hard work!
New article Order Strategies. Multi-Purpose Expert Advisor is published:
Author: Дмитрий
Hey, everybody. Tell me if I'm doing something wrong.
How do I test an Expert Advisor? I created a file TesterMetaProgram.txt, copied the metadata from the settings file LimitAdd.txt into it, the file is located in MQL5/Files, everything is as described in the article, but at startup I get the following messages:
Alert: Failed to open the file TesterMetaProgram.txt and Alert: Metaprogram error in the file TesterMetaProgram.txt.
I tried copying TesterMetaProgram.txt file to all folders, the result is the same, what am I doing wrong?
Hey, everybody. Tell me if I'm doing something wrong.
How do I test an Expert Advisor? I created a file TesterMetaProgram.txt, copied the metadata from the settings file LimitAdd.txt into it, the file is located in MQL5/Files, everything is as described in the article, but at startup I get the following messages:
Alert: Failed to open the file TesterMetaProgram.txt and Alert: Metaprogram error in the file TesterMetaProgram.txt.
I tried copying the file TesterMetaProgram.txt to all folders, the result is the same, what am I doing wrong?
Two alerts at once, about the impossibility to open the file and about an error in the file?