CustomIndicatorVOSC Method (Series, Boolean)

GF Charts Help
Volume Oscillator

Namespace:  GF.Clients.Charts.Custom
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public Series VOSC(
	Series Input,
	bool Percentage
)

Parameters

Input
Type: GF.Clients.Charts.TimeSeriesSeries
Input data (historical series or another indicator) that will be processed by the indicator. Category: Data.
Percentage
Type: SystemBoolean
The Volume Oscillator can display the difference between the two moving averages as either points or percentages. Category: Data.

Return Value

Type: Series
Single series (VOSC)
Remarks

Volume Oscillator

Default: Percentage=True, LongPeriod=28, ShortPeriod=14

Examples

VOSC(InputData, True, 28, 14)
See Also

Reference