0
Follow
0
Followers
기존의 선물 거래는 낮에 실행할 수 있지만, 밤에는 다시 시작하면 갑자기 틱커 데이터를 얻을 수 없고, 계정 정보는 정상적으로 얻을 수 있고, 선물 계약 파라미터가 설정되어 있습니다.
Related Recommendations
4.4 How to implement strategies in Python language4.3 Getting started with the Python language4.2 How to implement strategic trading in JavaScript language4.1 JavaScript language quick start3.5 Visual Programming language implementation of trading strategies3.4 Visual programming quick start3.3 How to implement strategies in M language3.2 Getting started with the M language3.1 Quantitative trading programming language evaluationMake Post-Only order and bulk orders on BitMEX through IO
Comment
All comments (6)
使用这段代码测试,显示 GetTicker: market not ready,这是为什么?
function main(){
while(1){
if(exchange.IO("status")){
LogStatus(_D(), "连接")
var info = exchange.SetContractType("rb1905")
var ticker = exchange.GetTicker()
Log(ticker.Info)
} else {
LogStatus(_D(), "未连接")
}
}
}
7 years ago
- 1
