From 156b4f5f519e5c89f96ae613e67d385255d67e50 Mon Sep 17 00:00:00 2001 From: kenorb Date: Tue, 24 Oct 2023 22:09:22 +0100 Subject: [PATCH] Removes meta strategies, moved to different repository --- .gitmodules | 105 -------- Meta_Bears_Bulls | 1 - Meta_Conditions | 1 - Meta_Delegate | 1 - Meta_Double | 1 - Meta_Enhance | 1 - Meta_Equity | 1 - Meta_Formation | 1 - Meta_Hedge | 1 - Meta_Interval | 1 - Meta_Limit | 1 - Meta_MA_Cross | 1 - Meta_Margin | 1 - Meta_Martingale | 1 - Meta_Mirror | 1 - Meta_Multi | 1 - Meta_Multi_Currency | 1 - Meta_News | 1 - Meta_Order_Limit | 1 - Meta_Oscillator_Filter | 1 - Meta_Oscillator_Switch | 1 - Meta_Pattern | 1 - Meta_Pivot | 1 - Meta_Profit | 1 - Meta_RSI | 1 - Meta_Resistance | 1 - Meta_Reversal | 1 - Meta_Risk | 1 - Meta_Scalper | 1 - Meta_Signal_Switch | 1 - Meta_Spread | 1 - Meta_Timezone | 1 - Meta_Trend | 1 - Meta_Trio | 1 - Meta_Volatility | 1 - Meta_Weekday | 1 - README.md | 528 ----------------------------------------- includes.h | 34 --- strategies.h | 1 - 39 files changed, 703 deletions(-) delete mode 160000 Meta_Bears_Bulls delete mode 160000 Meta_Conditions delete mode 160000 Meta_Delegate delete mode 160000 Meta_Double delete mode 160000 Meta_Enhance delete mode 160000 Meta_Equity delete mode 160000 Meta_Formation delete mode 160000 Meta_Hedge delete mode 160000 Meta_Interval delete mode 160000 Meta_Limit delete mode 160000 Meta_MA_Cross delete mode 160000 Meta_Margin delete mode 160000 Meta_Martingale delete mode 160000 Meta_Mirror delete mode 160000 Meta_Multi delete mode 160000 Meta_Multi_Currency delete mode 160000 Meta_News delete mode 160000 Meta_Order_Limit delete mode 160000 Meta_Oscillator_Filter delete mode 160000 Meta_Oscillator_Switch delete mode 160000 Meta_Pattern delete mode 160000 Meta_Pivot delete mode 160000 Meta_Profit delete mode 160000 Meta_RSI delete mode 160000 Meta_Resistance delete mode 160000 Meta_Reversal delete mode 160000 Meta_Risk delete mode 160000 Meta_Scalper delete mode 160000 Meta_Signal_Switch delete mode 160000 Meta_Spread delete mode 160000 Meta_Timezone delete mode 160000 Meta_Trend delete mode 160000 Meta_Trio delete mode 160000 Meta_Volatility delete mode 160000 Meta_Weekday diff --git a/.gitmodules b/.gitmodules index c5b266b..ff122d7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -106,111 +106,6 @@ [submodule "MACD"] path = MACD url = https://github.com/EA31337/Strategy-MACD.git -[submodule "Meta_Bears_Bulls"] - path = Meta_Bears_Bulls - url = https://github.com/EA31337/Strategy-Meta_Bears_Bulls.git -[submodule "Meta_Conditions"] - path = Meta_Conditions - url = https://github.com/EA31337/Strategy-Meta_Conditions.git -[submodule "Meta_Delegate"] - path = Meta_Delegate - url = https://github.com/EA31337/Strategy-Meta_Delegate.git -[submodule "Meta_Double"] - path = Meta_Double - url = https://github.com/EA31337/Strategy-Meta_Double.git -[submodule "Meta_Equity"] - path = Meta_Equity - url = https://github.com/EA31337/Strategy-Meta_Equity.git -[submodule "Meta_Enhance"] - path = Meta_Enhance - url = https://github.com/EA31337/Strategy-Meta_Enhance.git -[submodule "Meta_Formation"] - path = Meta_Formation - url = https://github.com/EA31337/Strategy-Meta_Formation.git -[submodule "Meta_Interval"] - path = Meta_Interval - url = https://github.com/EA31337/Strategy-Meta_Interval.git -[submodule "Meta_Hedge"] - path = Meta_Hedge - url = https://github.com/EA31337/Strategy-Meta_Hedge.git -[submodule "Meta_Limit"] - path = Meta_Limit - url = https://github.com/EA31337/Strategy-Meta_Limit.git -[submodule "Meta_MA_Cross"] - path = Meta_MA_Cross - url = https://github.com/EA31337/Strategy-Meta_MA_Cross.git -[submodule "Meta_Margin"] - path = Meta_Margin - url = https://github.com/EA31337/Strategy-Meta_Margin.git -[submodule "Meta_Martingale"] - path = Meta_Martingale - url = https://github.com/EA31337/Strategy-Meta_Martingale.git -[submodule "Meta_Mirror"] - path = Meta_Mirror - url = https://github.com/EA31337/Strategy-Meta_Mirror.git -[submodule "Meta_Multi"] - path = Meta_Multi - url = https://github.com/EA31337/Strategy-Meta_Multi.git -[submodule "Meta_Multi_Currency"] - path = Meta_Multi_Currency - url = https://github.com/EA31337/Strategy-Meta_Multi_Currency.git -[submodule "Meta_News"] - path = Meta_News - url = https://github.com/EA31337/Strategy-Meta_News.git -[submodule "Meta_Order_Limit"] - path = Meta_Order_Limit - url = https://github.com/EA31337/Strategy-Meta_Order_Limit.git -[submodule "Meta_Oscillator_Filter"] - path = Meta_Oscillator_Filter - url = https://github.com/EA31337/Strategy-Meta_Oscillator_Filter.git -[submodule "Meta_Oscillator_Switch"] - path = Meta_Oscillator_Switch - url = https://github.com/EA31337/Strategy-Meta_Oscillator_Switch.git -[submodule "Meta_Pattern"] - path = Meta_Pattern - url = https://github.com/EA31337/Strategy-Meta_Pattern.git -[submodule "Meta_Pivot"] - path = Meta_Pivot - url = https://github.com/EA31337/Strategy-Meta_Pivot.git -[submodule "Meta_Profit"] - path = Meta_Profit - url = https://github.com/EA31337/Strategy-Meta_Profit.git -[submodule "Meta_Resistance"] - path = Meta_Resistance - url = https://github.com/EA31337/Strategy-Meta_Resistance.git -[submodule "Meta_Reversal"] - path = Meta_Reversal - url = https://github.com/EA31337/Strategy-Meta_Reversal.git -[submodule "Meta_Risk"] - path = Meta_Risk - url = https://github.com/EA31337/Strategy-Meta_Risk.git -[submodule "Meta_RSI"] - path = Meta_RSI - url = https://github.com/EA31337/Strategy-Meta_RSI.git -[submodule "Meta_Scalper"] - path = Meta_Scalper - url = https://github.com/EA31337/Strategy-Meta_Scalper.git -[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 -[submodule "Meta_Trend"] - path = Meta_Trend - url = https://github.com/EA31337/Strategy-Meta_Trend.git -[submodule "Meta_Trio"] - path = Meta_Trio - url = https://github.com/EA31337/Strategy-Meta_Trio.git -[submodule "Meta_Weekday"] - path = Meta_Weekday - url = https://github.com/EA31337/Strategy-Meta_Weekday.git -[submodule "Meta_Volatility"] - path = Meta_Volatility - url = https://github.com/EA31337/Strategy-Meta_Volatility.git [submodule "Momentum"] path = Momentum url = https://github.com/EA31337/Strategy-Momentum.git diff --git a/Meta_Bears_Bulls b/Meta_Bears_Bulls deleted file mode 160000 index d17607d..0000000 --- a/Meta_Bears_Bulls +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d17607d03757719a7372ef8ccc272e1544f669bf diff --git a/Meta_Conditions b/Meta_Conditions deleted file mode 160000 index 99cc184..0000000 --- a/Meta_Conditions +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 99cc184c9b907e04d8b4f0a4d6b81cd35e1d853e diff --git a/Meta_Delegate b/Meta_Delegate deleted file mode 160000 index c8286a8..0000000 --- a/Meta_Delegate +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c8286a8249292ef5d8c1dc59f370bccfee577d98 diff --git a/Meta_Double b/Meta_Double deleted file mode 160000 index bc7ac37..0000000 --- a/Meta_Double +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bc7ac371791167cfbcdbf929a97a1a6213029514 diff --git a/Meta_Enhance b/Meta_Enhance deleted file mode 160000 index efbed2a..0000000 --- a/Meta_Enhance +++ /dev/null @@ -1 +0,0 @@ -Subproject commit efbed2a623f5b1e2b2664ebf4d201706af7dfb6f diff --git a/Meta_Equity b/Meta_Equity deleted file mode 160000 index 5534b4d..0000000 --- a/Meta_Equity +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5534b4dc0e88bb50960036e8dfc472cf891da2d3 diff --git a/Meta_Formation b/Meta_Formation deleted file mode 160000 index f48c1fe..0000000 --- a/Meta_Formation +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f48c1fe4e96b7fc815a2588fa9987cdb724b0c4d diff --git a/Meta_Hedge b/Meta_Hedge deleted file mode 160000 index 0aaf00a..0000000 --- a/Meta_Hedge +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0aaf00aef2f0021278fb45b074c81186e1609ebc diff --git a/Meta_Interval b/Meta_Interval deleted file mode 160000 index 162061c..0000000 --- a/Meta_Interval +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 162061c39ef089208ccedc6f0c4570045602ea9d diff --git a/Meta_Limit b/Meta_Limit deleted file mode 160000 index 75ff8fd..0000000 --- a/Meta_Limit +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 75ff8fd23aa3ef955423d05533c2d39283a82afc diff --git a/Meta_MA_Cross b/Meta_MA_Cross deleted file mode 160000 index de31463..0000000 --- a/Meta_MA_Cross +++ /dev/null @@ -1 +0,0 @@ -Subproject commit de314637607160f80fbc79b2ce53c41893b9962f diff --git a/Meta_Margin b/Meta_Margin deleted file mode 160000 index e58a028..0000000 --- a/Meta_Margin +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e58a028911e73f04ed971594eca948b78ef505e0 diff --git a/Meta_Martingale b/Meta_Martingale deleted file mode 160000 index c198b48..0000000 --- a/Meta_Martingale +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c198b48a8cfaf4cefe6b1a07c75d08ef6e9a34c5 diff --git a/Meta_Mirror b/Meta_Mirror deleted file mode 160000 index b9b26c9..0000000 --- a/Meta_Mirror +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b9b26c9f7ea8286e79547a4df2f60c6d24a085dc diff --git a/Meta_Multi b/Meta_Multi deleted file mode 160000 index bbef60c..0000000 --- a/Meta_Multi +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bbef60c5d4d893fc5f4027b68d23791d16379186 diff --git a/Meta_Multi_Currency b/Meta_Multi_Currency deleted file mode 160000 index 3d75403..0000000 --- a/Meta_Multi_Currency +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3d754034e0f1174c88261d4194ce916a8dd4c3c9 diff --git a/Meta_News b/Meta_News deleted file mode 160000 index 8b8df04..0000000 --- a/Meta_News +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8b8df046659ab4fe4c9fa4de83bec74514c84303 diff --git a/Meta_Order_Limit b/Meta_Order_Limit deleted file mode 160000 index be21cc8..0000000 --- a/Meta_Order_Limit +++ /dev/null @@ -1 +0,0 @@ -Subproject commit be21cc82735af6563d1408c676ea8c003c9cb6d1 diff --git a/Meta_Oscillator_Filter b/Meta_Oscillator_Filter deleted file mode 160000 index 49b0e4f..0000000 --- a/Meta_Oscillator_Filter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 49b0e4f9350e83afc7819cd02f4ca346eabd1889 diff --git a/Meta_Oscillator_Switch b/Meta_Oscillator_Switch deleted file mode 160000 index cdd02ef..0000000 --- a/Meta_Oscillator_Switch +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cdd02ef7bc6e93904c3f3de08f87d41f96d12086 diff --git a/Meta_Pattern b/Meta_Pattern deleted file mode 160000 index d0795e8..0000000 --- a/Meta_Pattern +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d0795e8ab8794e3fcae4b79614c92a33834ad162 diff --git a/Meta_Pivot b/Meta_Pivot deleted file mode 160000 index 1852d28..0000000 --- a/Meta_Pivot +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1852d28c43824b8bab31bb3994e29f38785f6d64 diff --git a/Meta_Profit b/Meta_Profit deleted file mode 160000 index 68558d6..0000000 --- a/Meta_Profit +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 68558d691a511b26807810836eaddde9f4fc67f4 diff --git a/Meta_RSI b/Meta_RSI deleted file mode 160000 index 8498b1b..0000000 --- a/Meta_RSI +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8498b1b67006db6253081cb9c35b6fb57c3f9164 diff --git a/Meta_Resistance b/Meta_Resistance deleted file mode 160000 index 496add1..0000000 --- a/Meta_Resistance +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 496add176af7c6790c094813ceb733d1ff5387d1 diff --git a/Meta_Reversal b/Meta_Reversal deleted file mode 160000 index a91db16..0000000 --- a/Meta_Reversal +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a91db16e7c9fa831a17a438c739cd40f58d17a30 diff --git a/Meta_Risk b/Meta_Risk deleted file mode 160000 index fbea81c..0000000 --- a/Meta_Risk +++ /dev/null @@ -1 +0,0 @@ -Subproject commit fbea81c1a549965aad16d0cd1cba7a76862c9491 diff --git a/Meta_Scalper b/Meta_Scalper deleted file mode 160000 index 407f69d..0000000 --- a/Meta_Scalper +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 407f69dd7121f9f4ee36ab3021ff3561d4062833 diff --git a/Meta_Signal_Switch b/Meta_Signal_Switch deleted file mode 160000 index 26427cf..0000000 --- a/Meta_Signal_Switch +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 26427cf5434d613e9a7236586e68a3968aa9e2c7 diff --git a/Meta_Spread b/Meta_Spread deleted file mode 160000 index c70c578..0000000 --- a/Meta_Spread +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c70c578e6d47f162db71006d9189b24bfec81706 diff --git a/Meta_Timezone b/Meta_Timezone deleted file mode 160000 index 8b7fe29..0000000 --- a/Meta_Timezone +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8b7fe2907f78a1aaa884aba3ce0c4e8bd54e7a4f diff --git a/Meta_Trend b/Meta_Trend deleted file mode 160000 index 1c0ce5d..0000000 --- a/Meta_Trend +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1c0ce5d38c636c3f599a886aee8052795a66cdc1 diff --git a/Meta_Trio b/Meta_Trio deleted file mode 160000 index 1dc2b0e..0000000 --- a/Meta_Trio +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1dc2b0eeff5d5fe89ab48703bfb4af48f813c203 diff --git a/Meta_Volatility b/Meta_Volatility deleted file mode 160000 index ec11f4e..0000000 --- a/Meta_Volatility +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ec11f4e9ec6adb96c78f91b97fbb31aa9c08071b diff --git a/Meta_Weekday b/Meta_Weekday deleted file mode 160000 index 1df639f..0000000 --- a/Meta_Weekday +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1df639fa0d3b94776c690414de1e188adf9b9187 diff --git a/README.md b/README.md index b1e67b7..df7c784 100644 --- a/README.md +++ b/README.md @@ -56,39 +56,6 @@ See: | Strategy | Check | Compile | Backtest | | --------:|:-----:|:-------:|:--------:| -| (Meta) Double | [![check][ghim_s_meta_double_check]][ghlm_s_meta_double_check] | [![check][ghim_s_meta_double_compile]][ghlm_s_meta_double_compile] | [![check][ghim_s_meta_double_bt]][ghlm_s_meta_double_bt] | -| (Meta) Conditions | [![check][ghim_s_meta_conditions_check]][ghlm_s_meta_conditions_check] | [![check][ghim_s_meta_conditions_compile]][ghlm_s_meta_conditions_compile] | [![check][ghim_s_meta_conditions_bt]][ghlm_s_meta_conditions_bt] | -| (Meta) Enhance | [![check][ghim_s_meta_enhance_check]][ghlm_s_meta_enhance_check] | [![check][ghim_s_meta_enhance_compile]][ghlm_s_meta_enhance_compile] | [![check][ghim_s_meta_enhance_bt]][ghlm_s_meta_enhance_bt] | -| (Meta) Equity | [![check][ghim_s_meta_equity_check]][ghlm_s_meta_equity_check] | [![check][ghim_s_meta_equity_compile]][ghlm_s_meta_equity_compile] | [![check][ghim_s_meta_equity_bt]][ghlm_s_meta_equity_bt] | -| (Meta) Formation | [![check][ghim_s_meta_formation_check]][ghlm_s_meta_formation_check] | [![check][ghim_s_meta_formation_compile]][ghlm_s_meta_formation_compile] | [![check][ghim_s_meta_formation_bt]][ghlm_s_meta_formation_bt] | -| (Meta) Hedge | [![check][ghim_s_meta_hedge_check]][ghlm_s_meta_hedge_check] | [![check][ghim_s_meta_hedge_compile]][ghlm_s_meta_hedge_compile] | [![check][ghim_s_meta_hedge_bt]][ghlm_s_meta_hedge_bt] | -| (Meta) Interval | [![check][ghim_s_meta_interval_check]][ghlm_s_meta_interval_check] | [![check][ghim_s_meta_interval_compile]][ghlm_s_meta_interval_compile] | [![check][ghim_s_meta_interval_bt]][ghlm_s_meta_interval_bt] | -| (Meta) Limit | [![check][ghim_s_meta_limit_check]][ghlm_s_meta_limit_check] | [![check][ghim_s_meta_limit_compile]][ghlm_s_meta_limit_compile] | [![check][ghim_s_meta_limit_bt]][ghlm_s_meta_limit_bt] | -| (Meta) MA Cross | [![check][ghim_s_meta_ma_cross_check]][ghlm_s_meta_ma_cross_check] | [![check][ghim_s_meta_ma_cross_compile]][ghlm_s_meta_ma_cross_compile] | [![check][ghim_s_meta_ma_cross_bt]][ghlm_s_meta_ma_cross_bt] | -| (Meta) Margin | [![check][ghim_s_meta_margin_check]][ghlm_s_meta_margin_check] | [![check][ghim_s_meta_margin_compile]][ghlm_s_meta_margin_compile] | [![check][ghim_s_meta_margin_bt]][ghlm_s_meta_margin_bt] | -| (Meta) Martingale | [![check][ghim_s_meta_martingale_check]][ghlm_s_meta_martingale_check] | [![check][ghim_s_meta_martingale_compile]][ghlm_s_meta_martingale_compile] | [![check][ghim_s_meta_martingale_bt]][ghlm_s_meta_martingale_bt] | -| (Meta) Mirror | [![check][ghim_s_meta_mirror_check]][ghlm_s_meta_mirror_check] | [![check][ghim_s_meta_mirror_compile]][ghlm_s_meta_mirror_compile] | [![check][ghim_s_meta_mirror_bt]][ghlm_s_meta_mirror_bt] | -| (Meta) Multi | [![check][ghim_s_meta_multi_check]][ghlm_s_meta_multi_check] | [![check][ghim_s_meta_multi_compile]][ghlm_s_meta_multi_compile] | [![check][ghim_s_meta_multi_bt]][ghlm_s_meta_multi_bt] | -| (Meta) Multi Currency | [![check][ghim_s_meta_multi_currency_check]][ghlm_s_meta_multi_currency_check] | [![check][ghim_s_meta_multi_currency_compile]][ghlm_s_meta_multi_currency_compile] | [![check][ghim_s_meta_multi_currency_bt]][ghlm_s_meta_multi_currency_bt] | -| (Meta) News | [![check][ghim_s_meta_news_check]][ghlm_s_meta_news_check] | [![check][ghim_s_meta_news_compile]][ghlm_s_meta_news_compile] | [![check][ghim_s_meta_news_bt]][ghlm_s_meta_news_bt] | -| (Meta) Order Limit | [![check][ghim_s_meta_order_limit_check]][ghlm_s_meta_order_limit_check] | [![check][ghim_s_meta_order_limit_compile]][ghlm_s_meta_order_limit_compile] | [![check][ghim_s_meta_order_limit_bt]][ghlm_s_meta_order_limit_bt] | -| (Meta) Oscillator Filter | [![check][ghim_s_meta_oscillator_filter_check]][ghlm_s_meta_oscillator_filter_check] | [![check][ghim_s_meta_oscillator_filter_compile]][ghlm_s_meta_oscillator_filter_compile] | [![check][ghim_s_meta_oscillator_filter_bt]][ghlm_s_meta_oscillator_filter_bt] | -| (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) 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] | -| (Meta) Risk | [![check][ghim_s_meta_risk_check]][ghlm_s_meta_risk_check] | [![check][ghim_s_meta_risk_compile]][ghlm_s_meta_risk_compile] | [![check][ghim_s_meta_risk_bt]][ghlm_s_meta_risk_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) 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] | -| (Meta) Volatility | [![check][ghim_s_meta_volatility_check]][ghlm_s_meta_volatility_check] | [![check][ghim_s_meta_volatility_compile]][ghlm_s_meta_volatility_compile] | [![check][ghim_s_meta_volatility_bt]][ghlm_s_meta_volatility_bt] | -| (Meta) Weekday | [![check][ghim_s_meta_weekday_check]][ghlm_s_meta_weekday_check] | [![check][ghim_s_meta_weekday_compile]][ghlm_s_meta_weekday_compile] | [![check][ghim_s_meta_weekday_bt]][ghlm_s_meta_weekday_bt] | | AC | [![check][ghim_s_ac_check]][ghlm_s_ac_check] | [![check][ghim_s_ac_compile]][ghlm_s_ac_compile] | [![check][ghim_s_ac_bt]][ghlm_s_ac_bt] | | AD | [![check][ghim_s_ad_check]][ghlm_s_ad_check] | [![check][ghim_s_ad_compile]][ghlm_s_ad_compile] | [![check][ghim_s_ad_bt]][ghlm_s_ad_bt] | | ADX | [![check][ghim_s_adx_check]][ghlm_s_adx_check] | [![check][ghim_s_adx_compile]][ghlm_s_adx_compile] | [![check][ghim_s_adx_bt]][ghlm_s_adx_bt] | @@ -161,39 +128,6 @@ See: | Strategy | Check | Compile | Backtest | | --------:|:-----:|:-------:|:--------:| -| (Meta) Double | [![check][ghid_s_meta_double_check]][ghld_s_meta_double_check] | [![check][ghid_s_meta_double_compile]][ghld_s_meta_double_compile] | [![check][ghid_s_meta_double_bt]][ghld_s_meta_double_bt] | -| (Meta) Conditions | [![check][ghid_s_meta_conditions_check]][ghld_s_meta_conditions_check] | [![check][ghid_s_meta_conditions_compile]][ghld_s_meta_conditions_compile] | [![check][ghid_s_meta_conditions_bt]][ghld_s_meta_conditions_bt] | -| (Meta) Enhance | [![check][ghid_s_meta_enhance_check]][ghld_s_meta_enhance_check] | [![check][ghid_s_meta_enhance_compile]][ghld_s_meta_enhance_compile] | [![check][ghid_s_meta_enhance_bt]][ghld_s_meta_enhance_bt] | -| (Meta) Equity | [![check][ghid_s_meta_equity_check]][ghld_s_meta_equity_check] | [![check][ghid_s_meta_equity_compile]][ghld_s_meta_equity_compile] | [![check][ghid_s_meta_equity_bt]][ghld_s_meta_equity_bt] | -| (Meta) Formation | [![check][ghid_s_meta_formation_check]][ghld_s_meta_formation_check] | [![check][ghid_s_meta_formation_compile]][ghld_s_meta_formation_compile] | [![check][ghid_s_meta_formation_bt]][ghld_s_meta_formation_bt] | -| (Meta) Interval | [![check][ghid_s_meta_interval_check]][ghld_s_meta_interval_check] | [![check][ghid_s_meta_interval_compile]][ghld_s_meta_interval_compile] | [![check][ghid_s_meta_interval_bt]][ghld_s_meta_interval_bt] | -| (Meta) Hedge | [![check][ghid_s_meta_hedge_check]][ghld_s_meta_hedge_check] | [![check][ghid_s_meta_hedge_compile]][ghld_s_meta_hedge_compile] | [![check][ghid_s_meta_hedge_bt]][ghld_s_meta_hedge_bt] | -| (Meta) Limit | [![check][ghid_s_meta_limit_check]][ghld_s_meta_limit_check] | [![check][ghid_s_meta_limit_compile]][ghld_s_meta_limit_compile] | [![check][ghid_s_meta_limit_bt]][ghld_s_meta_limit_bt] | -| (Meta) MA Cross | [![check][ghid_s_meta_ma_cross_check]][ghld_s_meta_ma_cross_check] | [![check][ghid_s_meta_ma_cross_compile]][ghld_s_meta_ma_cross_compile] | [![check][ghid_s_meta_ma_cross_bt]][ghld_s_meta_ma_cross_bt] | -| (Meta) Margin | [![check][ghid_s_meta_margin_check]][ghld_s_meta_margin_check] | [![check][ghid_s_meta_margin_compile]][ghld_s_meta_margin_compile] | [![check][ghid_s_meta_margin_bt]][ghld_s_meta_margin_bt] | -| (Meta) Martingale | [![check][ghid_s_meta_martingale_check]][ghld_s_meta_martingale_check] | [![check][ghid_s_meta_martingale_compile]][ghld_s_meta_martingale_compile] | [![check][ghid_s_meta_martingale_bt]][ghld_s_meta_martingale_bt] | -| (Meta) Mirror | [![check][ghid_s_meta_mirror_check]][ghld_s_meta_mirror_check] | [![check][ghid_s_meta_mirror_compile]][ghld_s_meta_mirror_compile] | [![check][ghid_s_meta_mirror_bt]][ghld_s_meta_mirror_bt] | -| (Meta) Multi | [![check][ghid_s_meta_multi_check]][ghld_s_meta_multi_check] | [![check][ghid_s_meta_multi_compile]][ghld_s_meta_multi_compile] | [![check][ghid_s_meta_multi_bt]][ghld_s_meta_multi_bt] | -| (Meta) Multi Currency | [![check][ghid_s_meta_multi_currency_check]][ghld_s_meta_multi_currency_check] | [![check][ghid_s_meta_multi_currency_compile]][ghld_s_meta_multi_currency_compile] | [![check][ghid_s_meta_multi_currency_bt]][ghld_s_meta_multi_currency_bt] | -| (Meta) News | [![check][ghid_s_meta_news_check]][ghld_s_meta_news_check] | [![check][ghid_s_meta_news_compile]][ghld_s_meta_news_compile] | [![check][ghid_s_meta_news_bt]][ghld_s_meta_news_bt] | -| (Meta) Order Limit | [![check][ghid_s_meta_order_limit_check]][ghld_s_meta_order_limit_check] | [![check][ghid_s_meta_order_limit_compile]][ghld_s_meta_order_limit_compile] | [![check][ghid_s_meta_order_limit_bt]][ghld_s_meta_order_limit_bt] | -| (Meta) Oscillator Filter | [![check][ghid_s_meta_oscillator_filter_check]][ghld_s_meta_oscillator_filter_check] | [![check][ghid_s_meta_oscillator_filter_compile]][ghld_s_meta_oscillator_filter_compile] | [![check][ghid_s_meta_oscillator_filter_bt]][ghld_s_meta_oscillator_filter_bt] | -| (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) 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] | -| (Meta) Risk | [![check][ghid_s_meta_risk_check]][ghld_s_meta_risk_check] | [![check][ghid_s_meta_risk_compile]][ghld_s_meta_risk_compile] | [![check][ghid_s_meta_risk_bt]][ghld_s_meta_risk_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) 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] | -| (Meta) Volatility | [![check][ghid_s_meta_volatility_check]][ghld_s_meta_volatility_check] | [![check][ghid_s_meta_volatility_compile]][ghld_s_meta_volatility_compile] | [![check][ghid_s_meta_volatility_bt]][ghld_s_meta_volatility_bt] | -| (Meta) Weekday | [![check][ghid_s_meta_weekday_check]][ghld_s_meta_weekday_check] | [![check][ghid_s_meta_weekday_compile]][ghld_s_meta_weekday_compile] | [![check][ghid_s_meta_weekday_bt]][ghld_s_meta_weekday_bt] | | AC | [![check][ghid_s_ac_check]][ghld_s_ac_check] | [![check][ghid_s_ac_compile]][ghld_s_ac_compile] | [![check][ghid_s_ac_bt]][ghld_s_ac_bt] | | AD | [![check][ghid_s_ad_check]][ghld_s_ad_check] | [![check][ghid_s_ad_compile]][ghld_s_ad_compile] | [![check][ghid_s_ad_bt]][ghld_s_ad_bt] | | ADX | [![check][ghid_s_adx_check]][ghld_s_adx_check] | [![check][ghid_s_adx_compile]][ghld_s_adx_compile] | [![check][ghid_s_adx_bt]][ghld_s_adx_bt] | @@ -358,468 +292,6 @@ NO REPRESENTATION IS BEING MADE THAN ANY ACCOUNT WILL OR IS LIKELY TO ACHIEVE PR [license-image]: https://img.shields.io/github/license/EA31337/EA31337-Strategies.svg [license-link]: https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3) -[ghlm_s_meta_double_check]: https://github.com/EA31337/Strategy-Meta_Double/actions?query=workflow:Check+branch:master -[ghim_s_meta_double_check]: https://github.com/EA31337/Strategy-Meta_Double/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_double_compile]: https://github.com/EA31337/Strategy-Meta_Double/actions?query=workflow:Compile+branch:master -[ghim_s_meta_double_compile]: https://github.com/EA31337/Strategy-Meta_Double/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_double_bt]: https://github.com/EA31337/Strategy-Meta_Double/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_double_bt]: https://github.com/EA31337/Strategy-Meta_Double/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_double_check]: https://github.com/EA31337/Strategy-Meta_Double/actions?query=workflow:Check+branch:dev -[ghid_s_meta_double_check]: https://github.com/EA31337/Strategy-Meta_Double/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_double_compile]: https://github.com/EA31337/Strategy-Meta_Double/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_double_compile]: https://github.com/EA31337/Strategy-Meta_Double/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_double_bt]: https://github.com/EA31337/Strategy-Meta_Double/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_double_bt]: https://github.com/EA31337/Strategy-Meta_Double/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_conditions_check]: https://github.com/EA31337/Strategy-Meta_Conditions/actions?query=workflow:Check+branch:master -[ghim_s_meta_conditions_check]: https://github.com/EA31337/Strategy-Meta_Conditions/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_conditions_compile]: https://github.com/EA31337/Strategy-Meta_Conditions/actions?query=workflow:Compile+branch:master -[ghim_s_meta_conditions_compile]: https://github.com/EA31337/Strategy-Meta_Conditions/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_conditions_bt]: https://github.com/EA31337/Strategy-Meta_Conditions/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_conditions_bt]: https://github.com/EA31337/Strategy-Meta_Conditions/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_conditions_check]: https://github.com/EA31337/Strategy-Meta_Conditions/actions?query=workflow:Check+branch:dev -[ghid_s_meta_conditions_check]: https://github.com/EA31337/Strategy-Meta_Conditions/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_conditions_compile]: https://github.com/EA31337/Strategy-Meta_Conditions/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_conditions_compile]: https://github.com/EA31337/Strategy-Meta_Conditions/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_conditions_bt]: https://github.com/EA31337/Strategy-Meta_Conditions/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_conditions_bt]: https://github.com/EA31337/Strategy-Meta_Conditions/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_enhance_check]: https://github.com/EA31337/Strategy-Meta_Enhance/actions?query=workflow:Check+branch:master -[ghim_s_meta_enhance_check]: https://github.com/EA31337/Strategy-Meta_Enhance/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_enhance_compile]: https://github.com/EA31337/Strategy-Meta_Enhance/actions?query=workflow:Compile+branch:master -[ghim_s_meta_enhance_compile]: https://github.com/EA31337/Strategy-Meta_Enhance/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_enhance_bt]: https://github.com/EA31337/Strategy-Meta_Enhance/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_enhance_bt]: https://github.com/EA31337/Strategy-Meta_Enhance/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_enhance_check]: https://github.com/EA31337/Strategy-Meta_Enhance/actions?query=workflow:Check+branch:dev -[ghid_s_meta_enhance_check]: https://github.com/EA31337/Strategy-Meta_Enhance/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_enhance_compile]: https://github.com/EA31337/Strategy-Meta_Enhance/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_enhance_compile]: https://github.com/EA31337/Strategy-Meta_Enhance/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_enhance_bt]: https://github.com/EA31337/Strategy-Meta_Enhance/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_enhance_bt]: https://github.com/EA31337/Strategy-Meta_Enhance/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_equity_check]: https://github.com/EA31337/Strategy-Meta_Equity/actions?query=workflow:Check+branch:master -[ghim_s_meta_equity_check]: https://github.com/EA31337/Strategy-Meta_Equity/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_equity_compile]: https://github.com/EA31337/Strategy-Meta_Equity/actions?query=workflow:Compile+branch:master -[ghim_s_meta_equity_compile]: https://github.com/EA31337/Strategy-Meta_Equity/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_equity_bt]: https://github.com/EA31337/Strategy-Meta_Equity/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_equity_bt]: https://github.com/EA31337/Strategy-Meta_Equity/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_equity_check]: https://github.com/EA31337/Strategy-Meta_Equity/actions?query=workflow:Check+branch:dev -[ghid_s_meta_equity_check]: https://github.com/EA31337/Strategy-Meta_Equity/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_equity_compile]: https://github.com/EA31337/Strategy-Meta_Equity/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_equity_compile]: https://github.com/EA31337/Strategy-Meta_Equity/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_equity_bt]: https://github.com/EA31337/Strategy-Meta_Equity/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_equity_bt]: https://github.com/EA31337/Strategy-Meta_Equity/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_formation_check]: https://github.com/EA31337/Strategy-Meta_Formation/actions?query=workflow:Check+branch:master -[ghim_s_meta_formation_check]: https://github.com/EA31337/Strategy-Meta_Formation/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_formation_compile]: https://github.com/EA31337/Strategy-Meta_Formation/actions?query=workflow:Compile+branch:master -[ghim_s_meta_formation_compile]: https://github.com/EA31337/Strategy-Meta_Formation/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_formation_bt]: https://github.com/EA31337/Strategy-Meta_Formation/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_formation_bt]: https://github.com/EA31337/Strategy-Meta_Formation/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_formation_check]: https://github.com/EA31337/Strategy-Meta_Formation/actions?query=workflow:Check+branch:dev -[ghid_s_meta_formation_check]: https://github.com/EA31337/Strategy-Meta_Formation/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_formation_compile]: https://github.com/EA31337/Strategy-Meta_Formation/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_formation_compile]: https://github.com/EA31337/Strategy-Meta_Formation/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_formation_bt]: https://github.com/EA31337/Strategy-Meta_Formation/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_formation_bt]: https://github.com/EA31337/Strategy-Meta_Formation/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_interval_check]: https://github.com/EA31337/Strategy-Meta_Interval/actions?query=workflow:Check+branch:master -[ghim_s_meta_interval_check]: https://github.com/EA31337/Strategy-Meta_Interval/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_interval_compile]: https://github.com/EA31337/Strategy-Meta_Interval/actions?query=workflow:Compile+branch:master -[ghim_s_meta_interval_compile]: https://github.com/EA31337/Strategy-Meta_Interval/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_interval_bt]: https://github.com/EA31337/Strategy-Meta_Interval/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_interval_bt]: https://github.com/EA31337/Strategy-Meta_Interval/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_interval_check]: https://github.com/EA31337/Strategy-Meta_Interval/actions?query=workflow:Check+branch:dev -[ghid_s_meta_interval_check]: https://github.com/EA31337/Strategy-Meta_Interval/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_interval_compile]: https://github.com/EA31337/Strategy-Meta_Interval/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_interval_compile]: https://github.com/EA31337/Strategy-Meta_Interval/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_interval_bt]: https://github.com/EA31337/Strategy-Meta_Interval/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_interval_bt]: https://github.com/EA31337/Strategy-Meta_Interval/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_hedge_check]: https://github.com/EA31337/Strategy-Meta_Hedge/actions?query=workflow:Check+branch:master -[ghim_s_meta_hedge_check]: https://github.com/EA31337/Strategy-Meta_Hedge/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_hedge_compile]: https://github.com/EA31337/Strategy-Meta_Hedge/actions?query=workflow:Compile+branch:master -[ghim_s_meta_hedge_compile]: https://github.com/EA31337/Strategy-Meta_Hedge/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_hedge_bt]: https://github.com/EA31337/Strategy-Meta_Hedge/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_hedge_bt]: https://github.com/EA31337/Strategy-Meta_Hedge/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_hedge_check]: https://github.com/EA31337/Strategy-Meta_Hedge/actions?query=workflow:Check+branch:dev -[ghid_s_meta_hedge_check]: https://github.com/EA31337/Strategy-Meta_Hedge/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_hedge_compile]: https://github.com/EA31337/Strategy-Meta_Hedge/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_hedge_compile]: https://github.com/EA31337/Strategy-Meta_Hedge/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_hedge_bt]: https://github.com/EA31337/Strategy-Meta_Hedge/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_hedge_bt]: https://github.com/EA31337/Strategy-Meta_Hedge/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_limit_check]: https://github.com/EA31337/Strategy-Meta_Limit/actions?query=workflow:Check+branch:master -[ghim_s_meta_limit_check]: https://github.com/EA31337/Strategy-Meta_Limit/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_limit_compile]: https://github.com/EA31337/Strategy-Meta_Limit/actions?query=workflow:Compile+branch:master -[ghim_s_meta_limit_compile]: https://github.com/EA31337/Strategy-Meta_Limit/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_limit_bt]: https://github.com/EA31337/Strategy-Meta_Limit/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_limit_bt]: https://github.com/EA31337/Strategy-Meta_Limit/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_limit_check]: https://github.com/EA31337/Strategy-Meta_Limit/actions?query=workflow:Check+branch:dev -[ghid_s_meta_limit_check]: https://github.com/EA31337/Strategy-Meta_Limit/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_limit_compile]: https://github.com/EA31337/Strategy-Meta_Limit/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_limit_compile]: https://github.com/EA31337/Strategy-Meta_Limit/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_limit_bt]: https://github.com/EA31337/Strategy-Meta_Limit/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_limit_bt]: https://github.com/EA31337/Strategy-Meta_Limit/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_ma_cross_check]: https://github.com/EA31337/Strategy-Meta_MA_Cross/actions?query=workflow:Check+branch:master -[ghim_s_meta_ma_cross_check]: https://github.com/EA31337/Strategy-Meta_MA_Cross/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_ma_cross_compile]: https://github.com/EA31337/Strategy-Meta_MA_Cross/actions?query=workflow:Compile+branch:master -[ghim_s_meta_ma_cross_compile]: https://github.com/EA31337/Strategy-Meta_MA_Cross/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_ma_cross_bt]: https://github.com/EA31337/Strategy-Meta_MA_Cross/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_ma_cross_bt]: https://github.com/EA31337/Strategy-Meta_MA_Cross/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_ma_cross_check]: https://github.com/EA31337/Strategy-Meta_MA_Cross/actions?query=workflow:Check+branch:dev -[ghid_s_meta_ma_cross_check]: https://github.com/EA31337/Strategy-Meta_MA_Cross/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_ma_cross_compile]: https://github.com/EA31337/Strategy-Meta_MA_Cross/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_ma_cross_compile]: https://github.com/EA31337/Strategy-Meta_MA_Cross/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_ma_cross_bt]: https://github.com/EA31337/Strategy-Meta_MA_Cross/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_ma_cross_bt]: https://github.com/EA31337/Strategy-Meta_MA_Cross/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_margin_check]: https://github.com/EA31337/Strategy-Meta_Margin/actions?query=workflow:Check+branch:master -[ghim_s_meta_margin_check]: https://github.com/EA31337/Strategy-Meta_Margin/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_margin_compile]: https://github.com/EA31337/Strategy-Meta_Margin/actions?query=workflow:Compile+branch:master -[ghim_s_meta_margin_compile]: https://github.com/EA31337/Strategy-Meta_Margin/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_margin_bt]: https://github.com/EA31337/Strategy-Meta_Margin/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_margin_bt]: https://github.com/EA31337/Strategy-Meta_Margin/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_margin_check]: https://github.com/EA31337/Strategy-Meta_Margin/actions?query=workflow:Check+branch:dev -[ghid_s_meta_margin_check]: https://github.com/EA31337/Strategy-Meta_Margin/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_margin_compile]: https://github.com/EA31337/Strategy-Meta_Margin/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_margin_compile]: https://github.com/EA31337/Strategy-Meta_Margin/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_margin_bt]: https://github.com/EA31337/Strategy-Meta_Margin/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_margin_bt]: https://github.com/EA31337/Strategy-Meta_Margin/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_martingale_check]: https://github.com/EA31337/Strategy-Meta_Martingale/actions?query=workflow:Check+branch:master -[ghim_s_meta_martingale_check]: https://github.com/EA31337/Strategy-Meta_Martingale/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_martingale_compile]: https://github.com/EA31337/Strategy-Meta_Martingale/actions?query=workflow:Compile+branch:master -[ghim_s_meta_martingale_compile]: https://github.com/EA31337/Strategy-Meta_Martingale/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_martingale_bt]: https://github.com/EA31337/Strategy-Meta_Martingale/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_martingale_bt]: https://github.com/EA31337/Strategy-Meta_Martingale/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_martingale_check]: https://github.com/EA31337/Strategy-Meta_Martingale/actions?query=workflow:Check+branch:dev -[ghid_s_meta_martingale_check]: https://github.com/EA31337/Strategy-Meta_Martingale/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_martingale_compile]: https://github.com/EA31337/Strategy-Meta_Martingale/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_martingale_compile]: https://github.com/EA31337/Strategy-Meta_Martingale/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_martingale_bt]: https://github.com/EA31337/Strategy-Meta_Martingale/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_martingale_bt]: https://github.com/EA31337/Strategy-Meta_Martingale/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_mirror_check]: https://github.com/EA31337/Strategy-Meta_Mirror/actions?query=workflow:Check+branch:master -[ghim_s_meta_mirror_check]: https://github.com/EA31337/Strategy-Meta_Mirror/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_mirror_compile]: https://github.com/EA31337/Strategy-Meta_Mirror/actions?query=workflow:Compile+branch:master -[ghim_s_meta_mirror_compile]: https://github.com/EA31337/Strategy-Meta_Mirror/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_mirror_bt]: https://github.com/EA31337/Strategy-Meta_Mirror/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_mirror_bt]: https://github.com/EA31337/Strategy-Meta_Mirror/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_mirror_check]: https://github.com/EA31337/Strategy-Meta_Mirror/actions?query=workflow:Check+branch:dev -[ghid_s_meta_mirror_check]: https://github.com/EA31337/Strategy-Meta_Mirror/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_mirror_compile]: https://github.com/EA31337/Strategy-Meta_Mirror/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_mirror_compile]: https://github.com/EA31337/Strategy-Meta_Mirror/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_mirror_bt]: https://github.com/EA31337/Strategy-Meta_Mirror/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_mirror_bt]: https://github.com/EA31337/Strategy-Meta_Mirror/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_multi_check]: https://github.com/EA31337/Strategy-Meta_Multi/actions?query=workflow:Check+branch:master -[ghim_s_meta_multi_check]: https://github.com/EA31337/Strategy-Meta_Multi/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_multi_compile]: https://github.com/EA31337/Strategy-Meta_Multi/actions?query=workflow:Compile+branch:master -[ghim_s_meta_multi_compile]: https://github.com/EA31337/Strategy-Meta_Multi/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_multi_bt]: https://github.com/EA31337/Strategy-Meta_Multi/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_multi_bt]: https://github.com/EA31337/Strategy-Meta_Multi/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_multi_check]: https://github.com/EA31337/Strategy-Meta_Multi/actions?query=workflow:Check+branch:dev -[ghid_s_meta_multi_check]: https://github.com/EA31337/Strategy-Meta_Multi/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_multi_compile]: https://github.com/EA31337/Strategy-Meta_Multi/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_multi_compile]: https://github.com/EA31337/Strategy-Meta_Multi/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_multi_bt]: https://github.com/EA31337/Strategy-Meta_Multi/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_multi_bt]: https://github.com/EA31337/Strategy-Meta_Multi/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_multi_currency_check]: https://github.com/EA31337/Strategy-Meta_Multi_Currency/actions?query=workflow:Check+branch:master -[ghim_s_meta_multi_currency_check]: https://github.com/EA31337/Strategy-Meta_Multi_Currency/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_multi_currency_compile]: https://github.com/EA31337/Strategy-Meta_Multi_Currency/actions?query=workflow:Compile+branch:master -[ghim_s_meta_multi_currency_compile]: https://github.com/EA31337/Strategy-Meta_Multi_Currency/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_multi_currency_bt]: https://github.com/EA31337/Strategy-Meta_Multi_Currency/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_multi_currency_bt]: https://github.com/EA31337/Strategy-Meta_Multi_Currency/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_multi_currency_check]: https://github.com/EA31337/Strategy-Meta_Multi_Currency/actions?query=workflow:Check+branch:dev -[ghid_s_meta_multi_currency_check]: https://github.com/EA31337/Strategy-Meta_Multi_Currency/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_multi_currency_compile]: https://github.com/EA31337/Strategy-Meta_Multi_Currency/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_multi_currency_compile]: https://github.com/EA31337/Strategy-Meta_Multi_Currency/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_multi_currency_bt]: https://github.com/EA31337/Strategy-Meta_Multi_Currency/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_multi_currency_bt]: https://github.com/EA31337/Strategy-Meta_Multi_Currency/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_news_check]: https://github.com/EA31337/Strategy-Meta_News/actions?query=workflow:Check+branch:master -[ghim_s_meta_news_check]: https://github.com/EA31337/Strategy-Meta_News/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_news_compile]: https://github.com/EA31337/Strategy-Meta_News/actions?query=workflow:Compile+branch:master -[ghim_s_meta_news_compile]: https://github.com/EA31337/Strategy-Meta_News/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_news_bt]: https://github.com/EA31337/Strategy-Meta_News/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_news_bt]: https://github.com/EA31337/Strategy-Meta_News/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_news_check]: https://github.com/EA31337/Strategy-Meta_News/actions?query=workflow:Check+branch:dev -[ghid_s_meta_news_check]: https://github.com/EA31337/Strategy-Meta_News/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_news_compile]: https://github.com/EA31337/Strategy-Meta_News/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_news_compile]: https://github.com/EA31337/Strategy-Meta_News/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_news_bt]: https://github.com/EA31337/Strategy-Meta_News/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_news_bt]: https://github.com/EA31337/Strategy-Meta_News/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_order_limit_check]: https://github.com/EA31337/Strategy-Meta_Order_Limit/actions?query=workflow:Check+branch:master -[ghim_s_meta_order_limit_check]: https://github.com/EA31337/Strategy-Meta_Order_Limit/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_order_limit_compile]: https://github.com/EA31337/Strategy-Meta_Order_Limit/actions?query=workflow:Compile+branch:master -[ghim_s_meta_order_limit_compile]: https://github.com/EA31337/Strategy-Meta_Order_Limit/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_order_limit_bt]: https://github.com/EA31337/Strategy-Meta_Order_Limit/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_order_limit_bt]: https://github.com/EA31337/Strategy-Meta_Order_Limit/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_order_limit_check]: https://github.com/EA31337/Strategy-Meta_Order_Limit/actions?query=workflow:Check+branch:dev -[ghid_s_meta_order_limit_check]: https://github.com/EA31337/Strategy-Meta_Order_Limit/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_order_limit_compile]: https://github.com/EA31337/Strategy-Meta_Order_Limit/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_order_limit_compile]: https://github.com/EA31337/Strategy-Meta_Order_Limit/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_order_limit_bt]: https://github.com/EA31337/Strategy-Meta_Order_Limit/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_order_limit_bt]: https://github.com/EA31337/Strategy-Meta_Order_Limit/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_oscillator_filter_check]: https://github.com/EA31337/Strategy-Meta_Oscillator_Filter/actions?query=workflow:Check+branch:master -[ghim_s_meta_oscillator_filter_check]: https://github.com/EA31337/Strategy-Meta_Oscillator_Filter/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_oscillator_filter_compile]: https://github.com/EA31337/Strategy-Meta_Oscillator_Filter/actions?query=workflow:Compile+branch:master -[ghim_s_meta_oscillator_filter_compile]: https://github.com/EA31337/Strategy-Meta_Oscillator_Filter/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_oscillator_filter_bt]: https://github.com/EA31337/Strategy-Meta_Oscillator_Filter/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_oscillator_filter_bt]: https://github.com/EA31337/Strategy-Meta_Oscillator_Filter/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_oscillator_filter_check]: https://github.com/EA31337/Strategy-Meta_Oscillator_Filter/actions?query=workflow:Check+branch:dev -[ghid_s_meta_oscillator_filter_check]: https://github.com/EA31337/Strategy-Meta_Oscillator_Filter/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_oscillator_filter_compile]: https://github.com/EA31337/Strategy-Meta_Oscillator_Filter/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_oscillator_filter_compile]: https://github.com/EA31337/Strategy-Meta_Oscillator_Filter/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_oscillator_filter_bt]: https://github.com/EA31337/Strategy-Meta_Oscillator_Filter/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_oscillator_filter_bt]: https://github.com/EA31337/Strategy-Meta_Oscillator_Filter/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_oscillator_switch_check]: https://github.com/EA31337/Strategy-Meta_Oscillator_Switch/actions?query=workflow:Check+branch:master -[ghim_s_meta_oscillator_switch_check]: https://github.com/EA31337/Strategy-Meta_Oscillator_Switch/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_oscillator_switch_compile]: https://github.com/EA31337/Strategy-Meta_Oscillator_Switch/actions?query=workflow:Compile+branch:master -[ghim_s_meta_oscillator_switch_compile]: https://github.com/EA31337/Strategy-Meta_Oscillator_Switch/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_oscillator_switch_bt]: https://github.com/EA31337/Strategy-Meta_Oscillator_Switch/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_oscillator_switch_bt]: https://github.com/EA31337/Strategy-Meta_Oscillator_Switch/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_oscillator_switch_check]: https://github.com/EA31337/Strategy-Meta_Oscillator_Switch/actions?query=workflow:Check+branch:dev -[ghid_s_meta_oscillator_switch_check]: https://github.com/EA31337/Strategy-Meta_Oscillator_Switch/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_oscillator_switch_compile]: https://github.com/EA31337/Strategy-Meta_Oscillator_Switch/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_oscillator_switch_compile]: https://github.com/EA31337/Strategy-Meta_Oscillator_Switch/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_oscillator_switch_bt]: https://github.com/EA31337/Strategy-Meta_Oscillator_Switch/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_oscillator_switch_bt]: https://github.com/EA31337/Strategy-Meta_Oscillator_Switch/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_resistance_check]: https://github.com/EA31337/Strategy-Meta_Resistance/actions?query=workflow:Check+branch:master -[ghim_s_meta_resistance_check]: https://github.com/EA31337/Strategy-Meta_Resistance/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_resistance_compile]: https://github.com/EA31337/Strategy-Meta_Resistance/actions?query=workflow:Compile+branch:master -[ghim_s_meta_resistance_compile]: https://github.com/EA31337/Strategy-Meta_Resistance/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_resistance_bt]: https://github.com/EA31337/Strategy-Meta_Resistance/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_resistance_bt]: https://github.com/EA31337/Strategy-Meta_Resistance/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_resistance_check]: https://github.com/EA31337/Strategy-Meta_Resistance/actions?query=workflow:Check+branch:dev -[ghid_s_meta_resistance_check]: https://github.com/EA31337/Strategy-Meta_Resistance/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_resistance_compile]: https://github.com/EA31337/Strategy-Meta_Resistance/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_resistance_compile]: https://github.com/EA31337/Strategy-Meta_Resistance/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_resistance_bt]: https://github.com/EA31337/Strategy-Meta_Resistance/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_resistance_bt]: https://github.com/EA31337/Strategy-Meta_Resistance/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_reversal_check]: https://github.com/EA31337/Strategy-Meta_Reversal/actions?query=workflow:Check+branch:master -[ghim_s_meta_reversal_check]: https://github.com/EA31337/Strategy-Meta_Reversal/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_reversal_compile]: https://github.com/EA31337/Strategy-Meta_Reversal/actions?query=workflow:Compile+branch:master -[ghim_s_meta_reversal_compile]: https://github.com/EA31337/Strategy-Meta_Reversal/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_reversal_bt]: https://github.com/EA31337/Strategy-Meta_Reversal/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_reversal_bt]: https://github.com/EA31337/Strategy-Meta_Reversal/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_reversal_check]: https://github.com/EA31337/Strategy-Meta_Reversal/actions?query=workflow:Check+branch:dev -[ghid_s_meta_reversal_check]: https://github.com/EA31337/Strategy-Meta_Reversal/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_reversal_compile]: https://github.com/EA31337/Strategy-Meta_Reversal/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_reversal_compile]: https://github.com/EA31337/Strategy-Meta_Reversal/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_reversal_bt]: https://github.com/EA31337/Strategy-Meta_Reversal/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_reversal_bt]: https://github.com/EA31337/Strategy-Meta_Reversal/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_pattern_check]: https://github.com/EA31337/Strategy-Meta_Pattern/actions?query=workflow:Check+branch:master -[ghim_s_meta_pattern_check]: https://github.com/EA31337/Strategy-Meta_Pattern/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_pattern_compile]: https://github.com/EA31337/Strategy-Meta_Pattern/actions?query=workflow:Compile+branch:master -[ghim_s_meta_pattern_compile]: https://github.com/EA31337/Strategy-Meta_Pattern/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_pattern_bt]: https://github.com/EA31337/Strategy-Meta_Pattern/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_pattern_bt]: https://github.com/EA31337/Strategy-Meta_Pattern/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_pattern_check]: https://github.com/EA31337/Strategy-Meta_Pattern/actions?query=workflow:Check+branch:dev -[ghid_s_meta_pattern_check]: https://github.com/EA31337/Strategy-Meta_Pattern/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_pattern_compile]: https://github.com/EA31337/Strategy-Meta_Pattern/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_pattern_compile]: https://github.com/EA31337/Strategy-Meta_Pattern/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_pattern_bt]: https://github.com/EA31337/Strategy-Meta_Pattern/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_pattern_bt]: https://github.com/EA31337/Strategy-Meta_Pattern/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_pivot_check]: https://github.com/EA31337/Strategy-Meta_Pivot/actions?query=workflow:Check+branch:master -[ghim_s_meta_pivot_check]: https://github.com/EA31337/Strategy-Meta_Pivot/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_pivot_compile]: https://github.com/EA31337/Strategy-Meta_Pivot/actions?query=workflow:Compile+branch:master -[ghim_s_meta_pivot_compile]: https://github.com/EA31337/Strategy-Meta_Pivot/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_pivot_bt]: https://github.com/EA31337/Strategy-Meta_Pivot/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_pivot_bt]: https://github.com/EA31337/Strategy-Meta_Pivot/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_pivot_check]: https://github.com/EA31337/Strategy-Meta_Pivot/actions?query=workflow:Check+branch:dev -[ghid_s_meta_pivot_check]: https://github.com/EA31337/Strategy-Meta_Pivot/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_pivot_compile]: https://github.com/EA31337/Strategy-Meta_Pivot/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_pivot_compile]: https://github.com/EA31337/Strategy-Meta_Pivot/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_pivot_bt]: https://github.com/EA31337/Strategy-Meta_Pivot/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_pivot_bt]: https://github.com/EA31337/Strategy-Meta_Pivot/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_profit_check]: https://github.com/EA31337/Strategy-Meta_Profit/actions?query=workflow:Check+branch:master -[ghim_s_meta_profit_check]: https://github.com/EA31337/Strategy-Meta_Profit/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_profit_compile]: https://github.com/EA31337/Strategy-Meta_Profit/actions?query=workflow:Compile+branch:master -[ghim_s_meta_profit_compile]: https://github.com/EA31337/Strategy-Meta_Profit/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_profit_bt]: https://github.com/EA31337/Strategy-Meta_Profit/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_profit_bt]: https://github.com/EA31337/Strategy-Meta_Profit/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_profit_check]: https://github.com/EA31337/Strategy-Meta_Profit/actions?query=workflow:Check+branch:dev -[ghid_s_meta_profit_check]: https://github.com/EA31337/Strategy-Meta_Profit/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_profit_compile]: https://github.com/EA31337/Strategy-Meta_Profit/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_profit_compile]: https://github.com/EA31337/Strategy-Meta_Profit/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_profit_bt]: https://github.com/EA31337/Strategy-Meta_Profit/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_profit_bt]: https://github.com/EA31337/Strategy-Meta_Profit/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_risk_check]: https://github.com/EA31337/Strategy-Meta_Risk/actions?query=workflow:Check+branch:master -[ghim_s_meta_risk_check]: https://github.com/EA31337/Strategy-Meta_Risk/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_risk_compile]: https://github.com/EA31337/Strategy-Meta_Risk/actions?query=workflow:Compile+branch:master -[ghim_s_meta_risk_compile]: https://github.com/EA31337/Strategy-Meta_Risk/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_risk_bt]: https://github.com/EA31337/Strategy-Meta_Risk/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_risk_bt]: https://github.com/EA31337/Strategy-Meta_Risk/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_risk_check]: https://github.com/EA31337/Strategy-Meta_Risk/actions?query=workflow:Check+branch:dev -[ghid_s_meta_risk_check]: https://github.com/EA31337/Strategy-Meta_Risk/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_risk_compile]: https://github.com/EA31337/Strategy-Meta_Risk/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_risk_compile]: https://github.com/EA31337/Strategy-Meta_Risk/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_risk_bt]: https://github.com/EA31337/Strategy-Meta_Risk/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_risk_bt]: https://github.com/EA31337/Strategy-Meta_Risk/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_rsi_check]: https://github.com/EA31337/Strategy-Meta_RSI/actions?query=workflow:Check+branch:master -[ghim_s_meta_rsi_check]: https://github.com/EA31337/Strategy-Meta_RSI/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_rsi_compile]: https://github.com/EA31337/Strategy-Meta_RSI/actions?query=workflow:Compile+branch:master -[ghim_s_meta_rsi_compile]: https://github.com/EA31337/Strategy-Meta_RSI/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_rsi_bt]: https://github.com/EA31337/Strategy-Meta_RSI/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_rsi_bt]: https://github.com/EA31337/Strategy-Meta_RSI/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_rsi_check]: https://github.com/EA31337/Strategy-Meta_RSI/actions?query=workflow:Check+branch:dev -[ghid_s_meta_rsi_check]: https://github.com/EA31337/Strategy-Meta_RSI/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_rsi_compile]: https://github.com/EA31337/Strategy-Meta_RSI/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_rsi_compile]: https://github.com/EA31337/Strategy-Meta_RSI/workflows/Compile/badge.svg?branch=dev -[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_signal_switch_check]: https://github.com/EA31337/Strategy-Meta_Signal_Switch/actions?query=workflow:Check+branch:master -[ghim_s_meta_signal_switch_check]: https://github.com/EA31337/Strategy-Meta_Signal_Switch/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_signal_switch_compile]: https://github.com/EA31337/Strategy-Meta_Signal_Switch/actions?query=workflow:Compile+branch:master -[ghim_s_meta_signal_switch_compile]: https://github.com/EA31337/Strategy-Meta_Signal_Switch/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_signal_switch_bt]: https://github.com/EA31337/Strategy-Meta_Signal_Switch/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_signal_switch_bt]: https://github.com/EA31337/Strategy-Meta_Signal_Switch/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_signal_switch_check]: https://github.com/EA31337/Strategy-Meta_Signal_Switch/actions?query=workflow:Check+branch:dev -[ghid_s_meta_signal_switch_check]: https://github.com/EA31337/Strategy-Meta_Signal_Switch/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_signal_switch_compile]: https://github.com/EA31337/Strategy-Meta_Signal_Switch/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_signal_switch_compile]: https://github.com/EA31337/Strategy-Meta_Signal_Switch/workflows/Compile/badge.svg?branch=dev -[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 -[ghim_s_meta_timezone_compile]: https://github.com/EA31337/Strategy-Meta_Timezone/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_timezone_bt]: https://github.com/EA31337/Strategy-Meta_Timezone/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_timezone_bt]: https://github.com/EA31337/Strategy-Meta_Timezone/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_timezone_check]: https://github.com/EA31337/Strategy-Meta_Timezone/actions?query=workflow:Check+branch:dev -[ghid_s_meta_timezone_check]: https://github.com/EA31337/Strategy-Meta_Timezone/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_timezone_compile]: https://github.com/EA31337/Strategy-Meta_Timezone/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_timezone_compile]: https://github.com/EA31337/Strategy-Meta_Timezone/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_timezone_bt]: https://github.com/EA31337/Strategy-Meta_Timezone/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_timezone_bt]: https://github.com/EA31337/Strategy-Meta_Timezone/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_trend_check]: https://github.com/EA31337/Strategy-Meta_Trend/actions?query=workflow:Check+branch:master -[ghim_s_meta_trend_check]: https://github.com/EA31337/Strategy-Meta_Trend/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_trend_compile]: https://github.com/EA31337/Strategy-Meta_Trend/actions?query=workflow:Compile+branch:master -[ghim_s_meta_trend_compile]: https://github.com/EA31337/Strategy-Meta_Trend/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_trend_bt]: https://github.com/EA31337/Strategy-Meta_Trend/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_trend_bt]: https://github.com/EA31337/Strategy-Meta_Trend/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_trend_check]: https://github.com/EA31337/Strategy-Meta_Trend/actions?query=workflow:Check+branch:dev -[ghid_s_meta_trend_check]: https://github.com/EA31337/Strategy-Meta_Trend/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_trend_compile]: https://github.com/EA31337/Strategy-Meta_Trend/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_trend_compile]: https://github.com/EA31337/Strategy-Meta_Trend/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_trend_bt]: https://github.com/EA31337/Strategy-Meta_Trend/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_trend_bt]: https://github.com/EA31337/Strategy-Meta_Trend/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_trio_check]: https://github.com/EA31337/Strategy-Meta_Trio/actions?query=workflow:Check+branch:master -[ghim_s_meta_trio_check]: https://github.com/EA31337/Strategy-Meta_Trio/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_trio_compile]: https://github.com/EA31337/Strategy-Meta_Trio/actions?query=workflow:Compile+branch:master -[ghim_s_meta_trio_compile]: https://github.com/EA31337/Strategy-Meta_Trio/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_trio_bt]: https://github.com/EA31337/Strategy-Meta_Trio/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_trio_bt]: https://github.com/EA31337/Strategy-Meta_Trio/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_trio_check]: https://github.com/EA31337/Strategy-Meta_Trio/actions?query=workflow:Check+branch:dev -[ghid_s_meta_trio_check]: https://github.com/EA31337/Strategy-Meta_Trio/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_trio_compile]: https://github.com/EA31337/Strategy-Meta_Trio/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_trio_compile]: https://github.com/EA31337/Strategy-Meta_Trio/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_trio_bt]: https://github.com/EA31337/Strategy-Meta_Trio/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_trio_bt]: https://github.com/EA31337/Strategy-Meta_Trio/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_volatility_check]: https://github.com/EA31337/Strategy-Meta_Volatility/actions?query=workflow:Check+branch:master -[ghim_s_meta_volatility_check]: https://github.com/EA31337/Strategy-Meta_Volatility/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_volatility_compile]: https://github.com/EA31337/Strategy-Meta_Volatility/actions?query=workflow:Compile+branch:master -[ghim_s_meta_volatility_compile]: https://github.com/EA31337/Strategy-Meta_Volatility/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_volatility_bt]: https://github.com/EA31337/Strategy-Meta_Volatility/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_volatility_bt]: https://github.com/EA31337/Strategy-Meta_Volatility/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_volatility_check]: https://github.com/EA31337/Strategy-Meta_Volatility/actions?query=workflow:Check+branch:dev -[ghid_s_meta_volatility_check]: https://github.com/EA31337/Strategy-Meta_Volatility/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_volatility_compile]: https://github.com/EA31337/Strategy-Meta_Volatility/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_volatility_compile]: https://github.com/EA31337/Strategy-Meta_Volatility/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_volatility_bt]: https://github.com/EA31337/Strategy-Meta_Volatility/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_volatility_bt]: https://github.com/EA31337/Strategy-Meta_Volatility/workflows/Backtest/badge.svg?branch=dev - -[ghlm_s_meta_weekday_check]: https://github.com/EA31337/Strategy-Meta_Weekday/actions?query=workflow:Check+branch:master -[ghim_s_meta_weekday_check]: https://github.com/EA31337/Strategy-Meta_Weekday/workflows/Check/badge.svg?branch=master -[ghlm_s_meta_weekday_compile]: https://github.com/EA31337/Strategy-Meta_Weekday/actions?query=workflow:Compile+branch:master -[ghim_s_meta_weekday_compile]: https://github.com/EA31337/Strategy-Meta_Weekday/workflows/Compile/badge.svg?branch=master -[ghlm_s_meta_weekday_bt]: https://github.com/EA31337/Strategy-Meta_Weekday/actions?query=workflow:Backtest+branch:master -[ghim_s_meta_weekday_bt]: https://github.com/EA31337/Strategy-Meta_Weekday/workflows/Backtest/badge.svg?branch=master - -[ghld_s_meta_weekday_check]: https://github.com/EA31337/Strategy-Meta_Weekday/actions?query=workflow:Check+branch:dev -[ghid_s_meta_weekday_check]: https://github.com/EA31337/Strategy-Meta_Weekday/workflows/Check/badge.svg?branch=dev -[ghld_s_meta_weekday_compile]: https://github.com/EA31337/Strategy-Meta_Weekday/actions?query=workflow:Compile+branch:dev -[ghid_s_meta_weekday_compile]: https://github.com/EA31337/Strategy-Meta_Weekday/workflows/Compile/badge.svg?branch=dev -[ghld_s_meta_weekday_bt]: https://github.com/EA31337/Strategy-Meta_Weekday/actions?query=workflow:Backtest+branch:dev -[ghid_s_meta_weekday_bt]: https://github.com/EA31337/Strategy-Meta_Weekday/workflows/Backtest/badge.svg?branch=dev - [ghlm_s_ac_check]: https://github.com/EA31337/Strategy-AC/actions?query=workflow:Check+branch:master [ghim_s_ac_check]: https://github.com/EA31337/Strategy-AC/workflows/Check/badge.svg?branch=master [ghlm_s_ac_compile]: https://github.com/EA31337/Strategy-AC/actions?query=workflow:Compile+branch:master diff --git a/includes.h b/includes.h index 7912bcd..1386e90 100644 --- a/includes.h +++ b/includes.h @@ -56,40 +56,6 @@ #include "MA_Cross_Timeframe/Stg_MA_Cross_Timeframe.mqh" #include "MA_Trend/Stg_MA_Trend.mqh" #include "MFI/Stg_MFI.mqh" -#include "Meta_Bears_Bulls/Stg_Meta_Bears_Bulls.mqh" -#include "Meta_Conditions/Stg_Meta_Conditions.mqh" -#include "Meta_Double/Stg_Meta_Double.mqh" -#include "Meta_Enhance/Stg_Meta_Enhance.mqh" -#include "Meta_Equity/Stg_Meta_Equity.mqh" -#include "Meta_Formation/Stg_Meta_Formation.mqh" -#include "Meta_Hedge/Stg_Meta_Hedge.mqh" -#include "Meta_Interval/Stg_Meta_Interval.mqh" -#include "Meta_Limit/Stg_Meta_Limit.mqh" -#include "Meta_MA_Cross/Stg_Meta_MA_Cross.mqh" -#include "Meta_Margin/Stg_Meta_Margin.mqh" -#include "Meta_Martingale/Stg_Meta_Martingale.mqh" -#include "Meta_Mirror/Stg_Meta_Mirror.mqh" -#include "Meta_Multi/Stg_Meta_Multi.mqh" -#include "Meta_Multi_Currency/Stg_Meta_Multi_Currency.mqh" -#include "Meta_News/Stg_Meta_News.mqh" -#include "Meta_Order_Limit/Stg_Meta_Order_Limit.mqh" -#include "Meta_Oscillator_Filter/Stg_Meta_Oscillator_Filter.mqh" -#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_Profit/Stg_Meta_Profit.mqh" -#include "Meta_Resistance/Stg_Meta_Resistance.mqh" -#include "Meta_Reversal/Stg_Meta_Reversal.mqh" -#include "Meta_Risk/Stg_Meta_Risk.mqh" -#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" -#include "Meta_Volatility/Stg_Meta_Volatility.mqh" -#include "Meta_Weekday/Stg_Meta_Weekday.mqh" #include "Momentum/Stg_Momentum.mqh" #include "OBV/Stg_OBV.mqh" #include "OSMA/Stg_OSMA.mqh" diff --git a/strategies.h b/strategies.h index db9fc8e..ec9e2d4 100644 --- a/strategies.h +++ b/strategies.h @@ -55,7 +55,6 @@ #include "MA_Cross_Sup_Res/Stg_MA_Cross_Sup_Res.mqh" #include "MA_Trend/Stg_MA_Trend.mqh" #include "MFI/Stg_MFI.mqh" -#include "Meta_Multi/Stg_Meta_Multi.mqh" #include "Momentum/Stg_Momentum.mqh" #include "OBV/Stg_OBV.mqh" #include "OSMA/Stg_OSMA.mqh"