MQL5-JSON-API icon indicating copy to clipboard operation
MQL5-JSON-API copied to clipboard

Metaquotes MQL5 - JSON - API

Results 9 MQL5-JSON-API issues
Sort by recently updated
recently updated
newest added

I have a problem when using action "POSITIONS": ``` api.construct_and_send({ "action" => "POSITIONS" }) ``` The client API was written in Crystal-lang (https://github.com/jekroll/mt5crystal) following your examples based on Python3. I...

Like the title, when i use this methord the result is a list with the same position -info if i opened more than one position on mt5.

First of all thank you for your great work. I have noticed, that expert advisor cannot be backtestet in MT5 strategy tester. The reason seems to be that strategy tester...

Json sample { "id": 54, "nome": "12.01 alterado", "condicoes": [ { "id": 47, "estrategiaId": 54, "indicadorAId": 87, "indicadorA": { "id": 87, "nome": "iATR", "parametros": [ { "id": 46, "nome": null,...

Compiler does not find a number of files such as AccountInfo.mqh DealInfo.mqh Trade.mqh and many more I followed instructions and installed mql4-lib as well as mql-zmq.

i just installed all of the files, but json-api cann't bind any ports. what shall i do? i also installed zmq for mac too,how can i interface projects between the...

How to get the count of times the user logs in?

is it able to implement the JsonApi.mq5 as service . so that can running per terminal for all charts and dose not need to add expert for each chart to...

when i add 2 data streams, e.g. BTCUSD and NQ100 and one is delayed / no data comes in, it won't work properly: ``` 2022-08-28 12:27:44.975851 BTCUSD Data Status: DELAYED...