Skip to content

Commit

Permalink
Adds Retracement strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 10, 2023
1 parent 0712196 commit a4f7e62
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
- Pattern
- Pinbar
- Pivot
- Retracement
- RSI
- RVI
- SAR
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,6 @@
[submodule "Arrows"]
path = Arrows
url = https://github.com/EA31337/Strategy-Arrows.git
[submodule "Retracement"]
path = Retracement
url = https://github.com/EA31337/Strategy-Retracement.git
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ See: <https://ea31337.github.io/EA31337-strategies>
| Oscillator Range | [![check][ghim_s_osc_range_check]][ghlm_s_osc_range_check] | [![check][ghim_s_osc_range_compile]][ghlm_s_osc_range_compile] | [![check][ghim_s_osc_range_bt]][ghlm_s_osc_range_bt] |
| Pinbar | [![check][ghim_s_pinbar_check]][ghlm_s_pinbar_check] | [![check][ghim_s_pinbar_compile]][ghlm_s_pinbar_compile] | [![check][ghim_s_pinbar_bt]][ghlm_s_pinbar_bt] |
| Pivot | [![check][ghim_s_pivot_check]][ghlm_s_pivot_check] | [![check][ghim_s_pivot_compile]][ghlm_s_pivot_compile] | [![check][ghim_s_pivot_bt]][ghlm_s_pivot_bt] |
| Retracement | [![check][ghim_s_retracement_check]][ghlm_s_retracement_check] | [![check][ghim_s_retracement_compile]][ghlm_s_retracement_compile] | [![check][ghim_s_retracement_bt]][ghlm_s_retracement_bt] |
| RSI | [![check][ghim_s_rsi_check]][ghlm_s_rsi_check] | [![check][ghim_s_rsi_compile]][ghlm_s_rsi_compile] | [![check][ghim_s_rsi_bt]][ghlm_s_rsi_bt] |
| RVI | [![check][ghim_s_rvi_check]][ghlm_s_rvi_check] | [![check][ghim_s_rvi_compile]][ghlm_s_rvi_compile] | [![check][ghim_s_rvi_bt]][ghlm_s_rvi_bt] |
| SAR | [![check][ghim_s_sar_check]][ghlm_s_sar_check] | [![check][ghim_s_sar_compile]][ghlm_s_sar_compile] | [![check][ghim_s_sar_bt]][ghlm_s_sar_bt] |
Expand Down Expand Up @@ -169,6 +170,7 @@ See: <https://ea31337.github.io/EA31337-strategies>
| Oscillator Range | [![check][ghid_s_osc_range_check]][ghld_s_osc_range_check] | [![check][ghid_s_osc_range_compile]][ghld_s_osc_range_compile] | [![check][ghid_s_osc_range_bt]][ghld_s_osc_range_bt] |
| Pinbar | [![check][ghid_s_pinbar_check]][ghld_s_pinbar_check] | [![check][ghid_s_pinbar_compile]][ghld_s_pinbar_compile] | [![check][ghid_s_pinbar_bt]][ghld_s_pinbar_bt] |
| Pivot | [![check][ghid_s_pivot_check]][ghld_s_pivot_check] | [![check][ghid_s_pivot_compile]][ghld_s_pivot_compile] | [![check][ghid_s_pivot_bt]][ghld_s_pivot_bt] |
| Retracement | [![check][ghid_s_retracement_check]][ghld_s_retracement_check] | [![check][ghid_s_retracement_compile]][ghld_s_retracement_compile] | [![check][ghid_s_retracement_bt]][ghld_s_retracement_bt] |
| RSI | [![check][ghid_s_rsi_check]][ghld_s_rsi_check] | [![check][ghid_s_rsi_compile]][ghld_s_rsi_compile] | [![check][ghid_s_rsi_bt]][ghld_s_rsi_bt] |
| RVI | [![check][ghid_s_rvi_check]][ghld_s_rvi_check] | [![check][ghid_s_rvi_compile]][ghld_s_rvi_compile] | [![check][ghid_s_rvi_bt]][ghld_s_rvi_bt] |
| SAR | [![check][ghid_s_sar_check]][ghld_s_sar_check] | [![check][ghid_s_sar_compile]][ghld_s_sar_compile] | [![check][ghid_s_sar_bt]][ghld_s_sar_bt] |
Expand Down Expand Up @@ -962,6 +964,20 @@ NO REPRESENTATION IS BEING MADE THAN ANY ACCOUNT WILL OR IS LIKELY TO ACHIEVE PR
[ghld_s_pivot_bt]: https://github.com/EA31337/Strategy-Pivot/actions?query=workflow:Backtest+branch:dev
[ghid_s_pivot_bt]: https://github.com/EA31337/Strategy-Pivot/workflows/Backtest/badge.svg?branch=dev

