public class MetatraderCandle extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
brokerTime
Candle opening time, in broker timezone, YYYY-MM-DD HH:mm:ss.SSS format
|
double |
close
Close price
|
double |
high
High price
|
double |
low
Low price
|
double |
open
Open price
|
double |
spread
Spread in points
|
String |
symbol
Symbol (e.g.
|
double |
tickVolume
Tick volume, i.e.
|
cloud.metaapi.sdk.clients.models.IsoTime |
time
Candle opening time
|
String |
timeframe
Timeframe candle was generated for, e.g.
|
double |
volume
Trade volume
|
| Constructor and Description |
|---|
MetatraderCandle() |
public String symbol
public String timeframe
public cloud.metaapi.sdk.clients.models.IsoTime time
public String brokerTime
public double open
public double high
public double low
public double close
public double tickVolume
public double spread
public double volume
Copyright © 2023. All rights reserved.