Updates history AgentCommissionEx
ID 9 :: Category: Products - MT4 Plugins
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.40.42
2014-09-30 21:18:26
- Added setting CheckTradingOnAgentIp which activates the lock of the commission if the last IP of trading account coincides with the last IP address of the agency account
- Added setting LogTradingOnAgentIp which activates the logging of the account numbers and IP which was blocked the agent commission by setting CheckTradingOnAgentIp into the file "plugins\logs\AgentCommissionEx.TradeAgentIps.csv (if the number of the agency account and IP coincide c last recorded for the trading account during the single server session then no duplicated records will be added)
- Setting «SpreadCoeff: 0-off, 1-op, 2-cl» renamed to «SpreadCoeff: 0-off, 1-cl» (the mode by order open price removed due to changes in MetaTrader)
- Refactoring code
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.39.41
2014-09-11 21:18:29
- Fixed a bug in the transfer of MetaTrader plugin settings
- Added support of settings FilterSkip_Login1, FilterSkip_Login2, ..., FilterSkip_LoginN
- Added support of settings Enable_FilterSkip_AgentLogin1, Enable_FilterSkip_AgentLogin2, ..., Enable_FilterSkip_AgentLoginN
- Added support of settings LicenceServers1, LicenceServers2, ..., LicenceServersN
- Setting LicenceMonitorRecieverLoginsSet renamed to LicenceMonitorRecieverLogins, as well as added support of settings LicenceMonitorRecieverLogins1, LicenceMonitorRecieverLogins2, ..., LicenceMonitorRecieverLoginsN
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.38.40
2014-09-08 21:18:32
Code refactoring
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.37.39
2014-08-26 21:18:28
- Changed the logic of filters: empty filters and empty filtered strings allowed
- empty the filter matches the empty string
- to prohibit empty strings, use a blank or a maximum ban ("!,*" or "!*")
- empty string in the filter allows the empty string verifiable (eg., «,!*», «*USD*,,*EUR*»,«*DEF *,»)
- maximum resolution filter allows verifiable and empty string ("*")
- to reproduce the old behavior in the filters you have to add a blank ban ("!,") at the beginning
- Code refactoring
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.36.38
2014-08-14 21:18:24
- Integrated licensing system
- Code refactoring
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.35.37
2014-07-17 21:18:26
- Added setting Filter_AgentPeriodDaysStatus which specifies a filter by the status of the agent account for the usage of the AgentPeriodDays setting
- Code refactoring
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.34.36
2014-06-06 21:00:00
- Bug fix: the standard commission for a nonexistent agent account or agent account coincides with the trader account is not rejected but transferred for processing by other plugins
- Code refactoring
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.33.35
2014-01-16 22:18:27
- Added Filter_Comment setting to filter by comment of trading account
- Updated flowchart of algorithm
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.32.34
2014-01-14 22:18:24
- Added deactivating filter by comment of account which managed by Enable_Filter_Comment setting
- Settings of applying of coefficients of the pure free margin and hedging tied to a filter by group of agent accounts and renamed to UsePureFreeMarginCoeff_GroupFtr and UseHedgeCoeff_GroupFtr
AgentCommissionEx (Products - MT4 Plugins) v. 2.0.31.33
2014-01-10 22:18:32
Code refactoring