CustomIndicatorPO Method (Series)

GF Charts Help
Price Oscillator

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

public Series PO(
	Series Input
)

Parameters

Input
Type: GF.Clients.Charts.TimeSeriesSeries
Input data (historical series or another indicator) that will be processed by the indicator. Category: Data.

Return Value

Type: Series
Single series (PO)
Remarks

Price Oscillator

Default: Percentage=True, MovingAverage=Simple, SlowWindow=26, FastWindow=9

Examples

PO(InputData, True, MovingAverageType.Simple, 26, 9)
See Also

Reference