diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index d4abdfd..9c476de 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -67,6 +67,7 @@ jobs: - Meta_Multi - Meta_Oscillator - Meta_Reversal + - Meta_Timezone - Meta_Trend - Momentum - OBV diff --git a/.gitmodules b/.gitmodules index f893e0c..cd0932d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -118,6 +118,9 @@ [submodule "Meta_Reversal"] path = Meta_Reversal url = https://github.com/EA31337/Strategy-Meta_Reversal.git +[submodule "Meta_Timezone"] + path = Meta_Timezone + url = https://github.com/EA31337/Strategy-Meta_Timezone.git [submodule "Meta_Trend"] path = Meta_Trend url = https://github.com/EA31337/Strategy-Meta_Trend.git diff --git a/Meta_Timezone b/Meta_Timezone new file mode 160000 index 0000000..8b7fe29 --- /dev/null +++ b/Meta_Timezone @@ -0,0 +1 @@ +Subproject commit 8b7fe2907f78a1aaa884aba3ce0c4e8bd54e7a4f diff --git a/README.md b/README.md index 2194896..f5355f1 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ See: | (Meta) Multi | [![check][ghim_s_meta_multi_check]][ghlm_s_meta_multi_check] | [![check][ghim_s_meta_multi_compile]][ghlm_s_meta_multi_compile] | [![check][ghim_s_meta_multi_bt]][ghlm_s_meta_multi_bt] | | (Meta) Oscillator | [![check][ghim_s_meta_osc_check]][ghlm_s_meta_osc_check] | [![check][ghim_s_meta_osc_compile]][ghlm_s_meta_osc_compile] | [![check][ghim_s_meta_osc_bt]][ghlm_s_meta_osc_bt] | | (Meta) Reversal | [![check][ghim_s_meta_reversal_check]][ghlm_s_meta_reversal_check] | [![check][ghim_s_meta_reversal_compile]][ghlm_s_meta_reversal_compile] | [![check][ghim_s_meta_reversal_bt]][ghlm_s_meta_reversal_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] | | 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] | @@ -136,6 +137,7 @@ See: | (Meta) Multi | [![check][ghid_s_meta_multi_check]][ghld_s_meta_multi_check] | [![check][ghid_s_meta_multi_compile]][ghld_s_meta_multi_compile] | [![check][ghid_s_meta_multi_bt]][ghld_s_meta_multi_bt] | | (Meta) Oscillator | [![check][ghid_s_meta_osc_check]][ghld_s_meta_osc_check] | [![check][ghid_s_meta_osc_compile]][ghld_s_meta_osc_compile] | [![check][ghid_s_meta_osc_bt]][ghld_s_meta_osc_bt] | | (Meta) Reversal | [![check][ghid_s_meta_reversal_check]][ghld_s_meta_reversal_check] | [![check][ghid_s_meta_reversal_compile]][ghld_s_meta_reversal_compile] | [![check][ghid_s_meta_reversal_bt]][ghld_s_meta_reversal_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] | | 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] | @@ -368,6 +370,20 @@ NO REPRESENTATION IS BEING MADE THAN ANY ACCOUNT WILL OR IS LIKELY TO ACHIEVE PR [ghld_s_meta_reversal_bt]: https://github.com/EA31337/Strategy-Meta_Reversal/actions?query=workflow:Backtest+branch:dev [ghid_s_meta_reversal_bt]: https://github.com/EA31337/Strategy-Meta_Reversal/workflows/Backtest/badge.svg?branch=dev +[ghlm_s_meta_timezone_check]: https://github.com/EA31337/Strategy-Meta_Timezone/actions?query=workflow:Check+branch:master +[ghim_s_meta_timezone_check]: https://github.com/EA31337/Strategy-Meta_Timezone/workflows/Check/badge.svg?branch=master +[ghlm_s_meta_timezone_compile]: https://github.com/EA31337/Strategy-Meta_Timezone/actions?query=workflow:Compile+branch:master +[ghim_s_meta_timezone_compile]: https://github.com/EA31337/Strategy-Meta_Timezone/workflows/Compile/badge.svg?branch=master +[ghlm_s_meta_timezone_bt]: https://github.com/EA31337/Strategy-Meta_Timezone/actions?query=workflow:Backtest+branch:master +[ghim_s_meta_timezone_bt]: https://github.com/EA31337/Strategy-Meta_Timezone/workflows/Backtest/badge.svg?branch=master + +[ghld_s_meta_timezone_check]: https://github.com/EA31337/Strategy-Meta_Timezone/actions?query=workflow:Check+branch:dev +[ghid_s_meta_timezone_check]: https://github.com/EA31337/Strategy-Meta_Timezone/workflows/Check/badge.svg?branch=dev +[ghld_s_meta_timezone_compile]: https://github.com/EA31337/Strategy-Meta_Timezone/actions?query=workflow:Compile+branch:dev +[ghid_s_meta_timezone_compile]: https://github.com/EA31337/Strategy-Meta_Timezone/workflows/Compile/badge.svg?branch=dev +[ghld_s_meta_timezone_bt]: https://github.com/EA31337/Strategy-Meta_Timezone/actions?query=workflow:Backtest+branch:dev +[ghid_s_meta_timezone_bt]: https://github.com/EA31337/Strategy-Meta_Timezone/workflows/Backtest/badge.svg?branch=dev + [ghlm_s_meta_trend_check]: https://github.com/EA31337/Strategy-Meta_Trend/actions?query=workflow:Check+branch:master [ghim_s_meta_trend_check]: https://github.com/EA31337/Strategy-Meta_Trend/workflows/Check/badge.svg?branch=master [ghlm_s_meta_trend_compile]: https://github.com/EA31337/Strategy-Meta_Trend/actions?query=workflow:Compile+branch:master diff --git a/enum.h b/enum.h index b564f6a..358e40b 100644 --- a/enum.h +++ b/enum.h @@ -63,6 +63,7 @@ enum ENUM_STRATEGY { STRAT_META_MIRROR, // (Meta) Mirror STRAT_META_MULTI, // (Meta) Multi STRAT_META_REVERSAL, // (Meta) Reversal + STRAT_META_TIMEZONE, // (Meta) Timezone STRAT_META_TREND, // (Meta) Trend STRAT_MFI, // MFI STRAT_MOMENTUM, // Momentum diff --git a/includes.h b/includes.h index 30d11ca..0c386ba 100644 --- a/includes.h +++ b/includes.h @@ -59,6 +59,7 @@ #include "Meta_Mirror/Stg_Meta_Mirror.mqh" #include "Meta_Multi/Stg_Meta_Multi.mqh" #include "Meta_Reversal/Stg_Meta_Reversal.mqh" +#include "Meta_Timezone/Stg_Meta_Timezone.mqh" #include "Meta_Trend/Stg_Meta_Trend.mqh" #include "Momentum/Stg_Momentum.mqh" #include "OBV/Stg_OBV.mqh"