Discussion of article "New Article Publishing System at the MQL5.community" - page 11
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 personally think it is a valuable article since I have implemented the "while" loop functions and the EA can gain many advantages through using it to open a file handler on tens of charts and even for HFT systems securely and without errors.
It's only my opinion, I don't decide what articles are selected or not. Opening a file in several applications (EAs or whatever) is trivial.
Anyway you need to gain rating points before you can publish an article.
It's only my opinion, I don't decide what articles are selected or not. Opening a file in several applications (EAs or whatever) is trivial.
Anyway you need to gain rating points before you can publish an article.
Okay, that's good... Let's make this article more meaningful by adding more details regarding the use of advanced file read/write structures and how the use of "shared" file read/write without checking if the file handler is valid or invalid can lead to critical errors regarding important budget calculations, and how using a "while" loop to ensure the read/write process completes successfully will be the only option for the code developer to allow our EA to get And I'm adding a sample code from start to finish and seeing what decision is made about publishing it. And then, if successful or not, I can start my next article....
You can create a draft of the article and write down all the paragraphs in it. This will help you understand its value. At the same time, the article should be structured according to a certain rule.
Every article should have 3 important components:.
I myself have used a bit of file access from multiple EAs using mutex on global terminal variables. I think there was an article about this here.
You can create a draft of the article and write down all the paragraphs in it. This will help you understand its value. At the same time, the article should be structured according to a certain rule.
Every article should have 3 important components:.
I myself have used a bit of file access from multiple EAs using mutex on global terminal variables. I think there was an article about this here.