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

@ -8,7 +8,8 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"import-annotations": "tsx scripts/import_talib_annotations.ts"
"import-annotations": "tsx scripts/import_talib_annotations.ts",
"list-charts": "tsx scripts/list_charts.ts"
},
"keywords": [],
"author": "",