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

 
Sergey Pavlov #:

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.

 
Sergey Pavlov #:

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.

 
Sergey Pavlov #:

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.

+++

The arrogance is very palpable...

There is no desire to read the following articles by this author, although the point he is trying to make and failing to make is very important...

Articles on the hubr on this subject are more colourful and interesting!
 
Oh, how gentle we all are... Does it really sting?
 
"'A proud man thinks he's always quite good. This is why pride is especially harmful. It prevents a person in the main business of people's life, in becoming better" (Leo Tolstoy)." - don't insult Tolstoy, he did nothing to you, it's necessary to take the text from the original and not through third hands. Loss of style, with mistakes, horror
 
In any case, what the author writes about is important. Maybe everything is more colourful on the hub. Maybe the style isn't the same here. And mistakes, oh horror. We should not dwell on our own subjective opinion and take a closer look at ourselves. Maybe we have intolerance to other opinions, pride and conceit. That's where the horror really lies.
 
lit. not knowing what's going on (idiom); ignorant and strict
 
You dsYoug Chee #:
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.