After around 22,000 all the EMA values in the column are NaN. Does talib impose any inherent limit on the size of input array? If so, how to get around this?
Yeah, something silly on my end sorry. As you can see df and df_icici are different dataframes and hence the mismatch. There doesn't seem to be any limitations on the size of input data series for my data.
I have something like:
After around 22,000 all the EMA values in the column are
NaN
. Does talib impose any inherent limit on the size of input array? If so, how to get around this?