StrategyEnterLong(Int32, Int32) Method | 
            Enters a long position for the specified bars index and with specified quantity.
            
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic IOrder EnterLong(
	int barsIndex,
	int quantity
)
Parameters
- barsIndex  Int32
 - Bars index
 - quantity  Int32
 - Order size
 
Return Value
IOrder
See Also