[VB] | Public Function addAroon(height As Integer, period As Integer, upColor As Integer, downColor As Integer) As XYChart |
[C#] | public XYChart addAroon(int height, int period, int upColor, int downColor); |
ChartDirector 5.1 (.NET Edition)
FinanceChart.addAroon
Usage
[VB] | Public Function addAroon(height As Integer, period As Integer, upColor As Integer, downColor As Integer) As XYChart |
[C#] | public XYChart addAroon(int height, int period, int upColor, int downColor); |
Description
Arguments
Argument | Default | Description |
---|---|---|
height | (Mandatory) | The height of the indicator chart in pixels. |
period | (Mandatory) | The period to compute the indicators. |
upColor | (Mandatory) | The color of the Aroon Up indicator line. |
downColor | (Mandatory) | The color of the Aroon Down indicator line. |
Return Value