Skip to content

Currency summary trade metrics#

About#

Profit and number of trades of long or short trades in a specific currency

Fields#

Name Type Required Description
trades integer Yes the number of all trades with this currency
profit number Yes cumulative profit of this currency trading
pips number cumulative pips of this currency trading

Example#

{
  "trades": 20,
  "profit": -115,
  "pips": -2376
}

Usages#