Skip to content

Strategy signal delay#

About#

Strategy signal delay configuration

Fields#

Name Type Required Description
minInSeconds number min extra trading signal delay value expressed in seconds
maxInSeconds number max extra trading signal delay value expressed in seconds

Example (fixed delay)#

{
  "minInSeconds": 15,
  "maxInSeconds": 15
}

Example (random delay between 15 and 30 seconds)#

{
  "minInSeconds": 15,
  "maxInSeconds": 30
}

Usages#