first hurst

This commit is contained in:
2025-07-14 20:49:19 +02:00
parent 574dec7373
commit 666d5fb007
2 changed files with 167 additions and 2 deletions

View File

@ -9,5 +9,5 @@ const AVAILABLE_INDICATORS = [
SMA_INDICATOR,
EMA_INDICATOR,
BB_INDICATOR, // Added the new Bollinger Bands indicator
// Add other indicators here, e.g., RSI_INDICATOR
];
HURST_INDICATOR, // Added the new Hurst Bands indicator
// Add other indicators here as needed];