StrategyBarsSinceTrade(Int32, IOrder) Method |
Returns the number of bars that have elapsed since the order entry
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax protected int BarsSinceTrade(
int barsIndex,
IOrder order
)
Parameters
- barsIndex Int32
- Bars index
- order IOrder
- Order
Return Value
Int32See Also