public static class MetaStatsClient.TradeByTimeMetrics extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
date
Date of trading month in broker timezone, YYYY-MM format
|
Integer |
day
Weekday number (only for by day case), within 0-6, or
null |
double |
gains
Cumulative gains of trades at this time
|
Integer |
hour
Day hour (only for by hour case), within 0-23, or
null |
Double |
longGains
Cumulative gains of long trades at this time, or
null |
Double |
longPips
The total pips of long trades at this time, or
null |
Double |
longProfit
The total profit of long trades at this time, or
null |
Integer |
longTrades
The number of long trades at this time, or
null |
Double |
longTradesPercent
Percentage of long trades at this time, or
null |
Double |
lostGains
Cumulative gains of losing trades at this time, or
null |
Double |
lostPips
The total pips of losing trades at this time, or
null |
Double |
lostProfit
The total profit of losing trades at this time, or
null |
Integer |
lostTrades
The number of losing trades at this time, or
null |
Double |
lostTradesPercent
Percentage of losing trades at this time, or
null |
double |
lots
Cumulative lots of trades at this time
|
Double |
pips
The total pips of the trades at this time, or
null |
double |
profit
The total profit of the trades at this time
|
Double |
shortGains
Cumulative gains of short trades at this time, or
null |
Double |
shortPips
The total pips of short trades at this time, or
null |
Double |
shortProfit
The total profit of short trades at this time, or
null |
Integer |
shortTrades
The number of short trades at this time, or
null |
Double |
shortTradesPercent
Percentage of short trades at this time, or
null |
int |
trades
The number of all trades at this time
|
Double |
wonGains
Cumulative gains of winning trades at this time, or
null |
Double |
wonPips
The total pips of winning trades at this time, or
null |
Double |
wonProfit
The total profit of winning trades at this time, or
null |
Integer |
wonTrades
The number of winning trades at this time, or
null |
Double |
wonTradesPercent
Percentage of winning trades at this time, or
null |
| Constructor and Description |
|---|
TradeByTimeMetrics() |
public String date
public double profit
public Double shortProfit
nullpublic Double longProfit
nullpublic Double wonProfit
nullpublic Double lostProfit
nullpublic Double pips
nullpublic Double shortPips
nullpublic Double longPips
nullpublic Double wonPips
nullpublic Double lostPips
nullpublic double lots
public double gains
public Double shortGains
nullpublic Double longGains
nullpublic Double wonGains
nullpublic Double lostGains
nullpublic int trades
public Integer shortTrades
nullpublic Integer longTrades
nullpublic Integer wonTrades
nullpublic Integer lostTrades
nullpublic Double shortTradesPercent
nullpublic Double longTradesPercent
nullpublic Double wonTradesPercent
nullpublic Double lostTradesPercent
nullpublic Integer hour
nullpublic Integer day
nullCopyright © 2021. All rights reserved.