diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index fe0b695..edb37c2 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -73,6 +73,7 @@ jobs: - Meta_RSI - Meta_Timezone - Meta_Trend + - Meta_Trio - Momentum - OBV - OsMA diff --git a/.gitmodules b/.gitmodules index 9d52277..ee8b2fd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -226,3 +226,6 @@ [submodule "ZigZag"] path = ZigZag url = https://github.com/EA31337/Strategy-ZigZag.git +[submodule "Meta_Trio"] + path = Meta_Trio + url = https://github.com/EA31337/Strategy-Meta_Trio.git diff --git a/Meta_Trio b/Meta_Trio new file mode 160000 index 0000000..1dc2b0e --- /dev/null +++ b/Meta_Trio @@ -0,0 +1 @@ +Subproject commit 1dc2b0eeff5d5fe89ab48703bfb4af48f813c203 diff --git a/README.md b/README.md index 15bb323..d903b0e 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ See: | (Meta) RSI | [![check][ghim_s_meta_rsi_check]][ghlm_s_meta_rsi_check] | [![check][ghim_s_meta_rsi_compile]][ghlm_s_meta_rsi_compile] | [![check][ghim_s_meta_rsi_bt]][ghlm_s_meta_rsi_bt] | | (Meta) Timezone | [![check][ghim_s_meta_timezone_check]][ghlm_s_meta_timezone_check] | [![check][ghim_s_meta_timezone_compile]][ghlm_s_meta_timezone_compile] | [![check][ghim_s_meta_timezone_bt]][ghlm_s_meta_timezone_bt] | | (Meta) Trend | [![check][ghim_s_meta_trend_check]][ghlm_s_meta_trend_check] | [![check][ghim_s_meta_trend_compile]][ghlm_s_meta_trend_compile] | [![check][ghim_s_meta_trend_bt]][ghlm_s_meta_trend_bt] | +| (Meta) Trio | [![check][ghim_s_meta_trio_check]][ghlm_s_meta_trio_check] | [![check][ghim_s_meta_trio_compile]][ghlm_s_meta_trio_compile] | [![check][ghim_s_meta_trio_bt]][ghlm_s_meta_trio_bt] | | AC | [![check][ghim_s_ac_check]][ghlm_s_ac_check] | [![check][ghim_s_ac_compile]][ghlm_s_ac_compile] | [![check][ghim_s_ac_bt]][ghlm_s_ac_bt] | | AD | [![check][ghim_s_ad_check]][ghlm_s_ad_check] | [![check][ghim_s_ad_compile]][ghlm_s_ad_compile] | [![check][ghim_s_ad_bt]][ghlm_s_ad_bt] | | ADX | [![check][ghim_s_adx_check]][ghlm_s_adx_check] | [![check][ghim_s_adx_compile]][ghlm_s_adx_compile] | [![check][ghim_s_adx_bt]][ghlm_s_adx_bt] | @@ -145,6 +146,7 @@ See: | (Meta) RSI | [![check][ghid_s_meta_rsi_check]][ghld_s_meta_rsi_check] | [![check][ghid_s_meta_rsi_compile]][ghld_s_meta_rsi_compile] | [![check][ghid_s_meta_rsi_bt]][ghld_s_meta_rsi_bt] | | (Meta) Timezone | [![check][ghid_s_meta_timezone_check]][ghld_s_meta_trend_check] | [![check][ghid_s_meta_trend_compile]][ghld_s_meta_trend_compile] | [![check][ghid_s_meta_trend_bt]][ghld_s_meta_trend_bt] | | (Meta) Trend | [![check][ghid_s_meta_trend_check]][ghld_s_meta_trend_check] | [![check][ghid_s_meta_trend_compile]][ghld_s_meta_trend_compile] | [![check][ghid_s_meta_trend_bt]][ghld_s_meta_trend_bt] | +| (Meta) Trio | [![check][ghid_s_meta_trio_check]][ghld_s_meta_trio_check] | [![check][ghid_s_meta_trio_compile]][ghld_s_meta_trio_compile] | [![check][ghid_s_meta_trio_bt]][ghld_s_meta_trio_bt] | | AC | [![check][ghid_s_ac_check]][ghld_s_ac_check] | [![check][ghid_s_ac_compile]][ghld_s_ac_compile] | [![check][ghid_s_ac_bt]][ghld_s_ac_bt] | | AD | [![check][ghid_s_ad_check]][ghld_s_ad_check] | [![check][ghid_s_ad_compile]][ghld_s_ad_compile] | [![check][ghid_s_ad_bt]][ghld_s_ad_bt] | | ADX | [![check][ghid_s_adx_check]][ghld_s_adx_check] | [![check][ghid_s_adx_compile]][ghld_s_adx_compile] | [![check][ghid_s_adx_bt]][ghld_s_adx_bt] | @@ -446,6 +448,20 @@ NO REPRESENTATION IS BEING MADE THAN ANY ACCOUNT WILL OR IS LIKELY TO ACHIEVE PR [ghld_s_meta_trend_bt]: https://github.com/EA31337/Strategy-Meta_Trend/actions?query=workflow:Backtest+branch:dev [ghid_s_meta_trend_bt]: https://github.com/EA31337/Strategy-Meta_Trend/workflows/Backtest/badge.svg?branch=dev +[ghlm_s_meta_trio_check]: https://github.com/EA31337/Strategy-Meta_Trio/actions?query=workflow:Check+branch:master +[ghim_s_meta_trio_check]: https://github.com/EA31337/Strategy-Meta_Trio/workflows/Check/badge.svg?branch=master +[ghlm_s_meta_trio_compile]: https://github.com/EA31337/Strategy-Meta_Trio/actions?query=workflow:Compile+branch:master +[ghim_s_meta_trio_compile]: https://github.com/EA31337/Strategy-Meta_Trio/workflows/Compile/badge.svg?branch=master +[ghlm_s_meta_trio_bt]: https://github.com/EA31337/Strategy-Meta_Trio/actions?query=workflow:Backtest+branch:master +[ghim_s_meta_trio_bt]: https://github.com/EA31337/Strategy-Meta_Trio/workflows/Backtest/badge.svg?branch=master + +[ghld_s_meta_trio_check]: https://github.com/EA31337/Strategy-Meta_Trio/actions?query=workflow:Check+branch:dev +[ghid_s_meta_trio_check]: https://github.com/EA31337/Strategy-Meta_Trio/workflows/Check/badge.svg?branch=dev +[ghld_s_meta_trio_compile]: https://github.com/EA31337/Strategy-Meta_Trio/actions?query=workflow:Compile+branch:dev +[ghid_s_meta_trio_compile]: https://github.com/EA31337/Strategy-Meta_Trio/workflows/Compile/badge.svg?branch=dev +[ghld_s_meta_trio_bt]: https://github.com/EA31337/Strategy-Meta_Trio/actions?query=workflow:Backtest+branch:dev +[ghid_s_meta_trio_bt]: https://github.com/EA31337/Strategy-Meta_Trio/workflows/Backtest/badge.svg?branch=dev + [ghlm_s_ac_check]: https://github.com/EA31337/Strategy-AC/actions?query=workflow:Check+branch:master [ghim_s_ac_check]: https://github.com/EA31337/Strategy-AC/workflows/Check/badge.svg?branch=master [ghlm_s_ac_compile]: https://github.com/EA31337/Strategy-AC/actions?query=workflow:Compile+branch:master diff --git a/enum.h b/enum.h index 0b79e91..8d6c12f 100644 --- a/enum.h +++ b/enum.h @@ -69,6 +69,7 @@ enum ENUM_STRATEGY { STRAT_META_RSI, // (Meta) RSI STRAT_META_TIMEZONE, // (Meta) Timezone STRAT_META_TREND, // (Meta) Trend + STRAT_META_TRIO, // (Meta) Trio STRAT_MFI, // MFI STRAT_MOMENTUM, // Momentum STRAT_OBV, // OBV diff --git a/includes.h b/includes.h index 3155611..2c40f0f 100644 --- a/includes.h +++ b/includes.h @@ -64,6 +64,7 @@ #include "Meta_Reversal/Stg_Meta_Reversal.mqh" #include "Meta_RSI/Stg_Meta_RSI.mqh" #include "Meta_Timezone/Stg_Meta_Timezone.mqh" +#include "Meta_Trio/Stg_Meta_Trio.mqh" #include "Meta_Trend/Stg_Meta_Trend.mqh" #include "Momentum/Stg_Momentum.mqh" #include "OBV/Stg_OBV.mqh"