Releases: vdemydiuk/mtapi
Releases · vdemydiuk/mtapi
MtApi (MT4) version 1.0.30
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.