boll how to solve the return one-dimensional array problem

Author: tmos, Created: 2019-08-05 18:32:14, Updated:

If you look at the Blinky ribbon that comes back in the API, it's a two-dimensional array, and I've written about how it keeps coming back to a one-dimensional array.


More

tmosOK, solved. Replace the IP or the server returns a 2D array. Thank you.

The Little Dream ``` function main(){ var r = exchange.GetRecords() var boll = TA.BOLL(r) Log(boll) } ```