Type/to search
0
Follow
0
Followers
도와주세요. 바이낸스 영구 다중 거래 쌍에 대한 시장 정보를 어떻게 얻을 수 있나요?
Help
Created 2021-05-02 17:58:34  
 2
 1242

function main() {
exchange.SetContractType("swap")
for(var i = 0; i < records.length; i++)
Log(exchanges[i].GetRecords())
}

이 영상에서 보여드린 것과 같이
오류 ReferenceError: records is not defined at main (FILE:3)

Related Recommendations
Comment
All comments (2)

    获取数据

    exchange.IO("currency", symbol + '_' + 'USDT')
    exchange.SetContractType('swap')
    recs = exchange.GetRecords(PERIOD_M30) # 获取K线数组

    5 years ago

    先获取records,再循环引用

    5 years ago
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)