Skip to content

Strategy time settings#

About#

Settings to manage copying timeframe and position lifetime. Default is to copy position within 1 minute from being opened at source and let the position to live for up to 90 days

Fields#

Name Type Required Description
lifetimeInHours number position lifetime. Default is to keep positions open up to 90 days
openingIntervalInMinutes number time interval to copy new positions. Default is to let 1 minute for the position to get copied. If position were not copied during this time, the copying will not be retried anymore
expirePendingOrderSignals boolean If set to true, the openingIntervalInMinutes setting will be applied to pending order signals as well. By default pending order signals do not expire

Example#

{
  "lifetimeInHours": 10,
  "openingIntervalInMinutes": 20,
  "expirePendingOrderSignals": true
}

Usages#