finta
finta copied to clipboard
IndexError: list index out of range
Simple example code does not function.
I expected there to be no error.
There is an error.
100%
finta~=1.2 pandas~=1.1.4 python 3.8
import pandas as pd from finta import TA
candle_file = "bittrex_btc-usdt.csv"
candles = pd.read_csv(candle_file)
wto = TA.WTO(ohlc=candles, channel_lenght=11, average_lenght=15)
Error:
Traceback (most recent call last):
File "C:/Users/me/PycharmProjects/project/build_indicators.py", line 8, in
1.0 does not have this bug, reverting to 1.0
1.0 does not have this bug, reverting to 1.0
Perfect it worked