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
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue