Skip to content

Commit

Permalink
Sets classes refs to v3.000.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed May 28, 2023
1 parent 621d0b2 commit f5193a7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
with:
path: Include/EA31337-classes
ref: dev
ref: v3.000.1
repository: EA31337/EA31337-classes
- name: Compile for MQL4
uses: fx31337/mql-compile-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
with:
path: Include/EA31337-classes
ref: dev
ref: v3.000.1
repository: EA31337/EA31337-classes
- name: Compile for MQL4
uses: fx31337/mql-compile-action@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-indi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
path: Include/EA31337-classes
ref: dev
ref: v3.000.1
repository: EA31337/EA31337-classes
- name: Enables optimization mode
run: echo '#define __input__' > config/define.h
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-pricestop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
path: Include/EA31337-classes
ref: dev
ref: v3.000.1
repository: EA31337/EA31337-classes
- name: Enables optimization mode
run: echo '#define __input__' > config/define.h
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-signalclose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
path: Include/EA31337-classes
ref: dev
ref: v3.000.1
repository: EA31337/EA31337-classes
- name: Enables optimization mode
run: echo '#define __input__' > config/define.h
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-signalopen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
path: Include/EA31337-classes
ref: dev
ref: v3.000.1
repository: EA31337/EA31337-classes
- name: Enables optimization mode
run: echo '#define __input__' > config/define.h
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimize-tick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
path: Include/EA31337-classes
ref: dev
ref: v3.000.1
repository: EA31337/EA31337-classes
- name: Enables optimization mode
run: echo '#define __input__' > config/define.h
Expand Down

0 comments on commit f5193a7

Please sign in to comment.