Skip to content

Commit

Permalink
Corrects strategy name
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 30, 2023
1 parent bbe31b0 commit 889433f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 889433f

Please sign in to comment.