Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into v2.000-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Sep 10, 2023
2 parents a4f7e62 + b25f2c6 commit 280b847
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 45 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
- BearsPower
- BullsPower
- CCI
- DeMarker
- Chaikin
- DEMA
- DeMarker
- ElliottWave
- Envelopes
- Force
Expand Down Expand Up @@ -91,10 +92,10 @@ jobs:
- ZigZag
max-parallel: 4
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: Include/EA31337-classes
ref: v3.000.1
Expand Down Expand Up @@ -131,10 +132,10 @@ jobs:
shell: powershell
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: Include/EA31337-classes
ref: v3.000.1
Expand Down
74 changes: 37 additions & 37 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[submodule "AC"]
path = AC
url = https://github.com/EA31337/Strategy-AC
url = https://github.com/EA31337/Strategy-AC.git
[submodule "AD"]
path = AD
url = https://github.com/EA31337/Strategy-AD
url = https://github.com/EA31337/Strategy-AD.git
[submodule "ADX"]
path = ADX
url = https://github.com/EA31337/Strategy-ADX
url = https://github.com/EA31337/Strategy-ADX.git
[submodule "AMA"]
path = AMA
url = https://github.com/EA31337/Strategy-AMA.git
Expand All @@ -15,31 +15,31 @@
url = https://github.com/EA31337/Strategy-ASI.git
[submodule "ATR"]
path = ATR
url = https://github.com/EA31337/Strategy-ATR
url = https://github.com/EA31337/Strategy-ATR.git
[submodule "ATR_MA_Trend"]
path = ATR_MA_Trend
url = https://github.com/EA31337/Strategy-ATR_MA_Trend.git
[submodule "Alligator"]
path = Alligator
url = https://github.com/EA31337/Strategy-Alligator
url = https://github.com/EA31337/Strategy-Alligator.git
[submodule "Awesome"]
path = Awesome
url = https://github.com/EA31337/Strategy-Awesome
url = https://github.com/EA31337/Strategy-Awesome.git
[submodule "BWMFI"]
path = BWMFI
url = https://github.com/EA31337/Strategy-BWMFI
url = https://github.com/EA31337/Strategy-BWMFI.git
[submodule "Bands"]
path = Bands
url = https://github.com/EA31337/Strategy-Bands
url = https://github.com/EA31337/Strategy-Bands.git
[submodule "BearsPower"]
path = BearsPower
url = https://github.com/EA31337/Strategy-BearsPower
url = https://github.com/EA31337/Strategy-BearsPower.git
[submodule "BullsPower"]
path = BullsPower
url = https://github.com/EA31337/Strategy-BullsPower
url = https://github.com/EA31337/Strategy-BullsPower.git
[submodule "CCI"]
path = CCI
url = https://github.com/EA31337/Strategy-CCI
url = https://github.com/EA31337/Strategy-CCI.git
[submodule "Chaikin"]
path = Chaikin
url = https://github.com/EA31337/Strategy-Chaikin.git
Expand All @@ -51,37 +51,37 @@
url = https://github.com/EA31337/Strategy-DEMA.git
[submodule "DeMarker"]
path = DeMarker
url = https://github.com/EA31337/Strategy-DeMarker
url = https://github.com/EA31337/Strategy-DeMarker.git
[submodule "DPO"]
path = DPO
url = https://github.com/EA31337/Strategy-DPO.git
[submodule "ElliottWave"]
path = ElliottWave
url = https://github.com/EA31337/Strategy-ElliottWave
url = https://github.com/EA31337/Strategy-ElliottWave.git
[submodule "Envelopes"]
path = Envelopes
url = https://github.com/EA31337/Strategy-Envelopes
url = https://github.com/EA31337/Strategy-Envelopes.git
[submodule "Force"]
path = Force
url = https://github.com/EA31337/Strategy-Force
url = https://github.com/EA31337/Strategy-Force.git
[submodule "Fractals"]
path = Fractals
url = https://github.com/EA31337/Strategy-Fractals
url = https://github.com/EA31337/Strategy-Fractals.git
[submodule "Gator"]
path = Gator
url = https://github.com/EA31337/Strategy-Gator
url = https://github.com/EA31337/Strategy-Gator.git
[submodule "HeikenAshi"]
path = HeikenAshi
url = https://github.com/EA31337/Strategy-HeikenAshi
url = https://github.com/EA31337/Strategy-HeikenAshi.git
[submodule "Ichimoku"]
path = Ichimoku
url = https://github.com/EA31337/Strategy-Ichimoku
url = https://github.com/EA31337/Strategy-Ichimoku.git
[submodule "Indicator"]
path = Indicator
url = https://github.com/EA31337/Strategy-Indicator
url = https://github.com/EA31337/Strategy-Indicator.git
[submodule "MA"]
path = MA
url = https://github.com/EA31337/Strategy-MA
url = https://github.com/EA31337/Strategy-MA.git
[submodule "MA_Cross_Pivot"]
path = MA_Cross_Pivot
url = https://github.com/EA31337/Strategy-MA_Cross_Pivot.git
Expand All @@ -93,7 +93,7 @@
url = https://github.com/EA31337/Strategy-MA_Cross_Sup_Res.git
[submodule "MACD"]
path = MACD
url = https://github.com/EA31337/Strategy-MACD
url = https://github.com/EA31337/Strategy-MACD.git
[submodule "Meta_Mirror"]
path = Meta_Mirror
url = https://github.com/EA31337/Strategy-Meta_Mirror.git
Expand All @@ -105,16 +105,16 @@
url = https://github.com/EA31337/Strategy-Meta_Reversal.git
[submodule "Momentum"]
path = Momentum
url = https://github.com/EA31337/Strategy-Momentum
url = https://github.com/EA31337/Strategy-Momentum.git
[submodule "MFI"]
path = MFI
url = https://github.com/EA31337/Strategy-MFI
url = https://github.com/EA31337/Strategy-MFI.git
[submodule "OBV"]
path = OBV
url = https://github.com/EA31337/Strategy-OBV
url = https://github.com/EA31337/Strategy-OBV.git
[submodule "OsMA"]
path = OsMA
url = https://github.com/EA31337/Strategy-OsMA
url = https://github.com/EA31337/Strategy-OsMA.git
[submodule "Oscillator"]
path = Oscillator
url = https://github.com/EA31337/Strategy-Oscillator.git
Expand Down Expand Up @@ -147,25 +147,25 @@
url = https://github.com/EA31337/Strategy-Pivot.git
[submodule "RSI"]
path = RSI
url = https://github.com/EA31337/Strategy-RSI
url = https://github.com/EA31337/Strategy-RSI.git
[submodule "RVI"]
path = RVI
url = https://github.com/EA31337/Strategy-RVI
url = https://github.com/EA31337/Strategy-RVI.git
[submodule "SAR"]
path = SAR
url = https://github.com/EA31337/Strategy-SAR
url = https://github.com/EA31337/Strategy-SAR.git
[submodule "SAWA"]
path = SAWA
url = https://github.com/EA31337/Strategy-SAWA
url = https://github.com/EA31337/Strategy-SAWA.git
[submodule "SVE_Bollinger_Bands"]
path = SVE_Bollinger_Bands
url = https://github.com/EA31337/Strategy-SVE_Bollinger_Bands
url = https://github.com/EA31337/Strategy-SVE_Bollinger_Bands.git
[submodule "StdDev"]
path = StdDev
url = https://github.com/EA31337/Strategy-StdDev
url = https://github.com/EA31337/Strategy-StdDev.git
[submodule "Stochastic"]
path = Stochastic
url = https://github.com/EA31337/Strategy-Stochastic
url = https://github.com/EA31337/Strategy-Stochastic.git
[submodule "SuperTrend"]
path = SuperTrend
url = https://github.com/EA31337/Strategy-SuperTrend.git
Expand All @@ -174,16 +174,16 @@
url = https://github.com/EA31337/Strategy-TMA_CG.git
[submodule "TMA_True"]
path = TMA_True
url = https://github.com/EA31337/Strategy-TMA_True
url = https://github.com/EA31337/Strategy-TMA_True.git
[submodule "TMAT_SVEBB"]
path = TMAT_SVEBB
url = https://github.com/EA31337/Strategy-TMAT_SVEBB
url = https://github.com/EA31337/Strategy-TMAT_SVEBB.git
[submodule "WPR"]
path = WPR
url = https://github.com/EA31337/Strategy-WPR
url = https://github.com/EA31337/Strategy-WPR.git
[submodule "ZigZag"]
path = ZigZag
url = https://github.com/EA31337/Strategy-ZigZag
url = https://github.com/EA31337/Strategy-ZigZag.git
[submodule "Arrows"]
path = Arrows
url = https://github.com/EA31337/Strategy-Arrows.git
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[![Status][gha-image-check-master]][gha-link-check-master]
[![Status][gha-image-compile-master]][gha-link-compile-master]
[![License][license-image]][license-link]
[![Edit][gh-edit-badge]][gh-edit-link]

