Skip to content

Commit

Permalink
Adds Meta Timezone strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 26, 2023
1 parent dac87c8 commit 0b33069
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- Meta_Multi
- Meta_Oscillator
- Meta_Reversal
- Meta_Timezone
- Meta_Trend
- Momentum
- OBV
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Meta_Timezone
Submodule Meta_Timezone added at 8b7fe2
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ See: <https://ea31337.github.io/EA31337-strategies>
| (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] |
Expand Down Expand Up @@ -136,6 +137,7 @@ See: <https://ea31337.github.io/EA31337-strategies>
| (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] |
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0b33069

Please sign in to comment.