[VB] | Public Function addChaikinVolatility(height As Integer, period1 As Integer, period2 As Integer, color As Integer) As XYChart |
[C#] | public XYChart addChaikinVolatility(int height, int period1, int period2, int color); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.addChaikinVolatility
Usage
[VB] | Public Function addChaikinVolatility(height As Integer, period1 As Integer, period2 As Integer, color As Integer) As XYChart |
[C#] | public XYChart addChaikinVolatility(int height, int period1, int period2, int color); |
Description
Arguments
Argument | Default | Description |
---|---|---|
height | (Mandatory) | The height of the indicator chart in pixels. |
period1 | (Mandatory) | The period to smooth the range. |
period2 | (Mandatory) | The period to compute the rate of change of the smoothed range. |
color | (Mandatory) | The color of the indicator line. |
Return Value