Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
TA-lib inputs, does the "direction" of history data matter?

When working with TA-lib functions, such as MACD, or RSI, does TA-lib assume the data is arranged with least recent data point at position [0] and most recent at position [-1], or most recent at [0] and least recent in [-1]?

1 response

least recent data point at position [0] and most recent at position [-1]