Skip to content

Commit

Permalink
Adds Oscillator Cross strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 30, 2023
1 parent 6e8b2a9 commit f4beeb7
Show file tree
Hide file tree
Showing 5 changed files with 7 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 @@ -64,6 +64,7 @@ jobs:
- OsMA
- Oscillator
- Oscillator_Multi
- Oscillator_Cross
- Pattern
- Pinbar
- Pivot
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
[submodule "Oscillator"]
path = Oscillator
url = https://github.com/EA31337/Strategy-Oscillator.git
[submodule "Oscillator_Cross"]
path = Oscillator_Cross
url = https://github.com/EA31337/Strategy-Oscillator_Cross.git
[submodule "Oscillator_Multi"]
path = Oscillator_Multi
url = https://github.com/EA31337/Strategy-Oscillator_Multi.git
Expand Down
1 change: 1 addition & 0 deletions Oscillator_Cross
Submodule Oscillator_Cross added at 363326
1 change: 1 addition & 0 deletions enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ enum ENUM_STRATEGY {
STRAT_OBV, // OBV
STRAT_OSCILLATOR, // Oscillator
STRAT_OSCILLATOR_MULTI, // Oscillator Multi
STRAT_OSCILLATOR_CROSS, // Oscillator Cross
STRAT_OSMA, // OSMA
STRAT_PATTERN, // Pattern
STRAT_PINBAR, // Pinbar
Expand Down
1 change: 1 addition & 0 deletions strategies.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
#include "OSMA/Stg_OSMA.mqh"
#include "Oscillator/Stg_Oscillator.mqh"
#include "Oscillator_Multi/Stg_Oscillator_Multi.mqh"
#include "Oscillator_Cross/Stg_Oscillator_Cross.mqh"
#include "Pattern/Stg_Pattern.mqh"
#include "Pinbar/Stg_Pinbar.mqh"
#include "Pivot/Stg_Pivot.mqh"
Expand Down

0 comments on commit f4beeb7

Please sign in to comment.