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
What percentage is taken by the exchange as a commission? For example, 20 per million = 0.002% is common on forex.
3. the exchange and clearing fees of the derivatives market
I.e., for today it is approximately: RTS - 9.3, Si - 1.2, PLT - 3.9 p per contract. If you close in the same session, there is no charge for the reverse trade.
3. the exchange and clearing commission of the derivatives market
Thank you. Apparently it's written for lawyers. How many pips on the RTS? -I see above.
Thank you. It seems to be written for lawyers. How many pips on the RTS? -I see higher.
And plus the brokerage commission.
What percentage is the commission charged by exchange? For example, in the forex market 20 per million = 0.002%.
I used to write code like this for myself at one time. It worked then. Maybe things have changed now.
It returns the commission in money. Takes the worst case, when for both trades entry+exit will have to pay
2*GetFuturesCommission(SymbName)
At the end it is multiplied by the number of trades to get the total commission for the entire trading interval.
You can compare if you have a look at the contract specification, e.g. https://www.moex.com/ru/contract.aspx?code=RTS-3.21
I used to write code like this for myself at one time. It worked then. Maybe things have changed now.
It returns the commission in money. Takes the worst case, when for both trades entry+exit will have to pay
At the end it is multiplied by the number of trades to get the total commission for the entire trading interval.
You can compare if you have a look at contract specifications, e.g. https://www.moex.com/ru/contract.aspx?code=RTS-3.21
Thanks for the constructive feedback!