fix(ml): add CCI to hlc_indicators list

CCI (Commodity Channel Index) requires high, low, and close prices
This commit is contained in:
Marko Djordjevic 2026-02-15 21:08:20 +01:00
parent 57240d4eea
commit 63486bc7b5
7 changed files with 37 additions and 2 deletions

View file

@ -136,7 +136,7 @@ def _call_talib_function(
'HT_SINE', 'HT_TRENDMODE']
# High-Low-Close indicators
hlc_indicators = ['ULTOSC', 'NATR']
hlc_indicators = ['ULTOSC', 'NATR', 'CCI']
# OHLC indicators
ohlc_indicators = ['CDL2CROWS', 'CDL3BLACKCROWS', 'CDL3INSIDE', 'CDL3LINESTRIKE',