-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.002-dev-new #743
Open
kenorb
wants to merge
76
commits into
v3.001-dev-new
Choose a base branch
from
v3.002-dev-new
base: v3.001-dev-new
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
v3.002-dev-new #743
Conversation
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
Initial Exchange class
Indicators refactor (part 3)
Indicator logic refactor
Improves support for C++ syntax
* origin/dev-cpp: Should fix all GCC warnings. Working compilation via GCC for TradeSignal.test.cpp and TradeSignalManager.test.cpp. State in the art of MQL/C++ compatibility. Making MQL code to compile in C++. Especially the TradeSignalManager.test.cpp. Trade: Fixes C++ compilation errors Adds TradeSignal and TradeSignalManager C++ compilation tests GHA: Compiles based on the file list Adds Compile workflow for CPP Adds StringSplit() as extern Adds .extern.h file for DateTime Refs: Uses PTR_ATTRIB syntax Integrates extern includes Adds Common and File defines Adds code page defines Adds .extern.h files Moves enums and structs from Std and MQL5 to appropriate files Moves Deal enums to Deal.enum.h
Should fix new issues with C++ compatibility.
* nseam/v3.000-dev: Refs EA31337-classes/EA31337-indicators-other#13, EA31337-classes/EA31337-indicators-other#15. WIP. TDI-RT-Clone and Heiken_Ashi_Smoothed indicators made to work in MT5.
* v3.001-dev-new: GHA: Compile: Fixes init-platform condition to compare with string, not boolean GHA: Compile: Fixes init-platform boolean condition Refs EA31337-classes/EA31337-indicators-other#13, EA31337-classes/EA31337-indicators-other#15. WIP. TDI-RT-Clone and Heiken_Ashi_Smoothed indicators made to work in MT5.
EA: Shows trade entry on error
* v3.001-dev-new: Workaround for closing order conditions after orders are loaded from active pool (GH-705) Trade: TradeParams: Adds max_spread Order: Fixes the current volume value when data in orequest is missing Order: Refresh order after modification Trade: Disables filling modes for MQL4 EA: Fixes recent issue with error during trade request Account/AccountMt: Fixes zero division
* tag 'v3.000.2': Account/AccountMt: Fixes zero division GHA: Compile: Support for workflow calls GHA: Compile: Skips clean-up by default GHA: Fixes compilation workflows Trade: Disables filling modes for MQL4
kenorb
force-pushed
the
v3.001-dev-new
branch
2 times, most recently
from
April 27, 2024 15:42
e4d95af
to
ae5d3df
Compare
* origin/v3.001-dev-new: Workaround for closing order conditions after orders are loaded from active pool (GH-705) Trade: TradeParams: Adds max_spread Order: Fixes the current volume value when data in orequest is missing Order: Refresh order after modification Trade: Disables filling modes for MQL4 Account/AccountMt: Fixes zero division Refs EA31337-classes/EA31337-indicators-other#13, EA31337-classes/EA31337-indicators-other#15. WIP. TDI-RT-Clone and Heiken_Ashi_Smoothed indicators made to work in MT5. GHA: Compile: Adds support for path input
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.