0
Follow
0
Followers
伝統的な期貨では,昼間でも実行できますが,夜に再起動すると,突然Tickerのデータを取得できなくなり,アカウントの情報も正常に取得でき,期貨契約のパラメータも設定されています.
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
