[C#] | public XYChart addFastStochastic(int height, int period1, int period2, int color1, int color2); |
[VB] | Public Function addFastStochastic(height As Integer, period1 As Integer, period2 As Integer, color1 As Integer, color2 As Integer) As XYChart |
ChartDirector 7.1 (.NET Edition)
FinanceChart.
Usage
[C#] | public XYChart addFastStochastic(int height, int period1, int period2, int color1, int color2); |
[VB] | Public Function addFastStochastic(height As Integer, period1 As Integer, period2 As Integer, color1 As Integer, color2 As Integer) As XYChart |
Description
Arguments
Argument | Default | Description |
---|---|---|
height | (Mandatory) | The height of the indicator chart in pixels. |
period1 | (Mandatory) | The period to compute the %K line. |
period2 | (Mandatory) | The period to compute the %D line. |
color1 | (Mandatory) | The color of the %K line. |
color2 | (Mandatory) | The color of the %D line. |
Return Value