IStrategiesApiGetDefaultStrategyParams Method

GF API Documentation
Get the default strategy parameters for the given strategy type

Namespace:  GF.Api.Strategies
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

IStrategyParams GetDefaultStrategyParams(
	string type
)

Parameters

type
Type: SystemString

Return Value

Type: IStrategyParams
Every strategy type has its own set of parameters. You can get the default values and modify them as needed for your strategy.
See Also

Reference