Пример #1
0
 public String getPerformance()
 {
     return("CapitalFinal:" + Utils.FormatCurrency(capitalFinal) + " Dif:" + Utils.FormatCurrency(geral.getAmbasPontas().todosTrades.total) + " GrossWin:" + Utils.FormatCurrency(geral.getAmbasPontas().tradesGanhos.total) + " GrossLoss:" + Utils.FormatCurrency(geral.getAmbasPontas().tradesPerdidos.total));
 }