Config file
{
"accounts": {
"default-mt": {
"fields": {
"group_name": {
"description": "",
"optional": false
},
"investor_pass": {
"description": "password for MT to login as an investor",
"optional": true
},
"leverage": {
"choices": [
50,
100
],
"description": "trading leverage",
"optional": true
},
"name": {
"description": "",
"optional": true
},
"server_code": {
"description": "",
"optional": false
},
"trading_pass": {
"description": "password for MT to login as a trader",
"optional": true
}
},
"private": {
"balance_confirmation_url": "",
"bonus_confirmation_url": ""
},
"public": {
"groups": {
"xxxx\\xxxxxxxx\\xxxxxxxxxxxxxxxx": ["mt_real1"]
},
"is_generated": false,
"is_real": true
}
},
"demo-mt": {
"fields": {
"group_name": {
"description": "",
"optional": false
},
"investor_pass": {
"description": "password for MT to login as an investor",
"optional": true
},
"leverage": {
"choices": [
50,
100
],
"description": "trading leverage",
"optional": true
},
"name": {
"description": "",
"optional": true
},
"server_code": {
"description": "",
"optional": false
},
"trading_pass": {
"description": "password for MT to login as a trader",
"optional": true
}
},
"private": {
"balance_confirmation_url": "",
"bonus_confirmation_url": ""
},
"public": {
"groups": {
"xxxx\\xxxxxxxx\\xxxxxxxxxxxxxxxx": [
"mt_trial1"
]
},
"is_generated": false,
"is_real": true
}
}
},
"servers": {
"mt_real1": {
"private": {
"rest_url": "http://xxx.xxx.xxx.xxx:xxxx",
"stream_url": "ws://xxx.xxx.xxx.xxx:xxxx/stream",
"streaming_key": "-----BEGIN EC PRIVATE KEY-----\nMHcC...150kw==\n-----END EC PRIVATE KEY-----"
},
"public": {
"connection_url": "xxx.xxx.xxx.xxx:xxxx",
"description": "",
"download_url": "https://rock-west.com/en/platforms-mt"
}
},
"mt_trial1": {
"private": {
"rest_url": "http://xxx.xxx.xxx.xxx:xxxx",
"stream_url": "ws://xxx.xxx.xxx.xxx:xxxx/stream",
"streaming_key": "-----BEGIN EC PRIVATE KEY-----\nMHcC...150kw==\n-----END EC PRIVATE KEY-----"
},
"public": {
"connection_url": "xxx.xxx.xxx.xxx:xxxx",
"description": "",
"download_url": "https://rock-west.com/en/platforms-mt"
}
}
}
}Description of parameters:
Last updated