Type/to search
0
Follow
0
Followers
Mohon bantuannya, bagaimana saya bisa memperoleh informasi pasar Binance Perpetual Multi-Trading Pairs?
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())
}

Seperti yang ditunjukkan dalam video,
Kesalahan 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)