- Search Energy EXCH
- 12 Results (1 Threads, 11 Replies)
-
MTsocketAPI replied Nov 17, 2025We're Now OpenAPI 3 Compatible for MT4 too! You can get the code for almost any programming language here: Swagger Stoplight Examples: Send market order using Linux curl: curl --request POST ...
MTsocketAPI - Low Latency Metatrader API
-
MTsocketAPI replied Apr 2, 2025We're Now OpenAPI 3 Compatible! Starting from version 5.40, our API is fully compatible with OpenAPI 3, ensuring greater flexibility and interoperability with modern applications. Basic examples using curl: Send market order: curl --request POST ...
MTsocketAPI - Low Latency Metatrader API
-
MTsocketAPI replied May 15, 2024Get news calendar events from Metatrader 5 We are pleased to announce the addition of the CALENDAR_LIST command. This new feature allows users to retrieve calendar information in JSON format for use in their applications or scripts via our API. ...
MTsocketAPI - Low Latency Metatrader API
-
MTsocketAPI replied Feb 27, 2024Basic Trading Application written in C# using MTsocketAPI video Source Code: GitHub - MTsocketAPI/Basic-Trading-Application: Basic trading application using MTsocketAPI C# Library.
MTsocketAPI - Low Latency Metatrader API
-
MTsocketAPI replied Jan 23, 2024New MTsocketAPI library (C#) - MTsocketAPI/Csharp-Library: C# Library for MTsocketAPI (github.com) Now it is much easier to work with our Metatrader API library using C#. Send a market Order to Metatrader 5 using our MTsocketAPI library: using ...
MTsocketAPI - Low Latency Metatrader API
-
MTsocketAPI replied Oct 28, 2023Send Order to MT5 with C++ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> /* * * * gcc -o sendorder sendorder.c (Compile) * ...
MTsocketAPI - Low Latency Metatrader API
-
MTsocketAPI replied Aug 28, 2023Get EURUSD price from MT5 (using JSON library) with NodeJS const Net = require('net'); const client_cmd = new Net.Socket(); client_cmd.connect(77, "localhost", function() { const JSONobj = {}; JSONobj["MSG"]="QUOTE"; JSONobj["SYMBOL"]="EURUSD"; ...
MTsocketAPI - Low Latency Metatrader API
-
MTsocketAPI replied Jun 19, 2023Stream realtime prices using C# using System; using System.Net.Sockets; using Newtonsoft.Json; using Newtonsoft.Json.Linq; namespace ConsoleApp { internal class Program { static int bufferLen = 8192; static void Main(string[] args) { TcpClient ...
MTsocketAPI - Low Latency Metatrader API
-
MTsocketAPI replied Nov 16, 2022Export Trade History from MT5 to a CSV file using PowerShell $Address = [System.Net.IPAddress]:
arse($IP) $Socket = New-Object System.Net.Sockets.TCPClient("127.0.0.1",77) $Stream = $Socket.GetStream() $Writer = New-Object ...MTsocketAPI - Low Latency Metatrader API
-
MTsocketAPI replied Nov 2, 2022Send a new market order Connect using telnet command to localhost port 77 (or with your desired programming language) an send this simple JSON string: {"MSG": "ORDER_SEND","SYMBOL": "EURUSD","TYPE":"ORDER_TYPE_BUY","VOLUME": 0.01} the order will be ...
MTsocketAPI - Low Latency Metatrader API
-
MTsocketAPI - Low Latency Metatrader API
Started Oct 31, 2022|Commercial Content|10 replies
Dear traders, We are pleased to announce the launch of a new Metatrader API, designed to ...
-
MTsocketAPI replied Oct 25, 2022Please always use stop loss on leveraged accounts. Sometimes market moves too quick (unexpected news for example) and the loses can damage your account seriously. Sometimes even with a stop loss configured some news can give you extremely bad price ...
Do you use stoploss?
- Posts by Trader Search: 'MTsocketAPI'