From 889433ffc598424ff64b9da240efba3118a2afc9 Mon Sep 17 00:00:00 2001 From: kenorb Date: Sat, 30 Sep 2023 16:12:07 +0100 Subject: [PATCH] Corrects strategy name --- enum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enum.h b/enum.h index f8e4ec9..0b79e91 100644 --- a/enum.h +++ b/enum.h @@ -73,7 +73,7 @@ enum ENUM_STRATEGY { STRAT_MOMENTUM, // Momentum STRAT_OBV, // OBV STRAT_OSCILLATOR, // Oscillator - STRAT_OSCILLATOR_DIVERGENCE, // Oscillator + STRAT_OSCILLATOR_DIVERGENCE, // Oscillator Divergence STRAT_OSCILLATOR_MULTI, // Oscillator Multi STRAT_OSCILLATOR_CROSS, // Oscillator Cross STRAT_OSCILLATOR_CROSS_SHIFT, // Oscillator Cross Shift