Skip to content
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: Re-try closing when market is closed #700

Open
kenorb opened this issue Jul 28, 2023 · 0 comments
Open

Order: Re-try closing when market is closed #700

kenorb opened this issue Jul 28, 2023 · 0 comments
Milestone

Comments

@kenorb
Copy link
Member

kenorb commented Jul 28, 2023

      case TRADE_RETCODE_MARKET_CLOSED:
         // Market is closed.
         // @todo: Re-try closing.
         // break;

Related: GH-703.

@kenorb kenorb added this to the v3.003 milestone Jul 28, 2023
kenorb added a commit that referenced this issue Apr 27, 2024
* tag 'v2.013': (85 commits)
  Order: Improves retcode on invalid request
  Order: Adds case when market is closed (GH-700)
  Order: Adds argument for order close action
  EA/Order: Adds debug prints
  Order: Refresh order after modification
  Order: Fixes the current volume value when data in orequest is missing
  Order: Fixes issues with symbol being NULL after orders were loaded from the existing pool
  Order: Ignores processing condition on forcible order refresh to avoid stack overflow
  Order: Improves code syntax and better error message on order close error
  Order: Minor improvements
  Indi_ADXW: Fixes logic for SetCustomIndicatorName()
  ADXW: Renames variables to avoid global conflicts
  Order: OrderClose: Adds magic just in case
  Terminal: Fixes typo
  EA: Improves logic for strategy filter
  TSM: Increases signal cache limit to 1000
  EA: Improves open strategy signal filtering
  Sets magic on order modify in case it is lost
  Fixes "tree optimization error" under MT4.
  Improves orders and magic number logic
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant