vectorbt
vectorbt copied to clipboard
Error on pandas ta indicator 'ichimoku'
vbt.IndicatorFactory.from_pandas_ta('ichimoku')
results in
Traceback (most recent call last):
File "/home2/eproject/anaconda3/envs/backtester/lib/python3.9/site-packages/IPython/core/interactiveshell.py", line 3444, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "
Resolved by changing the test_index_len
vbt.IndicatorFactory.from_pandas_ta('ichimoku', dict(test_index_len=100))