Click or drag to resize

StrategyEnterShortLimit(Int32, String, Int32, Double) Method

Submits a short limit order for the specified bars index and specified name and quantity

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public IOrder EnterShortLimit(
	int barsIndex,
	string name,
	int quantity,
	double limitPrice
)

Parameters

barsIndex  Int32
Bars index
name  String
Name of the order
quantity  Int32
Order size
limitPrice  Double
Limit price

Return Value

IOrder
See Also