Skip to content

MtApi (MT4) version 1.0.30

Compare
Choose a tag to compare
@vdemydiuk vdemydiuk released this 26 Sep 11:54
· 363 commits to master since this release

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.