Skip to content

Trade duration record#

About#

Metrics of one duration of trades

Fields#

Name Type Required Description
gains Array Yes list of percentage gains for this duration
profits Array Yes list of profits for this duration
lots Array Yes list of lots for this duration
pips Array list of pips for this duration
durationInMinutes number duration of the trade in minutes

Example#

{
  "gains": [-0.8, 1, 1.2],
  "profits": [-100, 10],
  "lots": [0.3, 1.1, 1.2, 1.3],
  "durationInMinutes": 25
}

Usages#