-
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/v3.003-dev' into v3.006-dev-new
* origin/v3.003-dev: (93 commits) Cherry-pick: Added SerializeStub() method to Chart class. Added more error checks. (#629) IndicatorData: IndicatorDataEntryValue: Adds support for datetime type Merge remote-tracking branch 'origin/dev-indi-no-chart4' into v3.003-dev IndicatorData: IndicatorDataEntryValue: Adds support for datetime type Merge tag 'v3.001' into dev-indi-no-chart4 Strategy/Trade: Reenables previously disabled code IndicatorsTest: Disables Indi_Price for MQL4 due to failure GHA: Sets BtYears to 2021 Strategy/Trade: Reenables previously disabled code IndicatorsTest: Reenables more indicators for testing IndicatorsTest: Reenables indicators for testing Trade: Reenables CalcLotSize() Indi_ZigZag: Fixes indicator path for MQL4 GHA: Test: Sets BtDays to 4-8 to avoid time limits Merge tag 'v3.000' into dev-indi-no-chart4 Indicators: Fixes potential issues with OnIndicator mode Indi_AppliedPrice: Fixes infinite loop when run on indicator Indi_Ichimoku: Shift 2nd and 3rd buffer by senkou_span_shift bars [GH-656] Indicator: GetEntryAlter: Fixes issue with shift GHA: Changes back BtDays to 4-8 ...
- Loading branch information
Showing
318 changed files
with
7,999 additions
and
6,953 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,3 +50,4 @@ jobs: | |
uses: fx31337/mql-tester-action@master | ||
with: | ||
Script: ${{ matrix.test }} | ||
RunOnError: show_logs 200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"files.associations": { | ||
"indicatorcandle.h": "c" | ||
"indicatorcandle.h": "c", | ||
"*.mqh": "c" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.