StrategyEnterLongLimit(Int32, Int32, Double) Method |
Submits a long limit order to the specified bars index, with specified quantity
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax public IOrder EnterLongLimit(
int barsIndex,
int quantity,
double limitPrice
)
Parameters
- barsIndex Int32
- Bars Index
- quantity Int32
- Order size
- limitPrice Double
- Limit price
Return Value
IOrderSee Also