Skip to content

Commit

Permalink
Merge pull request #2 from EA31337/dev
Browse files Browse the repository at this point in the history
Adds support for StrategiesMetaManager
  • Loading branch information
kenorb authored Oct 28, 2023
2 parents 6ac67c1 + 8ea22b0 commit ea28eea
Show file tree
Hide file tree
Showing 40 changed files with 650 additions and 502 deletions.
2 changes: 2 additions & 0 deletions .github/Test.mq5
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
// Includes strategy classes.
#include <EA31337-strategies/enum.h>
#include <EA31337-strategies/includes.h>
#include <EA31337-strategies/manager.h>

// Local includes.
#include "../enum.h"
#include "../includes.h"
#include "../manager.h"

int OnInit() { return INIT_SUCCEEDED; }
2 changes: 1 addition & 1 deletion Meta_Bears_Bulls
2 changes: 1 addition & 1 deletion Meta_Conditions
2 changes: 1 addition & 1 deletion Meta_Delegate
2 changes: 1 addition & 1 deletion Meta_Double
2 changes: 1 addition & 1 deletion Meta_Enhance
2 changes: 1 addition & 1 deletion Meta_Equity
2 changes: 1 addition & 1 deletion Meta_Formation
2 changes: 1 addition & 1 deletion Meta_Hedge
Submodule Meta_Hedge updated 3 files
+7 βˆ’4 Stg_Meta_Hedge.mq5
+49 βˆ’226 Stg_Meta_Hedge.mqh
+5 βˆ’4 config/define.h
2 changes: 1 addition & 1 deletion Meta_Interval
2 changes: 1 addition & 1 deletion Meta_Limit
Submodule Meta_Limit updated 3 files
+7 βˆ’4 Stg_Meta_Limit.mq5
+36 βˆ’215 Stg_Meta_Limit.mqh
+5 βˆ’4 config/define.h
2 changes: 1 addition & 1 deletion Meta_MA_Cross
2 changes: 1 addition & 1 deletion Meta_Margin
2 changes: 1 addition & 1 deletion Meta_Martingale
2 changes: 1 addition & 1 deletion Meta_Mirror
2 changes: 1 addition & 1 deletion Meta_Multi
Submodule Meta_Multi updated 3 files
+7 βˆ’4 Stg_Meta_Multi.mq5
+71 βˆ’69 Stg_Meta_Multi.mqh
+5 βˆ’4 config/define.h
2 changes: 1 addition & 1 deletion Meta_Multi_Currency
2 changes: 1 addition & 1 deletion Meta_News
Submodule Meta_News updated 3 files
+7 βˆ’4 Stg_Meta_News.mq5
+41 βˆ’220 Stg_Meta_News.mqh
+6 βˆ’5 config/define.h
2 changes: 1 addition & 1 deletion Meta_Order_Limit
2 changes: 1 addition & 1 deletion Meta_Oscillator_Filter
2 changes: 1 addition & 1 deletion Meta_Oscillator_Switch
2 changes: 1 addition & 1 deletion Meta_Pattern
2 changes: 1 addition & 1 deletion Meta_Pivot
Submodule Meta_Pivot updated 3 files
+7 βˆ’4 Stg_Meta_Pivot.mq5
+36 βˆ’215 Stg_Meta_Pivot.mqh
+5 βˆ’4 config/define.h
2 changes: 1 addition & 1 deletion Meta_Profit
2 changes: 1 addition & 1 deletion Meta_RSI
Submodule Meta_RSI updated 3 files
+7 βˆ’4 Stg_Meta_RSI.mq5
+36 βˆ’215 Stg_Meta_RSI.mqh
+5 βˆ’4 config/define.h
2 changes: 1 addition & 1 deletion Meta_Resistance
2 changes: 1 addition & 1 deletion Meta_Reversal
2 changes: 1 addition & 1 deletion Meta_Risk
Submodule Meta_Risk updated 3 files
+7 βˆ’4 Stg_Meta_Risk.mq5
+36 βˆ’215 Stg_Meta_Risk.mqh
+5 βˆ’4 config/define.h
2 changes: 1 addition & 1 deletion Meta_Scalper
2 changes: 1 addition & 1 deletion Meta_Signal_Switch
2 changes: 1 addition & 1 deletion Meta_Spread
2 changes: 1 addition & 1 deletion Meta_Timezone
2 changes: 1 addition & 1 deletion Meta_Trend
Submodule Meta_Trend updated 3 files
+7 βˆ’4 Stg_Meta_Trend.mq5
+46 βˆ’223 Stg_Meta_Trend.mqh
+5 βˆ’4 config/define.h
2 changes: 1 addition & 1 deletion Meta_Trio
Submodule Meta_Trio updated 3 files
+7 βˆ’4 Stg_Meta_Trio.mq5
+36 βˆ’215 Stg_Meta_Trio.mqh
+5 βˆ’4 config/define.h
2 changes: 1 addition & 1 deletion Meta_Volatility
2 changes: 1 addition & 1 deletion Meta_Weekday
Loading

0 comments on commit ea28eea

Please sign in to comment.