added hurst to indicators

This commit is contained in:
2025-07-14 21:09:50 +02:00
parent 666d5fb007
commit f8064f2f44

View File

@ -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];
HURST_INDICATOR // Added the new Hurst Bands indicator
// Add other indicators here as needed
];