Calculating profit

 

Hi guys,

I want to calculate the profit for my trades.

Does anyone knows how to do it?

Below is one of the closed trades.

How will the profit be € -5,19?

Closed Transactions:
TicketOpen TimeTypeSizeItemPriceS / LT / PClose TimePriceCommissionTaxesSwapProfit
52261612014.01.06 18:35sell0.05usdchf0.902080.000000.000002014.01.06 19:290.903360.000.000.00-5.19


Thanks in advance!

Best Regards,

Bastiaan

 
3043788:
I want to calculate the profit for my trades. Does anyone knows how to do it?
Below is one of the closed trades. How will the profit be € -5,19?
  1. Why, it's already listed for you? It's also the same as OrderProfit() But if you insist:
    double profitInACCOUNTcurrency = ( OrderClosePrice() - OrderOpenPrice() )*DIR
                                     * OrderLots() * DeltaValuePerLot( OrderSymbol() );
  2. You sold at 0.90208 and closed at 0.90336 for a loss of 12.8 pips
 

Thanks! I am not the best with computers, so I want to analyse charts with indicators manual.

I made a list of signals by a specific indicator. But I have to know if its profitable.

The list can be found in the annex.

Files:
usdchf.zip  8 kb
Reason: