Skip to content

Commit

Permalink
Adds DPO strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 19, 2023
1 parent a710124 commit 3754df2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,6 @@
[submodule "ZigZag"]
path = ZigZag
url = https://github.com/EA31337/Strategy-ZigZag
[submodule "DPO"]
path = DPO
url = https://github.com/EA31337/Strategy-DPO.git
1 change: 1 addition & 0 deletions DPO
Submodule DPO added at 771600
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ See: <https://ea31337.github.io/EA31337-strategies>
| DEMA | [![check][ghim_s_dema_check]][ghlm_s_dema_check] | [![check][ghim_s_dema_compile]][ghlm_s_dema_compile] | [![check][ghim_s_dema_bt]][ghlm_s_dema_bt] |
| DeMarker | [![check][ghim_s_dm_check]][ghlm_s_dm_check] | [![check][ghim_s_dm_compile]][ghlm_s_dm_compile] | [![check][ghim_s_dm_bt]][ghlm_s_dm_bt] |
| Demo | [![check][ghim_s_demo_check]][ghlm_s_demo_check] | [![check][ghim_s_demo_compile]][ghlm_s_demo_compile] | [![check][ghim_s_demo_bt]][ghlm_s_demo_bt] |
| DPO | [![check][ghim_s_dpo_check]][ghlm_s_dpo_check] | [![check][ghim_s_dpo_compile]][ghlm_s_dpo_compile] | [![check][ghim_s_dpo_bt]][ghlm_s_dpo_bt] |
| ElliottWave | [![check][ghim_s_elliott_check]][ghlm_s_elliott_check] | [![check][ghim_s_elliott_compile]][ghlm_s_elliott_compile] | [![check][ghim_s_elliott_bt]][ghlm_s_elliott_bt] |
| Envelopes | [![check][ghim_s_env_check]][ghlm_s_env_check] | [![check][ghim_s_env_compile]][ghlm_s_env_compile] | [![check][ghim_s_env_bt]][ghlm_s_env_bt] |
| Force | [![check][ghim_s_force_check]][ghlm_s_force_check] | [![check][ghim_s_force_compile]][ghlm_s_force_compile] | [![check][ghim_s_force_bt]][ghlm_s_force_bt] |
Expand Down Expand Up @@ -129,6 +130,7 @@ See: <https://ea31337.github.io/EA31337-strategies>
| DEMA | [![check][ghid_s_dema_check]][ghld_s_dema_check] | [![check][ghid_s_dema_compile]][ghld_s_dema_compile] | [![check][ghid_s_dema_bt]][ghld_s_dema_bt] |
| DeMarker | [![check][ghid_s_dm_check]][ghld_s_dm_check] | [![check][ghid_s_dm_compile]][ghld_s_dm_compile] | [![check][ghid_s_dm_bt]][ghld_s_dm_bt] |
| Demo | [![check][ghid_s_demo_check]][ghld_s_demo_check] | [![check][ghid_s_demo_compile]][ghld_s_demo_compile] | [![check][ghid_s_demo_bt]][ghld_s_demo_bt] |
| DPO | [![check][ghid_s_dpo_check]][ghld_s_dpo_check] | [![check][ghid_s_dpo_compile]][ghld_s_dpo_compile] | [![check][ghid_s_dpo_bt]][ghld_s_dpo_bt] |
| ElliottWave | [![check][ghid_s_elliott_check]][ghld_s_elliott_check] | [![check][ghid_s_elliott_compile]][ghld_s_elliott_compile] | [![check][ghid_s_elliott_bt]][ghld_s_elliott_bt] |
| Envelopes | [![check][ghid_s_env_check]][ghld_s_env_check] | [![check][ghid_s_env_compile]][ghld_s_env_compile] | [![check][ghid_s_env_bt]][ghld_s_env_bt] |
| Force | [![check][ghid_s_force_check]][ghld_s_force_check] | [![check][ghid_s_force_compile]][ghld_s_force_compile] | [![check][ghid_s_force_bt]][ghld_s_force_bt] |
Expand Down Expand Up @@ -546,6 +548,20 @@ NO REPRESENTATION IS BEING MADE THAN ANY ACCOUNT WILL OR IS LIKELY TO ACHIEVE PR
[ghld_s_dm_bt]: https://github.com/EA31337/Strategy-DeMarker/actions?query=workflow:Backtest+branch:dev
[ghid_s_dm_bt]: https://github.com/EA31337/Strategy-DeMarker/workflows/Backtest/badge.svg?branch=dev

[ghlm_s_dpo_check]: https://github.com/EA31337/Strategy-DPO/actions?query=workflow:Check+branch:master
[ghim_s_dpo_check]: https://github.com/EA31337/Strategy-DPO/workflows/Check/badge.svg?branch=master
[ghlm_s_dpo_compile]: https://github.com/EA31337/Strategy-DPO/actions?query=workflow:Compile+branch:master
[ghim_s_dpo_compile]: https://github.com/EA31337/Strategy-DPO/workflows/Compile/badge.svg?branch=master
[ghlm_s_dpo_bt]: https://github.com/EA31337/Strategy-DPO/actions?query=workflow:Backtest+branch:master
[ghim_s_dpo_bt]: https://github.com/EA31337/Strategy-DPO/workflows/Backtest/badge.svg?branch=master

[ghld_s_dpo_check]: https://github.com/EA31337/Strategy-DPO/actions?query=workflow:Check+branch:dev
[ghid_s_dpo_check]: https://github.com/EA31337/Strategy-DPO/workflows/Check/badge.svg?branch=dev
[ghld_s_dpo_compile]: https://github.com/EA31337/Strategy-DPO/actions?query=workflow:Compile+branch:dev
[ghid_s_dpo_compile]: https://github.com/EA31337/Strategy-DPO/workflows/Compile/badge.svg?branch=dev
[ghld_s_dpo_bt]: https://github.com/EA31337/Strategy-DPO/actions?query=workflow:Backtest+branch:dev
[ghid_s_dpo_bt]: https://github.com/EA31337/Strategy-DPO/workflows/Backtest/badge.svg?branch=dev

[ghlm_s_elliott_check]: https://github.com/EA31337/Strategy-ElliottWave/actions?query=workflow:Check+branch:master
[ghim_s_elliott_check]: https://github.com/EA31337/Strategy-ElliottWave/workflows/Check/badge.svg?branch=master
[ghlm_s_elliott_compile]: https://github.com/EA31337/Strategy-ElliottWave/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 @@ -42,6 +42,7 @@ enum ENUM_STRATEGY {
STRAT_CHAIKIN, // Chaikin
STRAT_DEMA, // DEMA
STRAT_DEMARKER, // DeMarker
STRAT_DPO, // DPO
STRAT_ENVELOPES, // Envelopes
STRAT_EWO, // ElliottWave
STRAT_FORCE, // Force
Expand Down
1 change: 1 addition & 0 deletions strategies.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include "Chaikin/Stg_Chaikin.mqh"
#include "DEMA/Stg_DEMA.mqh"
#include "DeMarker/Stg_DeMarker.mqh"
#include "DPO/Stg_DPO.mqh"
#include "ElliottWave/Stg_ElliottWave.mqh"
#include "Envelopes/Stg_Envelopes.mqh"
#include "Force/Stg_Force.mqh"
Expand Down

0 comments on commit 3754df2

Please sign in to comment.