Discussion of article "Better Programmer(Part 02): Stop doing these 5 things to become successful MQL5 programmer" - page 2

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
Respect for the translators.
After the first article, I doubted, and now I am sure - the author wants to explain to moron programmers that they are morons. The author, do not be offended, but the article was written for you. Besides, the arrogance with which you address your readers nullifies your work.
I am an idiot when it comes to programming, that is my way of thinking, so I will never stop learning and I never will, even if I have more than 10 years of experience with MQL5, just like you. It's not only in Mql5, but also in web development and everything else. the rest of what I do.
Kudos to the translators.
After the first article I had doubts, but now I am sure that the author wants to explain to moron programmers that they are morons. Author, don't take offence, but the article is written for you. Besides, the arrogance with which you address your readers nullifies your work.
I agree.
Kudos to the translators.
After the first article I had doubts, but now I am sure that the author wants to explain to moron programmers that they are morons. Author, don't take offence, but the article is written for you. Besides, the arrogance with which you address your readers nullifies your work.
How can I make a function that only allow 1 trade or open position per candle not only at the beginning of the candle but until new candle forms. The newbar function only allows at beginning of new candle only
You should check open times of your positions and whether one already exists in the specified period of the candle. If it exists, then do nothing. If it does not exist,then open a new position.