Updates history StopoutsEx
ID 46 :: Category: Products - MT4 Plugins
StopoutsEx (Products - MT4 Plugins) v. 1.0.22.23
2015-10-07 20:02:18
- Added CSoMarginPercent setting that allows set the percentage of margin which will be used in calculations for the detection of credit stop out;
- Added CSoIgnoreCredit setting that activates ignoring credit in identifying credit stop out (if CSoIgnoreMargin=1, then CSoIgnoreMargin setting has a higher priority, and margins will be ignored and but the credit funds don't);
- Added CSoCheckPureAssets setting that activates detection stop out by the "Real equity" which is calculated as the difference between equity and calculated credit funds;
- In the comments of transactions and in the terminal mail notifications equity and margins are calculated considering setting CSoMarginPercent and CSoCheckPureAssets;
- Refactoring.
StopoutsEx (Products - MT4 Plugins) v. 1.0.21.22
2015-08-18 15:03:28
- Removed obsolete handlers of hooks
- Refactoring
StopoutsEx (Products - MT4 Plugins) v. 1.0.19.20
2015-02-27 15:42:17
- Added log file size limit up to 4 GB
- Bypass MT restrictions on the frequency of sending internal emails to one recipient
- Refactoring
StopoutsEx (Products - MT4 Plugins) v. 1.0.18.19
2014-11-18 13:42:34
In addition to the settings CSoCreditPercent added map of percents by colors of trading account CSoCreditPercent:UsClr:BBGGRR (the settings have the form «CSoCreditPercent:UsClr:BBGGRR» = percent)
StopoutsEx (Products - MT4 Plugins) v. 1.0.11.12
2014-11-13 16:48:11
- Fixed error logging
- Refactoring
- Fixed the logic of the filters
StopoutsEx (Products - MT4 Plugins) v. 1.0.17.18
2014-11-12 10:43:10
Removed postfix «[cso]» from the comments of orders which being closed on CSo
StopoutsEx (Products - MT4 Plugins) v. 1.0.16.17
2014-11-07 21:18:34
- Added setting CSoIgnoreMargin which excludes the usage of margin when checking facts of Credit Stopouts
- Fixed bug with loading of empty settings
StopoutsEx (Products - MT4 Plugins) v. 1.0.15.16
2014-11-05 21:18:34
- Added information for traders about the approaching to Credit Stopout, which is controlled by the setting CSoEquityWarningPercent (alarming level of equity as a percentage of the credit), CSoEquityWarningResetSec (interval in seconds for re-notification), CSoEquityWarningMailSender, CSoEquityWarningMailFrom, CSoEquityWarningMailSubject
- Refactoring
StopoutsEx (Products - MT4 Plugins) v. 1.0.14.15
2014-10-27 21:18:33
- Added setting CSoCreditPercent which specifies percentage of the credit, when checking credit stop out
- Added settings CSoUseShortComment and Format_CSoShortComment which switch on usage of a brief comment at the close of transactions by Credit Stopout and set its default value format: «cso:% .1f /%. 1f /%. 1f [cso]»; order of parameters: equity, margin, credit)
- Added support of licensing
- Refactoring
StopoutsEx (Products - MT4 Plugins) v. 1.0.13.14
2014-10-08 21:18:34
- Added setting CSoEnableCreditFiltration which activates search mode with the exception of credit Stop out credit operations by filter comments set your preferences in Filter_CSoCreditIgnoredComment, until finding the balance operation with the comment that match the filter set in Filter_CSoBalanceCorrectComment
- Refactoring