Official documentation is not clear enough about the API description

Author: fxhover, Created: 2021-01-25 11:04:44, Updated:

Take the data example of obtaining an RSI indicator, described with a sentence: TA.RSI (data, cycle), the default parameter is 14, returns a one-dimensional array.img


More

The grassThe last one is definitely the same as the K-line, the latest one.

maxgeThe most recent data is the last message that comes back to the array, which they don't know about once they debug it.

fxhoverThank you, the debugger only supports js, I wrote it in python and it doesn't seem to support it.

The grassDebugging suggests using debug tools to return the data to be viewed more clearly

fxhoverThe debugger has to look at the K line himself, using poor experience.