2
Follow
0
Followers
এফএমজেড-এর নিজস্ব এপিআই নিয়ন্ত্রণকারী রোবটটি পুনরায় চালু করার সময় ত্রুটি দেখা দেয়, বেশিরভাগ সময় এটি সফল হয় না।
Related Recommendations
How to Specify Different Versions of Data for the Rented Strategy by Its Rental Code MetadataAdvanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?
Comment
All comments (3)
用的是api文档里面直接验证的方式:HttpQuery("https://www.fmz.com/api/v1?access_key=xxxxxxxxx&secret_key=xxxxxxxx&method=RestartRobot&args=[" + info.data.result.robots[i].id + "]")
每隔一段时间查看机器人是否出错,如果出错就尝试重启,
但是重启不成功,返回{"code":3,"data":null}
正常如果重启成功应该是返回{"code":0,"data":{"result":1,"error":null}}
5 years ago
直接验证
支持不使用token验证(直接传secret_key验证),可以生成一个用来直接访问的URL。例如直接给实盘发交互指令的URL,可以用于TradingView或其它场景的WebHook回调。
对于CommandRobot(RobotId, Cmd)函数,不进行nonce校验,不限制该接口的访问频率、访问次数。
直接验证
支持不使用token验证(直接传secret_key验证),可以生成一个用来直接访问的URL。例如直接给实盘发交互指令的URL,可以用于TradingView或其它场景的WebHook回调。
对于CommandRobot(RobotId, Cmd)函数,不进行nonce校验,不限制该接口的访问频率、访问次数。
直接验证
支持不使用token验证(直接传secret_key验证),可以生成一个用来直接访问的URL。例如直接给实盘发交互指令的URL,可以用于TradingView或其它场景的WebHook回调。
对于CommandRobot(RobotId, Cmd)函数,不进行nonce校验,不限制该接口的访问频率、访问次数。
5 years ago
- 1
