Skip to content

Releases: vdemydiuk/mtapi

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

MtApi (MT4) version 1.0.30

26 Sep 11:54
Compare
Choose a tag to compare

Added event OnLastTimeBar. It provides information about last bar in the chart.
Implemented two types of TradeMonitor: by timer, by timeframe. It has event AvailabilityOrdersChanged with information about opened/closed orders during defined interval.
Changed algorithm of executing commands in expert MtApi. Now it is using event OnTime instead of OnTick.