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 | optional position lifetime. Default is to keep positions open up to 90 days | |
openingIntervalInMinutes | number | optional 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 |
Example#
{
"lifetimeInHours": 0,
"openingIntervalInMinutes": 0
}