How to know the Total Commissions of running trades ?
-
Please Experts help me in how to know the total Commissions will get charged after each opened trades, Its on Basis of Lot Size to whatever the trading volume is there total of that can be used to calculate it by just multiplication.
How to do it pls guide
-
this is usually different depending on your broker, but commission is normally around $6 per lot traded. So 0.5 lots would be $3 commission, 0.25 lots traded would be $1.50 commission. So just calculate the lot size * your brokers commission . 0.11 * $6 = $0.66
-
Exactly. You will have to check your broker's commissions to know exactly that value.
-
Thanks, I understand it but I was asking how to calculate it on the basis of a closed trade in my Broker account. Once a trade is closed(on the asset) then EA fetch details of Lot and Commission from last closed trade, on the basis of it the EA can give me that printed on chart as well. How to do it or something else can be done, but it had to fetch the last trade commission and lot and on the basis of it prints total Lots opened Commission or something else.
-
@mee-air You can do visualize it this way:

-
@l-andorrà Thanks
-
@mee-air You're welcome.