public class Timeframe extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
_PERIOD_D1 |
static int |
_PERIOD_DEFAULT |
static int |
_PERIOD_H1 |
static int |
_PERIOD_H4 |
static int |
_PERIOD_M1 |
static int |
_PERIOD_M15 |
static int |
_PERIOD_M30 |
static int |
_PERIOD_M5 |
static int |
_PERIOD_MN1 |
static int |
_PERIOD_W1 |
static Timeframe |
PERIOD_D1
1 Daily
|
static Timeframe |
PERIOD_DEFAULT
Timeframe used on the chart.
|
static Timeframe |
PERIOD_H1
1 hour
|
static Timeframe |
PERIOD_H4
4 hour
|
static Timeframe |
PERIOD_M1
1 minute
|
static Timeframe |
PERIOD_M15
15 minutes
|
static Timeframe |
PERIOD_M30
30 minutes
|
static Timeframe |
PERIOD_M5
5 minutes
|
static Timeframe |
PERIOD_MN1
Monthly
|
static Timeframe |
PERIOD_W1
Weekly
|
int |
val |
public static final Timeframe PERIOD_M1
public static final int _PERIOD_M1
public static final Timeframe PERIOD_M5
public static final int _PERIOD_M5
public static final Timeframe PERIOD_M15
public static final int _PERIOD_M15
public static final Timeframe PERIOD_M30
public static final int _PERIOD_M30
public static final Timeframe PERIOD_H1
public static final int _PERIOD_H1
public static final Timeframe PERIOD_H4
public static final int _PERIOD_H4
public static final Timeframe PERIOD_D1
public static final int _PERIOD_D1
public static final Timeframe PERIOD_W1
public static final int _PERIOD_W1
public static final Timeframe PERIOD_MN1
public static final int _PERIOD_MN1
public static final Timeframe PERIOD_DEFAULT
public static final int _PERIOD_DEFAULT
public int val
public static Timeframe getTimeframe(int val)