You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello,
Does anybody know how to access the commission of a market without having to execute an order, in the same way one can access the swap?
There are simple commands for acquiring the swaps:
double SwapLong = MarketInfo(Symbol(),MODE_SWAPLONG);
double SwapShort = MarketInfo(Symbol(),MODE_SWAPSHORT);
However, the only command I can see available for acquiring the commission is to open an order, select it, and then use the command:
double Commission = OrderCommission();
There must be a better way to do this?
Thanks.