Skip to content

Releases: vdemydiuk/mtapi

MtApi (MT4) version 1.0.36

11 May 15:17
Compare
Choose a tag to compare

Issue #52: Function OrderSend returns ExecutionException with error InvalidParameter on sending pending orders (MT4)

MtApi (MT4) version 1.0.35

08 May 07:16
Compare
Choose a tag to compare
  • Issue #51: Connecting localhost 8222
  • Added functionality to lock/unlock ticks on each candle in backtesting mode.

MtApi (MT4) version 1.0.34

22 Feb 18:03
Compare
Choose a tag to compare

Issue #45: Errors on parsing JSON

MtApi (MT4) version 1.0.33

05 Jan 20:40
Compare
Choose a tag to compare

Issue #37: Backtesting MT4 fails.
Issue #32: there is no drawing methods implemented.

MtApi (MT4) version 1.0.32.1 (HotFix)

29 Nov 08:37
Compare
Choose a tag to compare

MtApi (MT4) version 1.0.32.1 (HotFix)

25 Nov 14:08
Compare
Choose a tag to compare

Issue #38: Fixed memory leaks.

MtApi (MT4) version 1.0.32

17 Nov 15:22
Compare
Choose a tag to compare

Issue #35: Implemented function TerminalInfoDouble
Issue #34: Implemented function TerminalInfoInteger
Issue #31: Implemented function SymbolInfoTick
Issue #31: Implemented function SymbolInfoDouble
Issue #33: Implemented function SeriesInfoInteger
Issue #27: Created bootstrapper project for MtApi MT4 with vcredist package

MtApi (MT5) version 1.0.11

10 Nov 09:10
Compare
Choose a tag to compare
  • Issue #25. Implemented function CopyTicks.
  • Issue #29. Changed name of log file (added pattern with process Id).
  • Issue #30. Created Bootstrapper installer with vcredist package (installer MtApi5_Setup_[platform].exe).

MtApi (MT4) version 1.0.31

02 Nov 10:39
Compare
Choose a tag to compare
  • Added functions: SymbolInfoSession, SymbolSelect, SymbolName, SymbolsTotal
  • Fixed issue #26 (Backtesting).

MtApi (MT5) version 1.0.10

25 Oct 12:18
Compare
Choose a tag to compare
  • Issue #23: Added empty constructor to class MqlRates
  • Issue #21: Added function Print to MtApi
  • Issue #13: changed timeout values of SendTime and ReceiveTime on client side and server sides (12 hours)
  • Issue #14: Implemented function PositionOpen.
  • Refactored MtApiService library. Changed sign key in library MtApiService: using MtApiKey.snk. Added logging into MtApiService and used ILMerge.Task to merge assemblies into one dll.
  • Used WM_TIMER message to perform commands in MQL expert