Skip to content

Commit

Permalink
Adds Meta Price Band strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Nov 6, 2023
1 parent f84beb9 commit ee5322e
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 @@ -76,6 +76,9 @@
[submodule "Meta_Pivot"]
path = Meta_Pivot
url = https://github.com/EA31337/Strategy-Meta_Pivot.git
[submodule "Meta_Price_Band"]
path = Meta_Price_Band
url = https://github.com/EA31337/Strategy-Meta_Price_Band.git
[submodule "Meta_Profit"]
path = Meta_Profit
url = https://github.com/EA31337/Strategy-Meta_Profit.git
Expand Down
1 change: 1 addition & 0 deletions Meta_Price_Band
Submodule Meta_Price_Band added at dcadb1
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ See: <https://ea31337.github.io/EA31337-strategies>
| (Meta) Oscillator Switch | [![check][ghim_s_meta_oscillator_switch_check]][ghlm_s_meta_oscillator_switch_check] | [![check][ghim_s_meta_oscillator_switch_compile]][ghlm_s_meta_oscillator_switch_compile] | [![check][ghim_s_meta_oscillator_switch_bt]][ghlm_s_meta_oscillator_switch_bt] |
| (Meta) Pattern | [![check][ghim_s_meta_pattern_check]][ghlm_s_meta_pattern_check] | [![check][ghim_s_meta_pattern_compile]][ghlm_s_meta_pattern_compile] | [![check][ghim_s_meta_pattern_bt]][ghlm_s_meta_pattern_bt] |
| (Meta) Pivot | [![check][ghim_s_meta_pivot_check]][ghlm_s_meta_pivot_check] | [![check][ghim_s_meta_pivot_compile]][ghlm_s_meta_pivot_compile] | [![check][ghim_s_meta_pivot_bt]][ghlm_s_meta_pivot_bt] |
| (Meta) Price Band | [![check][ghim_s_meta_price_band_check]][ghlm_s_meta_price_band_check] | [![check][ghim_s_meta_price_band_compile]][ghlm_s_meta_price_band_compile] | [![check][ghim_s_meta_price_band_bt]][ghlm_s_meta_price_band_bt] |
| (Meta) Profit | [![check][ghim_s_meta_profit_check]][ghlm_s_meta_profit_check] | [![check][ghim_s_meta_profit_compile]][ghlm_s_meta_profit_compile] | [![check][ghim_s_meta_profit_bt]][ghlm_s_meta_profit_bt] |
| (Meta) Resistance | [![check][ghim_s_meta_resistance_check]][ghlm_s_meta_resistance_check] | [![check][ghim_s_meta_resistance_compile]][ghlm_s_meta_resistance_compile] | [![check][ghim_s_meta_resistance_bt]][ghlm_s_meta_resistance_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] |
Expand Down Expand Up @@ -118,6 +119,7 @@ See: <https://ea31337.github.io/EA31337-strategies>
| (Meta) Oscillator Switch | [![check][ghid_s_meta_oscillator_switch_check]][ghld_s_meta_oscillator_switch_check] | [![check][ghid_s_meta_oscillator_switch_compile]][ghld_s_meta_oscillator_switch_compile] | [![check][ghid_s_meta_oscillator_switch_bt]][ghld_s_meta_oscillator_switch_bt] |
| (Meta) Pattern | [![check][ghid_s_meta_pattern_check]][ghld_s_meta_pattern_check] | [![check][ghid_s_meta_pattern_compile]][ghld_s_meta_pattern_compile] | [![check][ghid_s_meta_pattern_bt]][ghld_s_meta_pattern_bt] |
| (Meta) Pivot | [![check][ghid_s_meta_pivot_check]][ghld_s_meta_pivot_check] | [![check][ghid_s_meta_pivot_compile]][ghld_s_meta_pivot_compile] | [![check][ghid_s_meta_pivot_bt]][ghld_s_meta_pivot_bt] |
| (Meta) Price Band | [![check][ghid_s_meta_price_band_check]][ghld_s_meta_price_band_check] | [![check][ghid_s_meta_price_band_compile]][ghld_s_meta_price_band_compile] | [![check][ghid_s_meta_price_band_bt]][ghld_s_meta_price_band_bt] |
| (Meta) Profit | [![check][ghid_s_meta_profit_check]][ghld_s_meta_profit_check] | [![check][ghid_s_meta_profit_compile]][ghld_s_meta_profit_compile] | [![check][ghid_s_meta_profit_bt]][ghld_s_meta_profit_bt] |
| (Meta) Resistance | [![check][ghid_s_meta_resistance_check]][ghld_s_meta_resistance_check] | [![check][ghid_s_meta_resistance_compile]][ghld_s_meta_resistance_compile] | [![check][ghid_s_meta_resistance_bt]][ghld_s_meta_resistance_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] |
Expand Down Expand Up @@ -608,6 +610,20 @@ NO REPRESENTATION IS BEING MADE THAN ANY ACCOUNT WILL OR IS LIKELY TO ACHIEVE PR
[ghld_s_meta_pivot_bt]: https://github.com/EA31337/Strategy-Meta_Pivot/actions/workflows/backtest.yml?branch=dev
[ghid_s_meta_pivot_bt]: https://github.com/EA31337/Strategy-Meta_Pivot/actions/workflows/backtest.yml/badge.svg?branch=dev

