Skip to content

Periods#

About#

Trade statistics for some periods compared to the results for the previous period

Fields#

Name Type Required Description
today PeriodMetrics trade information for today
thisWeek PeriodMetrics trade information for this week
thisMonth PeriodMetrics trade information for this month
thisYear PeriodMetrics trade information for this year

Example#

{
  "today": {
    "profit": 10,
    "pips": 1440,
    "lots": 0.1,
    "gain": 0.13,
    "trades": 4,
    "wonTradesPercent": 50,
    "profitDifference": -50,
    "pipsDifference": -5000,
    "lotsDifference": -1,
    "gainDifference": -2.4,
    "tradesDifference": -10,
    "wonTradesPercentDifference": 10
  },
  "thisWeek": {
    "profit": 10,
    "pips": 1440,
    "lots": 0.1,
    "gain": 0.13,
    "trades": 4,
    "wonTradesPercent": 50,
    "profitDifference": -50,
    "pipsDifference": -5000,
    "lotsDifference": -1,
    "gainDifference": -2.4,
    "tradesDifference": -10,
    "wonTradesPercentDifference": 10
  },
  "thisMonth": {
    "trades": 0,
    "tradesDifference": -2,
    "profitDifference": -768.7,
    "lotsDifference": -2.01,
    "gainDifference": -0.7687,
    "wonTradesPercentDifference": -50
  },
  "thisYear": {
    "trades": 0,
    "tradesDifference": -2,
    "profitDifference": -768.7,
    "lotsDifference": -2.01,
    "gainDifference": -0.7687,
    "wonTradesPercentDifference": -50
  }
}

Usages#