Interface | Description |
---|---|
IChartFinancialInstrumentsListener | Deprecated |
IChartInstrumentsListener |
Listener to chart instruments changes.
|
IDrawingIndicator |
Defines method that will be called for outputs with drawnByIndicator attribute set to true
|
IFormulaTimeData | |
IIndicator |
Interface that should be implemented by custom(user) indicators.
|
IIndicatorAppearanceInfo | |
IIndicatorCalculator<T,U> |
The class contains methods for second calculation step for indicator calculation on feed.
|
IIndicatorChartPanel |
A container for graphical objects created by the indicator.
|
IIndicatorContext |
Provides access to system services
|
IIndicatorDrawingSupport |
Various helper methods to be able to draw indicators
|
IIndicatorsProvider |
Interface to get indicator groups, indicator names, and indicators themselves
|
IMinMax |
Defines getMinMax method
|
IStopListener |
Listener to indicator deinitialization.
|
OptInputDescription |
Interface for object that describes possible values of the optional input.
|
Class | Description |
---|---|
BooleanOptInputDescription |
Describes optional input as boolean value.
|
ColorListDescription |
Describes optional input as a list of values
|
DoubleListDescription |
Describes optional input as list of values
|
DoubleRangeDescription |
Describes optional input as range of values
|
IndicatorInfo |
Describes indicator
|
IndicatorResult |
Contains index of first value in input, that has corresponding indicator value, and number of calculated elements.
|
InputParameterInfo |
Describes indicator input
|
InstrumentListDescription | |
IntegerListDescription |
Describes optional input as list of values
|
IntegerRangeDescription |
Describes optional input as range of values
|
LevelInfo |
Contains information about Indicator's levels objects (JavaBean).
Level value indicates either: the value on the vertical (price-axis) for sub-window's type indicators or price shift calculated by way of summing up the average indicator values and the specified level shift (specified in current instrument pip-value) for on-chart types of indicators |
OptInputParameterInfo |
Describes optional input
|
OutputParameterInfo |
Describes output
|
PeriodListDescription | |
StringOptInputDescription |
Describes optional input as a string value
|
Enum | Description |
---|---|
DisplayMode |
Display mode for indicators with custom period, larger than chart period.
|
InputParameterInfo.Type |
Type of the input
|
OptInputParameterInfo.Type |
Type of the optional input
|
OutputParameterInfo.DrawingStyle |
Specifies how to draw output
|
OutputParameterInfo.Type |
Type of the output
|
Copyright © 2024. All rights reserved.