public static class MetaStatsClient.PeriodMetrics extends Object
| Modifier and Type | Field and Description |
|---|---|
Double |
gain
Gain of this period, or
null |
Double |
gainDifference
Difference in gain with the previous period, or
null |
Double |
lots
Cumulative lots of this period, or
null |
Double |
lotsDifference
Difference in lots with the previous period, or
null |
Double |
pips
Cumulative pips of this period, or
null |
Double |
pipsDifference
Difference in pips with the previous period, or
null |
Double |
profit
Cumulative profit of this period, or
null |
Double |
profitDifference
Difference in profit with the previous period, or
null |
Integer |
trades
The number of trades of this period, or
null |
Double |
tradesDifference
Difference in the number of trades with the previous period, or
null |
Double |
wonTradesPercent
Percentage of winning trades of this period, or
null |
Double |
wonTradesPercentDifference
Difference in percentage of winning trades with the previous period, or
null |
| Constructor and Description |
|---|
PeriodMetrics() |
public Double profit
nullpublic Double pips
nullpublic Double lots
nullpublic Double gain
nullpublic Integer trades
nullpublic Double wonTradesPercent
nullpublic Double profitDifference
nullpublic Double pipsDifference
nullpublic Double lotsDifference
nullpublic Double gainDifference
nullpublic Double tradesDifference
nullpublic Double wonTradesPercentDifference
nullCopyright © 2021. All rights reserved.