From f8064f2f4458735fb855d63b062841aac976d15e Mon Sep 17 00:00:00 2001 From: DiTus Date: Mon, 14 Jul 2025 21:09:50 +0200 Subject: [PATCH] added hurst to indicators --- static/indicators.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/indicators.js b/static/indicators.js index 66ea6ab..f4236d1 100644 --- a/static/indicators.js +++ b/static/indicators.js @@ -9,5 +9,6 @@ const AVAILABLE_INDICATORS = [ SMA_INDICATOR, EMA_INDICATOR, BB_INDICATOR, // Added the new Bollinger Bands indicator - HURST_INDICATOR, // Added the new Hurst Bands indicator - // Add other indicators here as needed]; \ No newline at end of file + HURST_INDICATOR // Added the new Hurst Bands indicator + // Add other indicators here as needed +]; \ No newline at end of file