added hurst to indicators
This commit is contained in:
@ -9,5 +9,6 @@ const AVAILABLE_INDICATORS = [
|
|||||||
SMA_INDICATOR,
|
SMA_INDICATOR,
|
||||||
EMA_INDICATOR,
|
EMA_INDICATOR,
|
||||||
BB_INDICATOR, // Added the new Bollinger Bands indicator
|
BB_INDICATOR, // Added the new Bollinger Bands indicator
|
||||||
HURST_INDICATOR, // Added the new Hurst Bands indicator
|
HURST_INDICATOR // Added the new Hurst Bands indicator
|
||||||
// Add other indicators here as needed];
|
// Add other indicators here as needed
|
||||||
|
];
|
||||||
Reference in New Issue
Block a user