1
Follow
0
Followers
我是否需要在这里添加交易所信息?火币的怎么添加?
Log("交易所信息:", exchange.GetName(), ":", exchange.GetAccount());(我是火币交易所怎么填这些信息?谢谢
function main() {
sendEmail("策略启动");
if (exchanges.length != 1) {
throw "交易所数量得1个才能启动";
} else {
Log("Huobi:", exchange.GetName(), ":", exchange.GetAccount());
}

五、 使用实例:
- 新建机器人,根据你的资金和币种情况,填写参数(在那个函数内填写)
- 填写交易平台信息?? 请老师指教,谢谢
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 (1)
- 1
