Skip to content

Commit

Permalink
Adds DPO strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 23, 2023
1 parent 0cae39c commit a91db16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Stg_Meta_Reversal.mqh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ class Stg_Meta_Reversal : public Strategy {
case STRAT_DEMA:
_result &= StrategyAdd<Stg_DEMA>(_tf, _magic_no, _sid);
break;
case STRAT_DPO:
_result &= StrategyAdd<Stg_DPO>(_tf, _magic_no, _sid);
break;
case STRAT_DEMARKER:
_result &= StrategyAdd<Stg_DeMarker>(_tf, _magic_no, _sid);
break;
Expand Down

0 comments on commit a91db16

Please sign in to comment.