Updates history AgentCommissionEx
ID 9 :: Category: Products - MT4 Plugins
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.10.12
2011-11-10 14:54:28
- The correct calculation of the hedged margin (margin calculated according to the formula * 2 * hedged margin in settings / contract_size)
- Fixed a bug: if the estimated coefficient is zero, then he did not write in the information about the transaction and, accordingly, has not been used (instead consider it to be the minimum 0,001 and apply to the Commission)
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.8.10
2011-10-25 21:18:27
- Added check for the agent account in the MetaTrader database
- Added filter group of agents which can charge a commission
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.9.11
2011-10-25 21:18:26
Added setting UsePureFreeMarginCoeff to enable/disable the usage of the coefficient of pure free margin
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.6.8
2011-10-11 21:18:31
Calculation of the coefficient immediately after opening an order by the algorithm with the quasi-opposite orders
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.7.9
2011-10-11 21:18:23
Adjusted calculation of the coefficient on the boundary conditions
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.5.7
2011-09-14 13:46:13
Calculation of coefficient of the correction of commission on the following algorithm:
- if the Credit == 0, then K = 1, the calculation is finished
- if Equity == 0, then do not charge a commission, the end
- K = (Equity-Credit) / Equity
- If K <= 0, then:
- if (Equity + Credit) == 0, then do not charge a commission, the end
- K = Equity / (Equity + Credit)
- if K <= 0, then do not charge a commission, the end
- if K> 1, then K = 1
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.4.6
2011-09-12 13:44:43
Correction of commission by the coefficient balance / (balance + credit)