Interface | Description |
---|---|
IChartInstrumentsListener |
Listener to chart instruments changes.
|
IDrawingIndicator |
Defines method that will be called for outputs with drawnByIndicator attribute set to true
|
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
|
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
|
IntegerListDescription |
Describes optional input as list of values
|
IntegerRangeDescription |
Describes optional input as range of values
|
OptInputParameterInfo |
Describes optional input
|
OutputParameterInfo |
Describes output
|
PeriodListDescription | |
StringOptInputDescription |
Describes optional input as a string value
|
Enum | Description |
---|---|
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 © 2016. All rights reserved.