Discussion of article "New Article Publishing System at the MQL5.community" - page 11

 
Peiman Ghasemi #:
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.
But I can forget about this article and start writing about another article regarding an object which I have developed that would calculate dynamic lot size based on previous losses. And I send you an outline from that one instead.

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.

 
Alain Verleyen #:

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.

Alright, that's good... Let's make the point a little more sensible by adding more details into this article regarding using advanced file read/write structures and the issue that how using file "share" read/write without checking that if the file handler is a valid handler or an invalid one, could bring critical errors regarding important budgeting calculations and how using "while" loop to ensure the read/write process is done with success would be the only option for a code developer that would let our Expert Advisor the required functionality to work on tens of charts 24 hour a day without errors. And I add a whole code example from start to end and see what would be the decision regarding publication of it. Then whether succeeded or not, I can start my next article afterwards...
[Deleted]  
مI am a newbie to this platform. What should I do if any content I post or article is deleted? Please advise.
 
Peiman Ghasemi #:
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:
.
  • What the trader will come to read this article with - what is the trader's problem - point A (Beginning)
  • What he will leave with after reading the article - what he will get - point B (Conclusion / Conclusion).
  • How the article moves the reader from point A to point B - This is the topic of the article


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.

 
Rashid Umarov #:

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:
.
  • What the trader will come to read this article with - what is the trader's problem - point A (Beginning)
  • What he will leave with after reading the article - what he will get - point B (Conclusion / Conclusion).
  • How the article moves the reader from point A to point B - This is the topic of the article


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.

Hello Rashid,

I have a new article I would like to write about ,
Point A -traders who will approach to read this article are traders who really strugle with identifying trends and trading directions and end up picking trades in the opposite direction of trend and swings thus causing more drawdown and losses .It will help traders learn to trade with strength

Point B -The trader will leave with an EA that identifies trends and curreent  swings directions first and foremost and then it only applies trades in that swing and trend  direction avoids taking trades in the opposite direction and trends thus minimizing drawdowns losses and low probability trades  it only takes high probability trades.

Core of the article I will demonstrate how the EA effects and identifies the correct swings , trends direction, narrative and also how it enforces a specific double time frame confirmation for strenght and to ensure high probability set ups and trades