From 915ee4e3c05fc4ef9264846e81ed9f0e9535d9bf Mon Sep 17 00:00:00 2001 From: kenorb Date: Sun, 1 Oct 2023 13:45:49 +0100 Subject: [PATCH] Adds Meta Scalper strategy --- .github/workflows/compile.yml | 2 ++ Meta_Scalper | 1 + README.md | 16 ++++++++++++++++ enum.h | 1 + includes.h | 1 + 5 files changed, 21 insertions(+) create mode 160000 Meta_Scalper diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index bc03ec6..39b1700 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -64,6 +64,7 @@ jobs: - MFI - Meta_Bears_Bulls - Meta_Conditions + - Meta_Delegate - Meta_Double - Meta_Equity - Meta_Margin @@ -72,6 +73,7 @@ jobs: - Meta_Oscillator - Meta_Reversal - Meta_RSI + - Meta_Scalper - Meta_Timezone - Meta_Trend - Meta_Trio diff --git a/Meta_Scalper b/Meta_Scalper new file mode 160000 index 0000000..407f69d --- /dev/null +++ b/Meta_Scalper @@ -0,0 +1 @@ +Subproject commit 407f69dd7121f9f4ee36ab3021ff3561d4062833 diff --git a/README.md b/README.md index becb95c..9cb01fc 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ See: | (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) 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) 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] | @@ -146,6 +147,7 @@ See: | (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) 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) 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] | @@ -436,6 +438,20 @@ NO REPRESENTATION IS BEING MADE THAN ANY ACCOUNT WILL OR IS LIKELY TO ACHIEVE PR [ghld_s_meta_rsi_bt]: https://github.com/EA31337/Strategy-Meta_RSI/actions?query=workflow:Backtest+branch:dev [ghid_s_meta_rsi_bt]: https://github.com/EA31337/Strategy-Meta_RSI/workflows/Backtest/badge.svg?branch=dev +[ghlm_s_meta_scalper_check]: https://github.com/EA31337/Strategy-Meta_Scalper/actions?query=workflow:Check+branch:master +[ghim_s_meta_scalper_check]: https://github.com/EA31337/Strategy-Meta_Scalper/workflows/Check/badge.svg?branch=master +[ghlm_s_meta_scalper_compile]: https://github.com/EA31337/Strategy-Meta_Scalper/actions?query=workflow:Compile+branch:master +[ghim_s_meta_scalper_compile]: https://github.com/EA31337/Strategy-Meta_Scalper/workflows/Compile/badge.svg?branch=master +[ghlm_s_meta_scalper_bt]: https://github.com/EA31337/Strategy-Meta_Scalper/actions?query=workflow:Backtest+branch:master +[ghim_s_meta_scalper_bt]: https://github.com/EA31337/Strategy-Meta_Scalper/workflows/Backtest/badge.svg?branch=master + +[ghld_s_meta_scalper_check]: https://github.com/EA31337/Strategy-Meta_Scalper/actions?query=workflow:Check+branch:dev +[ghid_s_meta_scalper_check]: https://github.com/EA31337/Strategy-Meta_Scalper/workflows/Check/badge.svg?branch=dev +[ghld_s_meta_scalper_compile]: https://github.com/EA31337/Strategy-Meta_Scalper/actions?query=workflow:Compile+branch:dev +[ghid_s_meta_scalper_compile]: https://github.com/EA31337/Strategy-Meta_Scalper/workflows/Compile/badge.svg?branch=dev +[ghld_s_meta_scalper_bt]: https://github.com/EA31337/Strategy-Meta_Scalper/actions?query=workflow:Backtest+branch:dev +[ghid_s_meta_scalper_bt]: https://github.com/EA31337/Strategy-Meta_Scalper/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 diff --git a/enum.h b/enum.h index 72816e6..4c50b28 100644 --- a/enum.h +++ b/enum.h @@ -68,6 +68,7 @@ enum ENUM_STRATEGY { STRAT_META_MULTI, // (Meta) Multi STRAT_META_REVERSAL, // (Meta) Reversal STRAT_META_RSI, // (Meta) RSI + STRAT_META_SCALPER, // (Meta) Scalper STRAT_META_TIMEZONE, // (Meta) Timezone STRAT_META_TREND, // (Meta) Trend STRAT_META_TRIO, // (Meta) Trio diff --git a/includes.h b/includes.h index d15d150..7bd0eb0 100644 --- a/includes.h +++ b/includes.h @@ -64,6 +64,7 @@ #include "Meta_Multi/Stg_Meta_Multi.mqh" #include "Meta_Reversal/Stg_Meta_Reversal.mqh" #include "Meta_RSI/Stg_Meta_RSI.mqh" +#include "Meta_Scalper/Stg_Meta_Scalper.mqh" #include "Meta_Timezone/Stg_Meta_Timezone.mqh" #include "Meta_Trio/Stg_Meta_Trio.mqh" #include "Meta_Trend/Stg_Meta_Trend.mqh"