Skip to content

Releases: vdemydiuk/mtapi

MtApi (MT5) version 1.0.17

02 Mar 11:41
Compare
Choose a tag to compare

Issue #91: MT5 - MarketBookGet Error - FIXED.
Issue #92: Provide IndicatorCreate and IndicatorRelease methods in C# - FIXED.
Issue #93: [Enhancement] OnTradeTransaction() - FIXED.
Issue #94: [Enhancement] OnBookEvent() - FIXED.

MtApi (MT5) version 1.0.16

19 Feb 17:36
Compare
Choose a tag to compare

Issue #82: OrderSend @ MT5 Connector returns empty MqlTradeResult. - FIXED.
Issue #88: Tester Mode MT5: Why is not currently activated? - FIXED.
Issue #89: Bug in function ParseResult MqlTradeResult. - FIXED.
Issue #87: What is different between QuoteUpdate MT4<->MT5. - FIXED. Added event QuoteUpdate into MtApi5.
Issue #90: TimeCurrent() в МТ5. - FIXED. Added time functions: TimeCurrent, TimeTradeServer, TimeLocal, TimeGMT.

MtApi (MT4) version 1.0.40

13 Feb 17:13
Compare
Choose a tag to compare

Issue #80: TerminalInfoString doesn't work for MT4
Issue #81: TimeGMT function

MtApi (MT5) version 1.0.15

08 Feb 16:16
Compare
Choose a tag to compare

Issue #84: Exception in private T SendCommand.
Correct returned value to long type.

MtApi (MT4) version 1.0.39

16 Jan 14:41
Compare
Choose a tag to compare

Issue #73: iBarShift Bad Results - FIXED.
Issue #76: Indiscriminate Logging - FIXED.

MtApi (MT5) version 1.0.14

11 Jan 20:01
Compare
Choose a tag to compare

Issue #72: fixed bug in functions HistoryDealGetDouble, HistoryDealGetInteger, HistoryDealGetString.
Issue #39: added function to support Technical Indicators.

MtApi (MT5) version 1.0.13

04 Oct 15:24
Compare
Choose a tag to compare

Issue #41 MtApi5 Objects functions
Issue #14 Implement PositionClose into MtApi (MT5) with MqlTradeResult.

MtApi (MT5) version 1.0.12

08 Sep 14:22
Compare
Choose a tag to compare

Issue #16: Implement Backtesting into MtApi for MetaTrader 5
Issue #57: MT5 PositionSelectByTicket

MtApi (MT4) version 1.0.38

06 Sep 12:19
Compare
Choose a tag to compare

Issue #59: Added event OnChartEvent into MTApi (MT4).
Related MQL event
void OnChartEvent(const int id, // Event ID
const long& lparam, // Parameter of type long event
const double& dparam, // Parameter of type double event
const string& sparam // Parameter of type string events
);
https://docs.mql4.com/basis/function/events

MtApi (MT4) version 1.0.37

21 Aug 13:50
Compare
Choose a tag to compare
  • Fixed bug in function iBarShift
  • Added function ChangeAccount.
  • Issue #53: implemented functions of Chart Operations