についてRestartRobot
直接取引を再開するために使用されます.API KEY
FMZ Quant トレーディング プラットフォームのアカウントに対応するリニューアルされたライブ トレーディングのIDは,robotId
parameter.
{
"code": 0,
"data": {
// 1 means running
"result": 1,
"error": null
}
}
についてrobotId
パラメータは,再起動されるライブ取引のIDを指定するために使用されます.GetRobotList
リアル取引の情報を取得するための方法,そのアカウントにはリアル取引のIDが含まれます.
ロボット
本当
番号
パラメーターsettings
形式は次のとおりです
{
"name": "hedge test",
// Strategy parameter
"args": [["Interval", 500]],
// Strategy ID, which can be obtained with "GetStrategyList" method
"strategy": 25189,
// K-line period parameter, "60" means 60 seconds
"period": 60,
// Specify on which docker to run; if the attribute is not written, it will be automatically assigned to run
"node" : 51924,
// Custom field
"appid": "member2",
"exchanges": [
// ZB; "pid" can be obtained by "GetPlatformList" method
{"pid": 15445, "pair": "ETH_BTC"},
// OKX; 2 exchange objects are configured
{"pid": 13802, "pair": "BCH_BTC"},
// In addition to the platforms ("pid" identification) configured by the FMZ dashboard, you can also set exchange configuration information that has not been configured to operate live trading
{"eid": "OKEX", "pair": "ETH_BTC", "meta" :{"AccessKey": "xxx", "SecretKey": "yyy"}},
{"eid": "Huobi", "pair": "BCH_BTC", "meta" :{"AccessKey": "xxx", "SecretKey": "yyy"}}
]
}
機密情報を利用する際にはAPI KEY
含めて"meta":{"AccessKey":"xxx","SecretKey":"yyy"}
配置でeid
FMZはデータを格納しません. データがドッカープログラムに直接送信されるので,ライブ取引が作成または再起動するたびにこの情報は設定する必要があります.
交換をサポートするためにプラグインを使用するライブ取引を再起動するには,設定するときにsettings
パラメータ,あなたは次の設定を行う必要がありますexchanges
属性:
{"eid": "Exchange", "label" : "testXXX", "pair": "ETH_BTC", "meta" :{"AccessKey": "123", "SecretKey": "1234", "Front" : "http://127.0.0.1:6666/XXX"}}
label
交換オブジェクトのラベルを設定します.一般議定書取得することができる.exchange.GetLabel()
戦略における役割です
設定 偽り JSON オブジェクト
拡張APIによって生動取引が作成される場合,拡張APIRestartRobot (RobotId, Settings)
再起動するために使用する必要があります.settings
パラメータをパスする必要があります. プラットフォームのページで作成されたライブ取引は,拡張APIまたはページのボタンをクリックして再起動できます.settings
パラメーター.RobotId
パラメータ,現在のライブ取引設定に従ってライブ取引を開始します.