Skip to content

Commit

Permalink
Merge pull request #5 from EA31337/v2.000-dev
Browse files Browse the repository at this point in the history
MA logic refactor for v2 to support multiple price-type indicators
  • Loading branch information
kenorb authored Sep 2, 2023
2 parents e286cb6 + 5879bd4 commit 83ee7e5
Show file tree
Hide file tree
Showing 48 changed files with 773 additions and 1,878 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
pull_request:
branches:
- 'master'
- 'dev*'
- '*dev*'
paths-ignore:
- '*.md'
push:
branches:
- 'master'
- 'dev*'
- '*dev*'
paths-ignore:
- '*.md'

Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: Include/EA31337-classes
ref: v2.013
ref: v3.000.1
repository: EA31337/EA31337-classes
- name: Compile for MQL4
uses: fx31337/mql-compile-action@master
Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: EA
path: '*.ex?'
path: '*.ex[45]'
Test:
needs: Compile
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: 3.9
- uses: pre-commit/action@v2.0.3
- uses: pre-commit/action@v3.0.0
8 changes: 4 additions & 4 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
pull_request:
branches:
- 'master'
- 'dev*'
- '*dev*'
paths-ignore:
- '*.md'
- '.git*'
push:
branches:
- 'master'
- 'dev*'
- '*dev*'
paths-ignore:
- '*.md'
- '.git*'
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: Include/EA31337-classes
ref: v2.013
ref: v3.000.1
repository: EA31337/EA31337-classes
- name: Compile for MQL4
uses: fx31337/mql-compile-action@master
Expand All @@ -53,4 +53,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: EA
path: '*.ex?'
path: '*.ex[45]'
232 changes: 0 additions & 232 deletions .github/workflows/optimize-indi.yml

This file was deleted.

Loading

0 comments on commit 83ee7e5

Please sign in to comment.