Does anybody know, how to find out the brokers Commission rate !!!before!!! a trade have been made on Metatrader 4 (not 5) ?
Of course, I know that there is the OrderCommission() API function. But this only works, if there are already existing previous closed orders. However, if there are no previous orders (i.e. a new live Account or at the Beginning of a Backtest), I'd like to know a way to find out the Commission per lot.
Broker can charge commission by deal, by day or by month.
Therefore, you have to consider it case by case.
Broker can charge commission by deal, by day or by month.
Therefore, you have to consider it case by case.
Yeah, that's clear.
My question is how to consider it case by case before the trade is opened.
- You consider it by asking your broker.
- Do not count on OrderCommission/OrderSwap. Some brokers don't use those fields.
please help: Mt4 commission - Trading 4Accounts - MQL4 4and 4MetaTrader 44 - MQL4 4programming 4forum
"balance" orders in account history - Day Trading Techniques - MQL4 and MetaTrader 4 - MQL4 programming forum
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi
Does anybody know, how to find out the brokers Commission rate !!!before!!! a trade have been made on Metatrader 4 (not 5) ?
Of course, I know that there is the OrderCommission() API function. But this only works, if there are already existing previous closed orders. However, if there are no previous orders (i.e. a new live Account or at the Beginning of a Backtest), I'd like to know a way to find out the Commission per lot.
Best
Hanky27