Skip to content

Commit

Permalink
Adds Meta Scalper strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Oct 1, 2023
1 parent f770d9f commit 915ee4e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- MFI
- Meta_Bears_Bulls
- Meta_Conditions
- Meta_Delegate
- Meta_Double
- Meta_Equity
- Meta_Margin
Expand All @@ -72,6 +73,7 @@ jobs:
- Meta_Oscillator
- Meta_Reversal
- Meta_RSI
- Meta_Scalper
- Meta_Timezone
- Meta_Trend
- Meta_Trio
Expand Down
1 change: 1 addition & 0 deletions Meta_Scalper
Submodule Meta_Scalper added at 407f69
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ See: <https://ea31337.github.io/EA31337-strategies>
| (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] |
Expand Down Expand Up @@ -146,6 +147,7 @@ See: <https://ea31337.github.io/EA31337-strategies>
| (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] |
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 915ee4e

Please sign in to comment.