Skip to content

Commit

Permalink
Adds Meta Spread strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Oct 21, 2023
1 parent 177149d commit f8ceff1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@
[submodule "Meta_Signal_Switch"]
path = Meta_Signal_Switch
url = https://github.com/EA31337/Strategy-Meta_Signal_Switch.git
[submodule "Meta_Spread"]
path = Meta_Spread
url = https://github.com/EA31337/Strategy-Meta_Spread.git
[submodule "Meta_Timezone"]
path = Meta_Timezone
url = https://github.com/EA31337/Strategy-Meta_Timezone.git
Expand Down
1 change: 1 addition & 0 deletions Meta_Spread
Submodule Meta_Spread added at c70c57
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ See: <https://ea31337.github.io/EA31337-strategies>
| (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) Scalper | [![check][ghim_s_meta_scalper_check]][ghlm_s_meta_scalper_check] | [![check][ghim_s_meta_scalper_compile]][ghlm_s_meta_scalper_compile] | [![check][ghim_s_meta_scalper_bt]][ghlm_s_meta_scalper_bt] |
| (Meta) Signal Switch | [![check][ghim_s_meta_signal_switch_check]][ghlm_s_meta_signal_switch_check] | [![check][ghim_s_meta_signal_switch_compile]][ghlm_s_meta_signal_switch_compile] | [![check][ghim_s_meta_signal_switch_bt]][ghlm_s_meta_signal_switch_bt] |
| (Meta) Spread | [![check][ghim_s_meta_spread_check]][ghlm_s_meta_spread_check] | [![check][ghim_s_meta_spread_compile]][ghlm_s_meta_spread_compile] | [![check][ghim_s_meta_spread_bt]][ghlm_s_meta_spread_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] |
Expand Down Expand Up @@ -176,6 +177,7 @@ See: <https://ea31337.github.io/EA31337-strategies>
| (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) Scalper | [![check][ghid_s_meta_scalper_check]][ghld_s_meta_scalper_check] | [![check][ghid_s_meta_scalper_compile]][ghld_s_meta_scalper_compile] | [![check][ghid_s_meta_scalper_bt]][ghld_s_meta_scalper_bt] |
| (Meta) Signal Switch | [![check][ghid_s_meta_signal_switch_check]][ghld_s_meta_signal_switch_check] | [![check][ghid_s_meta_signal_switch_compile]][ghld_s_meta_signal_switch_compile] | [![check][ghid_s_meta_signal_switch_bt]][ghld_s_meta_signal_switch_bt] |
| (Meta) Spread | [![check][ghid_s_meta_spread_check]][ghld_s_meta_spread_check] | [![check][ghid_s_meta_spread_compile]][ghld_s_meta_spread_compile] | [![check][ghid_s_meta_spread_bt]][ghld_s_meta_spread_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] |
Expand Down Expand Up @@ -664,6 +666,20 @@ NO REPRESENTATION IS BEING MADE THAN ANY ACCOUNT WILL OR IS LIKELY TO ACHIEVE PR
[ghld_s_meta_signal_switch_bt]: https://github.com/EA31337/Strategy-Meta_Signal_Switch/actions?query=workflow:Backtest+branch:dev
[ghid_s_meta_signal_switch_bt]: https://github.com/EA31337/Strategy-Meta_Signal_Switch/workflows/Backtest/badge.svg?branch=dev

[ghlm_s_meta_spread_check]: https://github.com/EA31337/Strategy-Meta_Spread/actions?query=workflow:Check+branch:master
[ghim_s_meta_spread_check]: https://github.com/EA31337/Strategy-Meta_Spread/workflows/Check/badge.svg?branch=master
[ghlm_s_meta_spread_compile]: https://github.com/EA31337/Strategy-Meta_Spread/actions?query=workflow:Compile+branch:master
[ghim_s_meta_spread_compile]: https://github.com/EA31337/Strategy-Meta_Spread/workflows/Compile/badge.svg?branch=master
[ghlm_s_meta_spread_bt]: https://github.com/EA31337/Strategy-Meta_Spread/actions?query=workflow:Backtest+branch:master
[ghim_s_meta_spread_bt]: https://github.com/EA31337/Strategy-Meta_Spread/workflows/Backtest/badge.svg?branch=master

[ghld_s_meta_spread_check]: https://github.com/EA31337/Strategy-Meta_Spread/actions?query=workflow:Check+branch:dev
[ghid_s_meta_spread_check]: https://github.com/EA31337/Strategy-Meta_Spread/workflows/Check/badge.svg?branch=dev
[ghld_s_meta_spread_compile]: https://github.com/EA31337/Strategy-Meta_Spread/actions?query=workflow:Compile+branch:dev
[ghid_s_meta_spread_compile]: https://github.com/EA31337/Strategy-Meta_Spread/workflows/Compile/badge.svg?branch=dev
[ghld_s_meta_spread_bt]: https://github.com/EA31337/Strategy-Meta_Spread/actions?query=workflow:Backtest+branch:dev
[ghid_s_meta_spread_bt]: https://github.com/EA31337/Strategy-Meta_Spread/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
Expand Down
1 change: 1 addition & 0 deletions enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ enum ENUM_STRATEGY {
STRAT_META_RSI, // (Meta) RSI
STRAT_META_SCALPER, // (Meta) Scalper
STRAT_META_SIGNAL_SWITCH, // (Meta) Signal Switch
STRAT_META_SPREAD, // (Meta) Spread
STRAT_META_TIMEZONE, // (Meta) Timezone
STRAT_META_TREND, // (Meta) Trend
STRAT_META_TRIO, // (Meta) Trio
Expand Down
1 change: 1 addition & 0 deletions includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
#include "Meta_RSI/Stg_Meta_RSI.mqh"
#include "Meta_Scalper/Stg_Meta_Scalper.mqh"
#include "Meta_Signal_Switch/Stg_Meta_Signal_Switch.mqh"
#include "Meta_Spread/Stg_Meta_Spread.mqh"
#include "Meta_Timezone/Stg_Meta_Timezone.mqh"
#include "Meta_Trend/Stg_Meta_Trend.mqh"
#include "Meta_Trio/Stg_Meta_Trio.mqh"
Expand Down

0 comments on commit f8ceff1

Please sign in to comment.