ChartDirector 7.0 (Java Edition)

FinanceChart.addStochRSI


Usage

public XYChart addStochRSI(int height, int period, int color, double range, int upColor, int downColor)

Description

Adds a Stochastic RSI indicator chart.

Arguments

ArgumentDefaultDescription
height(Mandatory)The height of the indicator chart in pixels.
period(Mandatory)The period to compute the indicator.
color(Mandatory)The color of the indicator line.
range(Mandatory)The distance between the middle line and the upper and lower threshold lines.
upColor(Mandatory)The fill color when the indicator exceeds the upper threshold line.
downColor(Mandatory)The fill color when the indicator falls below the lower threshold line.

Return Value

A XYChart object representing the chart created.