Skip to content

Releases: vdemydiuk/mtapi

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.