Updates history BridgeMT4toMT4
ID 25 :: Category: Products - MT4 Plugins
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.29
2014-10-09 17:38:13
- TicksToSkipOnConfirmTickAdd setting is added; it specifies the number of ticks that must be changed (missed) to the tick released during request confirmation
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.28
2014-10-09 17:37:36
- Error in determining the fact that the received answer refers to the request on the symbol with zero spread is fixed
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.27
2014-10-09 17:36:53
- Error in symbol name transformation is fixed in server side
- Procedure of artificial request forming is slightly corrected in server side
- Logging of incorrect dealer login in client settings
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.26
2014-10-08 17:35:53
- Procedure adjusting the prices for processing of request coming from the server side to local number of symbol signs (from time to time the errors in one point were made because of the nature of machine representation of floating point numbers)
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.3
2014-10-07 17:04:06
- Quotes flow
- Requotes
- Transformation of symbol names
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.23
2014-10-03 17:31:58
- Filter_ZeroSpreadSymbol setting for filtering of the symbols with zero spread is added
- The following settings are added to control slipping on symbols with zero spread: ZeroSpreadSlippageControl, MaxZeroSpreadSlippageVolume and MaxZeroSpreadSlippage
Symbols with zero spread:
- Quotes flow stuffing price:
bid = ask = (br_bid + br_ask) / 2- Exercise price:
bid = ask = ZeroSpreadSlippageControl && volume <= MaxZeroSpreadSlippageVolume && abs( (br_bid - markup or br_ask + markup) - (br_bid + br_ask) / 2) <= MaxZeroSpreadSlippage * point ? (br_bid + br_ask) / 2 : (br_bid - markup or br_ask + markup)
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.22
2014-10-03 17:31:14
- VolumeCoeff setting is added to the client side; it modifies the volume in the entries that is passed to the server
- Errors in network errors logging is are fixed
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.21
2014-09-30 17:27:30
- Build-procedure with new ServerAPI
- Pauses in the operating cycle under errors as well as under the absence of entries for submit/passing are added in client side
- Code refactoring
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.20
2014-09-12 17:26:14
- Errors are fixed and information content of network errors logging is improved
- Code refactoring
BridgeMT4toMT4 (Products - MT4 Plugins) v. 0.0.0.19
2014-09-08 17:24:31
- Saving and output of the latest operating condition for debugging
- • Request processing on the following settings without blocking: ProcessStopsAsMarketClose, ProcessPendingsAsMarketOpen and ProcessStopoutsAsMarketClose
- Automatic confirmation of requests for pending orders opening under the given setting ProcessPendingsAsMarketOpen
- Detail of logged data is increased