## About the project

Expand Down Expand Up @@ -40,8 +41,10 @@ See: <https://ea31337.github.io/EA31337-strategies>
| v1.000 | v2.000 |
| v1.001 | v2.001 |
| ... | ... |
| v1.009 | v2.009 |
| v1.010 | v2.010 |
| v1.011 | v2.011.1 |
| v1.012 | v2.012.1 |
| v1.013 | v2.013 |

| Tag | Framework |
|:--------:|:---------:|
Expand Down Expand Up @@ -222,7 +225,7 @@ these TERMS OF USE and that you agree to be bound by such Terms of Use ("License

### Copyright information

Copyright © 2016-2022 - EA31337 Ltd - All Rights Reserved
Copyright © 2016-2023 - EA31337 Ltd - All Rights Reserved

Author & Publisher: kenorb at EA31337 Ltd.

Expand Down Expand Up @@ -254,6 +257,9 @@ NO REPRESENTATION IS BEING MADE THAN ANY ACCOUNT WILL OR IS LIKELY TO ACHIEVE PR
[gh-discuss-badge]: https://img.shields.io/badge/Discussions-Q&A-blue.svg?logo=github
[gh-discuss-link]: https://github.com/EA31337/EA31337-Strategies/discussions

[gh-edit-badge]: https://img.shields.io/badge/GitHub-edit-purple.svg?logo=github
[gh-edit-link]: https://github.dev/EA31337/EA31337-Strategies

[gh-issues]: https://github.com/EA31337/EA31337-Strategies/issues

[gh-tag-image]: https://img.shields.io/github/tag/EA31337/EA31337-Strategies.svg?logo=github
Expand Down
2 changes: 1 addition & 1 deletion enum.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//+------------------------------------------------------------------+
//| EA31337 - multi-strategy advanced trading robot |
//| Copyright 2016-2021, EA31337 Ltd |
//| Copyright 2016-2023, EA31337 Ltd |
//| https://github.com/EA31337 |
//+------------------------------------------------------------------+

Expand Down

0 comments on commit 280b847

Please sign in to comment.