Skip to content

Commit

Permalink
StrategyInitByEnum: Adds Stg_TMA_True
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Oct 31, 2023
1 parent d7ac23e commit 718800a
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 @@ -156,6 +156,8 @@ class StrategiesManager {
return StrategyInit<Stg_Stochastic>(_tf);
case STRAT_TMAT_SVEBB:
return StrategyInit<Stg_TMAT_SVEBB>(_tf);
case STRAT_TMA_TRUE:
return StrategyInit<Stg_TMA_True>(_tf);
case STRAT_WPR:
return StrategyInit<Stg_WPR>(_tf);
case STRAT_ZIGZAG:
Expand Down

0 comments on commit 718800a

Please sign in to comment.