Skip to content

Commit

Permalink
Adds Meta Multi Currency strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Oct 20, 2023
1 parent e7fb004 commit 2dab140
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Meta_Multi_Currency
1 change: 1 addition & 0 deletions enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ enum ENUM_STRATEGY {
STRAT_META_MARGIN, // (Meta) Margin
STRAT_META_MIRROR, // (Meta) Mirror
STRAT_META_MULTI, // (Meta) Multi
STRAT_META_MULTI_CURRENCY, // (Meta) Multi Currency
STRAT_META_PATTERN, // (Meta) Pattern
STRAT_META_PROFIT, // (Meta) Profit
STRAT_META_RESISTANCE, // (Meta) Resistance
Expand Down
1 change: 1 addition & 0 deletions includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
#include "Meta_Margin/Stg_Meta_Margin.mqh"
#include "Meta_Mirror/Stg_Meta_Mirror.mqh"
#include "Meta_Multi/Stg_Meta_Multi.mqh"
#include "Meta_Multi_Currency/Stg_Meta_Multi_Currency.mqh"
#include "Meta_Pattern/Stg_Meta_Pattern.mqh"
#include "Meta_Profit/Stg_Meta_Profit.mqh"
#include "Meta_Resistance/Stg_Meta_Resistance.mqh"
Expand Down

0 comments on commit 2dab140

Please sign in to comment.