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