Discussion of article "Better Programmer (Part 04): How to become a faster developer"

 

New article Better Programmer (Part 04): How to become a faster developer has been published:

Every developer wants to be able to write code faster, and being able to code faster and effective is not some kind of special ability that only a few people are born with. It's a skill that can be learned by every coder, regardless of years of experience on the keyboard.

Faster development is every developer's dream. Nobody wants to develop a program or a piece of code the whole week or spend too many hours, if not days trying to figure things out when we get stuck in the coding process.

faster developing

Every coder wants to be faster

  • Maybe you watched MQL5 coding video on YouTube that was hard to follow along because you are too slow to catch up with the instructor's speed and you wish to get to that level for yourself.
  • Maybe you've seen some developers with magnificent coding speed on the keyboard, they can write a complex algorithm in few minutes that might take you hours if not days to code.
  • Or maybe you would like to be able to code faster and effectively so that you can deliver jobs faster on the Freelance and be ahead of your competitors.
  • Or maybe you want to impress your spouse/partner by your superman abilities on the keyboard, being able to code with less or no bugs, complex algorithm in a small amount of time.
  • Sometimes you might want to be able to deliver fast updates to products on the Market and fix bugs and errors that your customers have been spamming you on your Email or MQL5 message Inbox.

Author: Omega J Msigwa

 
MetaQuotes:

New article Better Programmer (Part 04): How to become a faster developer has been published:

Author: Omega J Msigwa

Great instructions
 

très super, très riche tes articles.

hâte de lire d'autres a venir 

 
Merci bien
 
Write in English please.
 
Yaness LeRoi225 #:

très super, très riche tes articles.

hâte de lire d'autres a venir 

Thank you

 
ouble NPB=ND(m_account.Balance()*PortionPC,2);
if(CbT==0||PortChange<0||(PortChange>0&&NPB>PortionBalance))PortionBalance=NPB;
if(Pb+Ph<0)DrawDownPC=-(Pb+Ph)/PortionBalance;
if(!FirstRun&&DrawDownPC>=MaxDDPercent/100)
{       ET(A,displayColorLoss,"Equity Stop Loss Reached");
        if(PlaySounds)PlaySound(AlertSound);
        return(0);
}
if(-(Pb+Ph)>MaxDD)MaxDD=-(Pb+Ph);
MaxDDPer=MathMax(MaxDDPer,DrawDownPC*100);
if(SaveStats)Stats(false,TimeCurrent()<NextStats,PortionBalance,Pb+Ph);


double - on the first line, a letter is missing.

 
Everything is wonderful and friendly. Thanks.
 
Evgeniy Chumakov #:


double - on the first line, a letter is missing.

Probably part of the 10000 lines bugs. Interesting read