what's the difference between expected payoff and total net profit ?

 

what's the difference between expected payoff and total net profit ?

 

--Jon 

 
jonano:

what's the difference between expected payoff and total net profit ?

 

--Jon 

Hello,

You have to learn to use the Search Engine :

https://www.metatrader5.com/en/terminal/help/algotrading/testing

You can also press F1 key on your terminal to open the help.

 
angevoyageur:

Hello,

You have to learn to use the Search Engine :

https://www.metatrader5.com/en/terminal/help/algotrading/testing

You can also press F1 key on your terminal to open the help.

thanks angevoyageur, long life to angevoyager !! :D :D :D 

 
jonano:

 long life to angevoyager !! :D :D :D 

 
no one explain expected payoff
 
  • Expected Payoff — this is a statistically calculated value showing the average profitability/loss of one deal. This value can also be considered as a foretasted profitability/loss of the next deal;
  • Expected payoff, to be calculated as follows:

    Expected Payoff = (ProfitTrades / TotalTrades) * (GrossProfit / ProfitTrades) - 
                      (LossTrades / TotalTrades) * (GrossLoss / LossTrades)
    

    where:

    • TotalTrades - total amount of trades;

    • ProfitTrades - the amount of profitable transactions;

    • LossTrades - the amount of losing transactions;

    • GrossProfit - the summed up profit;

    • GrossLoss - the summed up loss.

Reason: