GetRecords: What is the reason for the timeout?

Author: lzhqlj, Created: 2021-12-04 15:04:24, Updated:

var records = exchange.GetRecords ((PERIOD_M15)) is the name of the var macd = TA.MACD ((records, 12, 26, and 9) // The view log returns three arrays, DIF, DEA and MACD respectively Log ((DIF:, macd[0], DEA:, macd[1], MACD:, macd[2])

谢谢

More

lzhqljI've solved this problem........

The Little DreamTimeout is the timeout of access to the interface, not access to the exchange interface.