| Package | Description |
|---|---|
| com.jfx |
| Modifier and Type | Field and Description |
|---|---|
static ObjectType |
ObjectType.OBJ_ARROW
Arrows.
|
static ObjectType |
ObjectType.OBJ_CHANNEL
Channel.
|
static ObjectType |
ObjectType.OBJ_CYCLES
Cycles.
|
static ObjectType |
ObjectType.OBJ_ELLIPSE
Ellipse.
|
static ObjectType |
ObjectType.OBJ_EXPANSION
Fibonacci expansions.
|
static ObjectType |
ObjectType.OBJ_FIBO
Fibonacci retracement.
|
static ObjectType |
ObjectType.OBJ_FIBOARC
Fibonacci arcs.
|
static ObjectType |
ObjectType.OBJ_FIBOCHANNEL
Fibonacci channel.
|
static ObjectType |
ObjectType.OBJ_FIBOFAN
Fibonacci fan.
|
static ObjectType |
ObjectType.OBJ_FIBOTIMES
Fibonacci time zones.
|
static ObjectType |
ObjectType.OBJ_GANNFAN
Gann fan.
|
static ObjectType |
ObjectType.OBJ_GANNGRID
Gann grid.
|
static ObjectType |
ObjectType.OBJ_GANNLINE
Gann line.
|
static ObjectType |
ObjectType.OBJ_HLINE
Horizontal line.
|
static ObjectType |
ObjectType.OBJ_LABEL
Text label.
|
static ObjectType |
ObjectType.OBJ_PITCHFORK
Andrews pitchfork.
|
static ObjectType |
ObjectType.OBJ_RECTANGLE
Rectangle.
|
static ObjectType |
ObjectType.OBJ_REGRESSION
Regression.
|
static ObjectType |
ObjectType.OBJ_STDDEVCHANNEL
Standard deviation channel.
|
static ObjectType |
ObjectType.OBJ_TEXT
Text.
|
static ObjectType |
ObjectType.OBJ_TREND
Trend line.
|
static ObjectType |
ObjectType.OBJ_TRENDBYANGLE
Trend by angle.
|
static ObjectType |
ObjectType.OBJ_TRIANGLE
Triangle.
|
static ObjectType |
ObjectType.OBJ_VLINE
Vertical line.
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectType |
ObjectType.getObjectType(int val) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MT4.objectCreate(String name,
ObjectType type,
int window,
Date time1,
double price1)
Creation of an object with the specified name, type and initial coordinates in the specified window.
|
boolean |
MT4.objectCreate(String name,
ObjectType type,
int window,
Date time1,
double price1,
Date time2,
double price2)
Creation of an object with the specified name, type and initial coordinates in the specified window.
|
boolean |
MT4.objectCreate(String name,
ObjectType type,
int window,
Date time1,
double price1,
Date time2,
double price2,
Date time3,
double price3)
Creation of an object with the specified name, type and initial coordinates in the specified window.
|
int |
MT4.objectsTotal(ObjectType type)
Returns total amount of objects of the specified type in the chart.
|