Skip to content

Commit

Permalink
Adds Meta Multi Currency strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Oct 20, 2023
1 parent e7fb004 commit 0dab988
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Meta_Multi_Currency
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ See: <https://ea31337.github.io/EA31337-strategies>
| (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) 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) Oscillator | [![check][ghim_s_meta_osc_check]][ghlm_s_meta_osc_check] | [![check][ghim_s_meta_osc_compile]][ghlm_s_meta_osc_compile] | [![check][ghim_s_meta_osc_bt]][ghlm_s_meta_osc_bt] |
| (Meta) 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) 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] |
Expand Down Expand Up @@ -158,6 +159,7 @@ See: <https://ea31337.github.io/EA31337-strategies>
| (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) 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) Oscillator | [![check][ghid_s_meta_osc_check]][ghld_s_meta_osc_check] | [![check][ghid_s_meta_osc_compile]][ghld_s_meta_osc_compile] | [![check][ghid_s_meta_osc_bt]][ghld_s_meta_osc_bt] |
| (Meta) 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) 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] |
Expand Down Expand Up @@ -472,6 +474,20 @@ NO REPRESENTATION IS BEING MADE THAN ANY ACCOUNT WILL OR IS LIKELY TO ACHIEVE PR
[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_osc_check]: https://github.com/EA31337/Strategy-Meta_Oscillator/actions?query=workflow:Check+branch:master
[ghim_s_meta_osc_check]: https://github.com/EA31337/Strategy-Meta_Oscillator/workflows/Check/badge.svg?branch=master
[ghlm_s_meta_osc_compile]: https://github.com/EA31337/Strategy-Meta_Oscillator/actions?query=workflow:Compile+branch:master
Expand Down
1 change: 1 addition & 0 deletions enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ enum ENUM_STRATEGY {
STRAT_META_MARGIN, // (Meta) Margin
STRAT_META_MIRROR, // (Meta) Mirror
STRAT_META_MULTI, // (Meta) Multi
STRAT_META_MULTI_CURRENCY, // (Meta) Multi Currency
STRAT_META_PATTERN, // (Meta) Pattern
STRAT_META_PROFIT, // (Meta) Profit
STRAT_META_RESISTANCE, // (Meta) Resistance
Expand Down
1 change: 1 addition & 0 deletions includes.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
#include "Meta_Margin/Stg_Meta_Margin.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_Pattern/Stg_Meta_Pattern.mqh"
#include "Meta_Profit/Stg_Meta_Profit.mqh"
#include "Meta_Resistance/Stg_Meta_Resistance.mqh"
Expand Down

0 comments on commit 0dab988

Please sign in to comment.