[VB] | Public Function addBollingerWidth(height As Integer, period As Integer, width As Double, color As Integer) As XYChart |
[C#] | public XYChart addBollingerWidth(int height, int period, double width, int color); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.addBollingerWidth
Usage
[VB] | Public Function addBollingerWidth(height As Integer, period As Integer, width As Double, color As Integer) As XYChart |
[C#] | public XYChart addBollingerWidth(int height, int period, double width, 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. |
width | (Mandatory) | The band width to compute the indicator. |
color | (Mandatory) | The color of the indicator line. |
Return Value