[VB] | Public Function addADX(height As Integer, period As Integer, posColor As Integer, negColor As Integer, color As Integer) As XYChart |
[C#] | public XYChart addADX(int height, int period, int posColor, int negColor, int color); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.addADX
Usage
[VB] | Public Function addADX(height As Integer, period As Integer, posColor As Integer, negColor As Integer, color As Integer) As XYChart |
[C#] | public XYChart addADX(int height, int period, int posColor, int negColor, int color); |
Description
Arguments
Argument | Default | Description |
---|---|---|
height | (Mandatory) | The height of the indicator chart in pixels. |
period | (Mandatory) | The period to compute the indicator. |
posColor | (Mandatory) | The color of the Positive Directional Index line. |
negColor | (Mandatory) | The color of the Negative Directional Index line. |
color | (Mandatory) | The color of the Average Directional Index line. |
Return Value