diff --git a/.gitmodules b/.gitmodules index 57a029e..8e3f9ba 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/Meta_Price_Band b/Meta_Price_Band new file mode 160000 index 0000000..dcadb1d --- /dev/null +++ b/Meta_Price_Band @@ -0,0 +1 @@ +Subproject commit dcadb1d81fe1913b9ca84bcdcb4858c2264df72d diff --git a/README.md b/README.md index 7df2d7d..79cc69f 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ See: | (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] | @@ -118,6 +119,7 @@ See: | (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] | @@ -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 diff --git a/enum.h b/enum.h index de39adb..e04d1cb 100644 --- a/enum.h +++ b/enum.h @@ -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 diff --git a/includes.h b/includes.h index 87fc91b..fd5a1d2 100644 --- a/includes.h +++ b/includes.h @@ -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"