double short SMAs auto TF

This commit is contained in:
2025-07-21 23:02:08 +02:00
parent af4c81b95f
commit a9aafbc07c
5 changed files with 166 additions and 14 deletions

View File

@ -9,6 +9,7 @@ const AVAILABLE_INDICATORS = [
SMA_INDICATOR,
EMA_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
HTS_INDICATOR // Added the new HTS indicator
// Add other indicators here as needed
];