Updates history BridgeMT4toMT4
ID 25 :: Category: Products - MT4 Plugins
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.40
2015-02-24 13:29:35
- In the client component added setting SendPriceOnModifyRequest which allows you to disable the transfer the price to the server in queries for modification (in this case it's sending the price with value -1. # INF to the server);
- In the server-side its implemented the usage of the open price of the existing order if the request for modification which came from the client the price has been set to -1. # INF.
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.38
2015-02-18 16:14:31
- Fixed a bug of formation client identifier when several clients connect from one IP to the same server
- Added setting LogRequestAnswers enables logging coming from the server responses
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.37
2015-02-17 14:19:39
- Fixed an error of processing of the partial closure
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.36
2015-02-11 13:58:14
- In the server-side setting added DiscardProcessedRequests which activates the mode of rejecting of processed requests
- In the client-side setting added TrySetInstantRequestPrice which activates the mode of shifting prices in the instant-request during the confirmation request by the server
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.35
2015-01-30 09:22:45
- Added support for processing of queries by server machine
- Added extended check incoming requests on the basis of which they can be dismissed or automatically requoted (in case of unforeseen problems added setting EnableExtraChecks which allows to disable data validation; if the request did not pass inspection the log entry gets records like «"Request primary check has failed:. .. »)
- Refactoring
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.34
2015-01-29 17:44:29
- Refactoring code
- Increased informative journaling server-side information
- During partially closed position the original comment of server orders appends to the end of comment of engendered order
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.33
2014-11-27 17:43:25
- SendLoginForMonitoring stting is added to the client; it enables login sending for monitoring on the bridge-server
- Logging of client`s ip and uid on the bridge-server in case of successful login
- Logging of client`s uid or trading login on the bridge-server in case the request is received from the client
- Client request autoconfirmation mode is added, if this is a request for modification and the login, cmd, volume, opening price, sl/tp and symbol of the existing order coincide with the bridge login and cmd, volume, price, sl/tp and symbol of the client`s request
- Code refactoring
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.32
2014-11-25 17:40:53
- Price separation in case the request for modification is sent
- LogTicksAddingOnTrade setting is added; it enables logging of prices received when processing the requests
- Code refactoring
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.31
2014-11-12 17:40:15
- Error, because of which several orders could be opened in case of the quick request processing, is fixed in server side
- Server side processes RET_TRADE_TOO_MANY_REQ error when adding a request with retries for adding during 1.1 second with 10 ms interval
- When the client side has received the confirmation for opening from the server side, it checks a free margin and in case of its lack, it sends a request to close the server order on current price
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.30
2014-10-22 17:39:00
- Sending an error notification on request adding to the queue on the server
- Code refactoring