Type/to search
0
Follow
0
Followers
براہ کرم مدد کریں، میں 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())
}

ویڈیو ٹیوٹوریل کے مطابق،
غلطی 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)