diff --git a/services/ml/app/__pycache__/annotation_ingestion.cpython-313.pyc b/services/ml/app/__pycache__/annotation_ingestion.cpython-313.pyc new file mode 100644 index 0000000..9007ce5 Binary files /dev/null and b/services/ml/app/__pycache__/annotation_ingestion.cpython-313.pyc differ diff --git a/services/ml/features/__pycache__/talib_features.cpython-313.pyc b/services/ml/features/__pycache__/talib_features.cpython-313.pyc index 8ff5382..dc0448b 100644 Binary files a/services/ml/features/__pycache__/talib_features.cpython-313.pyc and b/services/ml/features/__pycache__/talib_features.cpython-313.pyc differ diff --git a/services/ml/features/talib_features.py b/services/ml/features/talib_features.py index e6d5dfb..16b5cc4 100644 --- a/services/ml/features/talib_features.py +++ b/services/ml/features/talib_features.py @@ -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']