Skip to content

Commit

Permalink
StrategyInitByEnum: Adds Stg_TMAT_SVEBB
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Oct 30, 2023
1 parent 9609938 commit d7ac23e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ class StrategiesManager {
return StrategyInit<Stg_StdDev>(_tf);
case STRAT_STOCHASTIC:
return StrategyInit<Stg_Stochastic>(_tf);
case STRAT_TMAT_SVEBB:
return StrategyInit<Stg_TMAT_SVEBB>(_tf);
case STRAT_WPR:
return StrategyInit<Stg_WPR>(_tf);
case STRAT_ZIGZAG:
Expand Down

0 comments on commit d7ac23e

Please sign in to comment.