-
Notifications
You must be signed in to change notification settings - Fork 60
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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule classes
updated
27 files
+23 −0 | .github/workflows/cleanup.yml | |
+0 −2 | .github/workflows/compile-cpp.yml | |
+16 −8 | .github/workflows/compile.yml | |
+14 −24 | .github/workflows/test-account.yml | |
+14 −24 | .github/workflows/test-buffer.yml | |
+9 −24 | .github/workflows/test-exchange.yml | |
+14 −24 | .github/workflows/test-indicator.yml | |
+14 −24 | .github/workflows/test-indicators-special.yml | |
+14 −24 | .github/workflows/test-indicators-tick.yml | |
+14 −24 | .github/workflows/test-indicators.yml | |
+14 −23 | .github/workflows/test-tick.yml | |
+14 −24 | .github/workflows/test-trade.yml | |
+14 −4 | .github/workflows/test.yml | |
+4 −1 | Account.mqh | |
+2 −2 | Array.mqh | |
+20 −1 | EA.mqh | |
+1 −0 | Indicator.define.h | |
+117 −2 | IndicatorLegacy.h | |
+11 −9 | Order.mqh | |
+1 −1 | SerializerJson.mqh | |
+13 −3 | Storage/ValueStorage.native.h | |
+45 −0 | Strategy.mqh | |
+1 −0 | Trade.enum.h | |
+5 −2 | Trade.mqh | |
+6 −0 | Trade.struct.h | |
+0 −0 | Trade/tests/TradeSignal.test.cpp | |
+0 −0 | Trade/tests/TradeSignalManager.test.cpp |