CustomIndicatorInternalData Method (String)

GF Charts Help
Returns the historical data by specified symbol or base symbol

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

public StockArray Data(
	string symbol
)

Parameters

symbol
Type: SystemString
Symbol name

Return Value

Type: StockArray
Historical data
Examples

double spreadES = Data("ESZ7").Close - Data("ESH8").Close; // Spread between ESZ7 and ESH8 on the current calculated bar. Chart must contain historical data of both symbols
See Also

Reference