Click or drag to resize

StrategyEnterLongLimit(Double) Method

Submits a long limit order. The entry name is set to the default 'Strategy Entry'. Order quantity will be as specified by the strategy

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public IOrder EnterLongLimit(
	double limitPrice
)

Parameters

limitPrice  Double
Limit price

Return Value

IOrder
See Also