Uses of Class
com.jfx.ObjectType

Packages that use ObjectType
com.jfx   
 

Uses of ObjectType in com.jfx
 

Fields in com.jfx declared as ObjectType
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.
 

Methods in com.jfx that return ObjectType
static ObjectType ObjectType.getObjectType(int val)
           
 

Methods in com.jfx with parameters of type ObjectType
 boolean MT4.objectCreate(java.lang.String name, ObjectType type, int window, java.util.Date time1, double price1)
          Creation of an object with the specified name, type and initial coordinates in the specified window.
 boolean MT4.objectCreate(java.lang.String name, ObjectType type, int window, java.util.Date time1, double price1, java.util.Date time2, double price2)
          Creation of an object with the specified name, type and initial coordinates in the specified window.
 boolean MT4.objectCreate(java.lang.String name, ObjectType type, int window, java.util.Date time1, double price1, java.util.Date time2, double price2, java.util.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.
 



Copyright © 2008-2009 Roman Gerasimenko.