Untitled

Introducing the capability to set expiration times for entry orders in the DCA bot strategy settings. This feature aims to prevent the execution of stale trades by automatically canceling entry orders if they are not executed within a specified timeframe.

How it works:

  1. Configures DCA Bot: During the DCA bot setup, can set an expiration time for entry orders in the Strategy Settings. The default value is 60 minutes. Min value is 1, max is 5000.
  2. Condition Check: This setting is applicable only when the start order type is set to “Limit” and the Entry Order Expiration is enabled.
  3. Execution and Cancellation: If the limit entry order is not executed within the specified expiration time, the system automatically cancels the order to prevent stale trade execution.

Example Use-Case

Why should use this option?