fix(ml): correct CCI indicator signature to use HLC prices
This commit is contained in:
parent
63486bc7b5
commit
2b86524436
3 changed files with 1 additions and 1 deletions
BIN
services/ml/app/__pycache__/annotation_ingestion.cpython-313.pyc
Normal file
BIN
services/ml/app/__pycache__/annotation_ingestion.cpython-313.pyc
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -130,7 +130,7 @@ def _call_talib_function(
|
|||
"""
|
||||
# Price indicators (close only)
|
||||
price_only = ['RSI', 'EMA', 'SMA', 'WMA', 'TEMA', 'DEMA', 'TRIMA', 'KAMA',
|
||||
'MAMA', 'T3', 'CCI', 'CMO', 'MOM', 'ROC', 'ROCP', 'ROCR',
|
||||
'MAMA', 'T3', 'CMO', 'MOM', 'ROC', 'ROCP', 'ROCR',
|
||||
'TRIX', 'WILLR', 'DX', 'MINUS_DI', 'PLUS_DI', 'MINUS_DM',
|
||||
'PLUS_DM', 'TSF', 'HT_DCPERIOD', 'HT_DCPHASE', 'HT_PHASOR',
|
||||
'HT_SINE', 'HT_TRENDMODE']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue