Package | Description |
---|---|
com.dukascopy.api |
Modifier and Type | Interface and Description |
---|---|
interface |
IChart
Allows to draw graphical objects on the chart
|
interface |
IIndicatorPanel |
Modifier and Type | Method and Description |
---|---|
IChartPanel |
IChartPanel.add(IIndicator indicator)
Adds indicator to the current panel.
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator)
Adds indicator to the current panel.
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
Object[] optParams)
Adds indicator to the current panel by specifying initial optional parameters values
If optParams equals to null - default ones will be taken instead
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
Object[] optParams)
Adds indicator to the current panel by specifying initial optional parameters values
If optParams equals to null - default ones will be taken instead
|
IChartPanel |
IChartPanel.add(IIndicator indicator,
Object[] optParams,
Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values, curves colors, drawing styles and line widths
If output params are nulls - default ones will be taken instead
|
IChartPanel |
IIndicatorPanel.add(IIndicator indicator,
Object[] optParams,
Color[] outputColors,
OutputParameterInfo.DrawingStyle[] outputDrawingStyles,
int[] outputWidths)
Adds indicator to the current panel by specifying initial optional parameters values, curves colors, drawing styles and line widths
If output params are nulls - default ones will be taken instead
|
Copyright © 2016. All rights reserved.