hts with only two SMAs

This commit is contained in:
2025-07-21 21:20:39 +02:00
parent d2c45cac12
commit 38cdffc2b9
7 changed files with 93 additions and 10 deletions

View File

@ -6,7 +6,7 @@
* 3. Add the indicator's definition object (e.g., RSI_INDICATOR) to this array.
*/
const AVAILABLE_INDICATORS = [
SMA_INDICATOR,
HTS_INDICATOR,
EMA_INDICATOR,
BB_INDICATOR, // Added the new Bollinger Bands indicator
HURST_INDICATOR // Added the new Hurst Bands indicator