CustomIndicatorPPs Method (Series, Boolean, Boolean)

GF Charts Help
Pivot Points

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

public ISeriesArray PPs(
	Series Input,
	bool IgnoreUSSunday,
	bool IgnoreUSHolidays
)

Parameters

Input
Type: GF.Clients.Charts.TimeSeriesSeries
Input data (historical series or another indicator) that will be processed by the indicator. Category: Data.
IgnoreUSSunday
Type: SystemBoolean
Ignore US Sunday Hours in Calculations. Parameter: Ignore US Sunday.
IgnoreUSHolidays
Type: SystemBoolean
Ignore US Holidays in Calculations. Parameter: Ignore US Holidays.

Return Value

Type: ISeriesArray
Array of series: PP, R4, R3, R2, R1, S1, S2, S3, S4
Remarks

Pivot Points

Default: IgnoreUSSunday=False, IgnoreUSHolidays=True

Output: PP, R4, R3, R2, R1, S1, S2, S3, S4

Examples

PPs(InputData, False, True)
See Also

Reference