-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule Common
updated
11 files
Submodule Oscillators
updated
12 files
+5 −0 | .clang-format | |
+175 −0 | .github/workflows/compile.yml | |
+145 −0 | .github/workflows/run-arrows.yml | |
+145 −0 | .github/workflows/run-range.yml | |
+145 −0 | .github/workflows/run-spread.yml | |
+6 −0 | .gitignore | |
+1 −1 | Arrows/Price_Swings.mq5 | |
+53 −1 | README.md | |
+44 −0 | Range/Price Proximity Oscillator.mq4 | |
+151 −0 | Range/Price Proximity Oscillator.mq5 | |
+36 −0 | Spread/Spread.mq4 | |
+209 −0 | Spread/Spread.mq5 |
Submodule Other
updated
6 files
+5 −0 | .clang-format | |
+63 −40 | .github/workflows/compile.yml | |
+6 −0 | .gitignore | |
+36 −0 | Misc/ATR_MA_Trend.mq4.todo | |
+67 −1 | Oscillators/Multi/SuperSlope.mq5.fixme | |
+11 −10 | README.md |
Submodule Price
updated
10 files
+5 −0 | .clang-format | |
+21 −0 | .github/workflows/check.yml | |
+175 −0 | .github/workflows/compile.yml | |
+145 −0 | .github/workflows/run-single.yml | |
+15 −0 | .gitignore | |
+39 −0 | .pre-commit-config.yaml | |
+11 −0 | .yamllint | |
+67 −1 | README.md | |
+36 −0 | Single/HLMA.mq4 | |
+131 −0 | Single/HLMA.mq5 |
Submodule Stats
updated
9 files
+5 −0 | .clang-format | |
+21 −0 | .github/workflows/check.yml | |
+175 −0 | .github/workflows/compile.yml | |
+15 −0 | .gitignore | |
+25 −0 | .pre-commit-config.yaml | |
+11 −0 | .yamllint | |
+0 −0 | Oscillators/Account/Account_Stats.mq4 | |
+1 −1 | Oscillators/Account/Account_Stats.mq5 | |
+22 −9 | README.md |