2
Follow
0
Followers
KMA5,& 1분 전 실시간 데이터를 동시에 호출하고 싶습니다.
어떻게 작동하는지
Related Recommendations
Get 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?5.5 Trading strategy optimization5.4 Why do we need an off-sample test5.3 How to read the strategy backtest performance report
Comment
All comments (1)
可以给exchange.GetRecords() 函数调用的时候传入参数:
var dayKline = exchange.GetRecords(PERIOD_D1)
var minute1Kline = exchange.GetRecords(PERIOD_M1)
var defaultKline = exchange.GetRecords() // 默认K线周期
7 years ago
- 1