[ghlm_s_meta_price_band_check]: https://github.com/EA31337/Strategy-Meta_Price_Band/actions/workflows/check.yml
[ghim_s_meta_price_band_check]: https://github.com/EA31337/Strategy-Meta_Price_Band/actions/workflows/check.yml/badge.svg
[ghlm_s_meta_price_band_compile]: https://github.com/EA31337/Strategy-Meta_Price_Band/actions/workflows/compile.yml
[ghim_s_meta_price_band_compile]: https://github.com/EA31337/Strategy-Meta_Price_Band/actions/workflows/compile.yml/badge.svg
[ghlm_s_meta_price_band_bt]: https://github.com/EA31337/Strategy-Meta_Price_Band/actions/workflows/backtest.yml
[ghim_s_meta_price_band_bt]: https://github.com/EA31337/Strategy-Meta_Price_Band/actions/workflows/backtest.yml/badge.svg

[ghld_s_meta_price_band_check]: https://github.com/EA31337/Strategy-Meta_Price_Band/actions/workflows/check.yml?branch=dev
[ghid_s_meta_price_band_check]: https://github.com/EA31337/Strategy-Meta_Price_Band/actions/workflows/check.yml/badge.svg?branch=dev
[ghld_s_meta_price_band_compile]: https://github.com/EA31337/Strategy-Meta_Price_Band/actions/workflows/compile.yml?branch=dev
[ghid_s_meta_price_band_compile]: https://github.com/EA31337/Strategy-Meta_Price_Band/actions/workflows/compile.yml/badge.svg?branch=dev
[ghld_s_meta_price_band_bt]: https://github.com/EA31337/Strategy-Meta_Price_Band/actions/workflows/backtest.yml?branch=dev
[ghid_s_meta_price_band_bt]: https://github.com/EA31337/Strategy-Meta_Price_Band/actions/workflows/backtest.yml/badge.svg?branch=dev

[ghlm_s_meta_profit_check]: https://github.com/EA31337/Strategy-Meta_Profit/actions/workflows/check.yml
[ghim_s_meta_profit_check]: https://github.com/EA31337/Strategy-Meta_Profit/actions/workflows/check.yml/badge.svg
[ghlm_s_meta_profit_compile]: https://github.com/EA31337/Strategy-Meta_Profit/actions/workflows/compile.yml
Expand Down
1 change: 1 addition & 0 deletions enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ enum ENUM_STRATEGY_META {
STRAT_META_OSCILLATOR_SWITCH, // (Meta) Oscillator Switch
STRAT_META_PATTERN, // (Meta) Pattern
STRAT_META_PIVOT, // (Meta) Pivot
STRAT_META_PRICE_BAND, // (Meta) Price Band
STRAT_META_PROFIT, // (Meta) Profit
STRAT_META_RESISTANCE, // (Meta) Resistance
STRAT_META_REVERSAL, // (Meta) Reversal
Expand Down
1 change: 1 addition & 0 deletions includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#include "Meta_Oscillator_Switch/Stg_Meta_Oscillator_Switch.mqh"
#include "Meta_Pattern/Stg_Meta_Pattern.mqh"
#include "Meta_Pivot/Stg_Meta_Pivot.mqh"
#include "Meta_Price_Band/Stg_Meta_Price_Band.mqh"
#include "Meta_Profit/Stg_Meta_Profit.mqh"
#include "Meta_RSI/Stg_Meta_RSI.mqh"
#include "Meta_Resistance/Stg_Meta_Resistance.mqh"
Expand Down

0 comments on commit ee5322e

Please sign in to comment.