| Interface | Description |
|---|---|
| DataContext |
This context provides an access point to services relating to data.
|
| DataSeries |
Represents a series of price bars that are displayed on a chart.
|
| Defaults |
This interface gives access to system defaults.
|
| DrawContext |
Provides an interface to the Graphics environment for drawing figures on the study graph.
|
| Enums |
This interface contains enumerations used within the SDK.
|
| Inputs |
This interface defines common names for settings (inputs) used in many different studies.
|
| Instrument |
Represents an Instrument.
|
| X11Colors |
X11 Color Names
For details see http://en.wikipedia.org/wiki/Web_colors
|
| Class | Description |
|---|---|
| BarInfo |
Encapsulates information that describes a bar that is rendered on a graph.
|
| BarSize |
Describes the bar size for the historical data.
|
| ColorInfo |
Describes a color and if it is enabled.
|
| Coordinate |
Specifies a real point on a graph which includes time (in milliseconds since 1970) and a value (typically price).
|
| ErrorCode |
Encapsulates a message ID and the resource bundle used to resolve the locale dependent message.
|
| ExitPoint | |
| FontInfo |
Describes settings information for a font and display color.
|
| GuideInfo |
Describes a guide.
|
| IndicatorInfo |
Encapsulates configuration information for indicators that are displayed on the Price Axis (for overlays) or
on the value axis (study graphs).
|
| LineInfo |
Describes a horizontal line that is to be displayed in a Study.
|
| MarkerInfo |
Describes how to display a marker.
|
| NVP |
This class may be used to wrap a displayable name and a string value.
|
| PathInfo |
Describes how to display a Path on a graph.
|
| Settings |
Encapsulates the configuration information for a study or strategy.
|
| ShadeInfo |
Describes shading information between two lines described by lineKey1 and lineKey2.
|
| SwingPoint |
Identifies a swing point (local high or low) on a chart.
|
| TimeFrame |
Describes a time frame with an open and closing time.
|
| Util |
This class provides a set of utility methods
|
| Enum | Description |
|---|---|
| Enums.BarData |
Source of the data described in the historical price bars.
|
| Enums.BarInput |
Describes values available from historical price bars.
|
| Enums.BarSizeType |
Describes the type of BarSize.
|
| Enums.ColorPolicy |
Determines the policy changing the color value for a series of values.
|
| Enums.EntryState |
Describes the entry status of a strategy.
|
| Enums.ExecutionType |
Execution type: Entry, Exit, Stop and Reverse (SAR)
|
| Enums.InstrumentType |
Describes the type of instrument.
|
| Enums.IntervalType |
Describes the interval measurement type for a BarSize.
|
| Enums.MAMethod |
Moving Average calculation methods.
|
| Enums.MarkerType |
Describes the available types of markers.
|
| Enums.OrderAction |
Order Action (Buy or Sell)
|
| Enums.OrderType |
Type of order
|
| Enums.PointType |
Describes the type of figure to display for the points of a path.
|
| Enums.Position | |
| Enums.PositionType |
Type of positions in a strategy.
|
| Enums.Priority |
Describes a priority level.
|
| Enums.Service |
Describes the available brokers and data services.
|
| Enums.ShadeType |
Describes where to apply a shade.
|
| Enums.Size |
Describes the size of a marker or figure.
|
| Enums.StackPolicy |
Determines the policy for stacking figures that share the same coordinates (time, value).
|
| Enums.StrategyState |
Describes the current state of a strategy.
|
| Enums.TextAlign |
Text alignment
|
| Enums.TextOutline |
Text border style
|
| Enums.TIF |
Order Time In Force
|
| Enums.ValueType |
Describes the type of a value.
|
| Exception | Description |
|---|---|
| MException |
General Exception class
|