首页
策略
文库
社区
API文档
登录
立即注册
高频交易
交流分享
原创教程
Digital Currency High-Frequency Strategy Detailed Introduction
Digital Currency High-Frequency Strategy Detailed Introduction I wrote an article in 2020 introducing high-frequency strategies, https://www.fmz.com/bb
FMZ~Lydia
2023-03-27 16:46:14
0
1093
使用JavaScript实现量化策略并发执行——封装Go函数
在实现量化策略时,很多情况下,并发执行可以降低延时提升效率。以对冲机器人为例,需要获取两个币的深度,顺序执行的代码如下: var depthA = exchanges[0].GetDepth() var depthB = exchanges[1].GetDepth() 请求一次rest API存在延
小草
2019-06-29 11:24:57
3
2581