[ghlm_s_retracement_check]: https://github.com/EA31337/Strategy-Retracement/actions?query=workflow:Check+branch:master
[ghim_s_retracement_check]: https://github.com/EA31337/Strategy-Retracement/workflows/Check/badge.svg?branch=master
[ghlm_s_retracement_compile]: https://github.com/EA31337/Strategy-Retracement/actions?query=workflow:Compile+branch:master
[ghim_s_retracement_compile]: https://github.com/EA31337/Strategy-Retracement/workflows/Compile/badge.svg?branch=master
[ghlm_s_retracement_bt]: https://github.com/EA31337/Strategy-Retracement/actions?query=workflow:Backtest+branch:master
[ghim_s_retracement_bt]: https://github.com/EA31337/Strategy-Retracement/workflows/Backtest/badge.svg?branch=master

[ghld_s_retracement_check]: https://github.com/EA31337/Strategy-Retracement/actions?query=workflow:Check+branch:dev
[ghid_s_retracement_check]: https://github.com/EA31337/Strategy-Retracement/workflows/Check/badge.svg?branch=dev
[ghld_s_retracement_compile]: https://github.com/EA31337/Strategy-Retracement/actions?query=workflow:Compile+branch:dev
[ghid_s_retracement_compile]: https://github.com/EA31337/Strategy-Retracement/workflows/Compile/badge.svg?branch=dev
[ghld_s_retracement_bt]: https://github.com/EA31337/Strategy-Retracement/actions?query=workflow:Backtest+branch:dev
[ghid_s_retracement_bt]: https://github.com/EA31337/Strategy-Retracement/workflows/Backtest/badge.svg?branch=dev

[ghlm_s_rsi_check]: https://github.com/EA31337/Strategy-RSI/actions?query=workflow:Check+branch:master
[ghim_s_rsi_check]: https://github.com/EA31337/Strategy-RSI/workflows/Check/badge.svg?branch=master
[ghlm_s_rsi_compile]: https://github.com/EA31337/Strategy-RSI/actions?query=workflow:Compile+branch:master
Expand Down
1 change: 1 addition & 0 deletions Retracement
Submodule Retracement added at e1d80e
1 change: 1 addition & 0 deletions enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ enum ENUM_STRATEGY {
STRAT_PATTERN, // Pattern
STRAT_PINBAR, // Pinbar
STRAT_PIVOT, // Pivot
STRAT_RETRACEMENT, // Retracement
STRAT_RSI, // RSI
STRAT_RVI, // RVI
STRAT_SAR, // SAR
Expand Down
1 change: 1 addition & 0 deletions strategies.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
#include "Pattern/Stg_Pattern.mqh"
#include "Pinbar/Stg_Pinbar.mqh"
#include "Pivot/Stg_Pivot.mqh"
#include "Retracement/Stg_Retracement.mqh"
#include "RSI/Stg_RSI.mqh"
#include "RVI/Stg_RVI.mqh"
#include "SAR/Stg_SAR.mqh"
Expand Down

0 comments on commit a4f7e62

Please sign in to comment.