Skip to content

Commit

Permalink
Merge pull request #9 from EA31337/dev
Browse files Browse the repository at this point in the history
Final release updates
  • Loading branch information
kenorb authored Apr 17, 2021
2 parents d7fee04 + ac03c1e commit 491cee9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
matrix:
deposit: [10000, 100000]
spread: [1, 10]
year: [2019]
year: [2020]

steps:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-strats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
BtDest: ${{ github.workspace }}/_results
BtMonths: 1-12
BtPair: EURUSD
BtYears: 2019
BtYears: 2020
OptFormatBrief: true
OptFormatJson: true
OptOptimize: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-tf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
BtDest: ${{ github.workspace }}/_results
BtMonths: 1-12
BtPair: EURUSD
BtYears: 2019
BtYears: 2020
OptFormatBrief: true
OptFormatJson: true
OptOptimize: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
matrix:
month: [1, 2]
year: [2019]
year: [2020]

steps:

Expand Down
2 changes: 1 addition & 1 deletion src/include/classes
Submodule classes updated 1 files
+3 −3 tests/TradeTest.mq5

0 comments on commit 491cee9

Please sign in to comment.