fix(ml): add CCI to hlc_indicators list
CCI (Commodity Channel Index) requires high, low, and close prices
This commit is contained in:
parent
57240d4eea
commit
63486bc7b5
7 changed files with 37 additions and 2 deletions
BIN
services/ml/features/__pycache__/engineer.cpython-313.pyc
Normal file
BIN
services/ml/features/__pycache__/engineer.cpython-313.pyc
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue