-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Order's closing conditions not loaded on init #705
Comments
kenorb
added a commit
that referenced
this issue
Aug 12, 2023
kenorb
added a commit
that referenced
this issue
Aug 12, 2023
This was referenced Aug 12, 2023
kenorb
added a commit
that referenced
this issue
Apr 25, 2024
kenorb
added a commit
that referenced
this issue
Apr 25, 2024
* 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
kenorb
added a commit
that referenced
this issue
Apr 25, 2024
* v3.002-dev-new: 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 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
kenorb
added a commit
that referenced
this issue
Apr 27, 2024
kenorb
added a commit
that referenced
this issue
Apr 27, 2024
kenorb
added a commit
that referenced
this issue
Apr 27, 2024
* 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
kenorb
added a commit
that referenced
this issue
Apr 27, 2024
* origin/v3.002-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
kenorb
added a commit
that referenced
this issue
Apr 27, 2024
* tag 'v2.013.1': Final fix for orders are opened instead of being closed for both MT4 and MT5 (fixes GH-707) Fix for orders are opened instead of being closed (GH-707) Order: Improves error handling Order:Trade: Improves error handling Workaround for closing order conditions after orders are loaded from active pool (GH-705) Adds close retry counter (GH-703)
kenorb
added a commit
that referenced
this issue
May 1, 2024
* v3.007-dev-new: (246 commits) Taskable: Fixes compilation for Taskable.test.mq4 Std: Uses Alert() and DebugBreak() for MQL only 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 ACQUIRE_BUFFERn / RELEASE_BUFFERn functionality required for EA31337/EA31337-indicators-stats#1 SerializerConverter: Fixes error: member reference base type 'C *' is not a structure Fixes nullptr undeclared identifier Minor fixes C++ compatibility fixes. 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 ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When EA tries to load the existing active orders via magic number, the closing conditions aren't loaded.
The text was updated successfully, but these errors were encountered: