Mql5官网 JSON Exporter 外汇EA

Mql5官网 JSON Exporter 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
Mql5官网 JSON Exporter 外汇EA
此内容为免费资源,请登录后查看
0积分
免费资源

如果免费资源下载的文件为TXT文档

请联系站长更新!站长微信:Lv596999  Telegram:@eapoj

“Mql5官网”板块的EA基本都有,大部分是无限制NODLL版,NODLL版本MT1420升级,大多数不可用!这些EA来源为国外花钱买过来的

有需要,请联系站长!

“EA测评”板块资源全部现有,看见不错的,可以联系站长看EA在确定是否收费

“无限制EA”板块,大部分免费,下载文件全部存在,都可以免费下载

站长硬盘EA太多,因大部分时间做交易,做风控,没太多时间更新下载地址,请谅解!

需要更新下载文件,请联系站长微信!国外朋友请联系Telegram。


Export Positions and Orders to JSON file

On every tick the software checks if something is changed from the last export, and it rewrite the file only when necessary, optimizing CPU and disk writes

You can choose:

 – to export only the current Symbol or all Symbols
 – to export only positions, only orders or both
 – the file name to export to

The file will be saved on MQL4\Files folder with .json extension

You can use the file how you want, to copy for example your MT4 positions on other platofms for copy trading or monitor your MT4 positions almost in real time

Example export:

{
    "EAName": "StrxExportTradesToJSON",
    "EAVersion": "1.01",
    "ExportAllSymbols": false,
    "ExportOrders": true,
    "ExportPositions": true,
    "FileName": "trades.json",
    "trades": [
        {
            "symbol": "LTCUSD",
            "ticket": 112122086,
            "magicnr": 0,
            "openPrice": 146.53,
            "buy": true,
            "pending": true,
            "stop": false,
            "limit": true,
            "openTime": 1635365039,
            "lots": 0.1,
            "sl": 0,
            "tp": 0,
            "comment": "",
            "commission": 0
        },
    }
]

The JSON export the settings of the indicator and the list of trades; every trade has its main informations given by the MT4 platform

Here you can find a cTrader copier which takes in input the JSON generated: http://bit.ly/ctrader-copy-json

图片[1]-Mql5官网 JSON Exporter 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站

© 版权声明
THE END
喜欢就支持一下吧
点赞34 分享
相关推荐