StrategySetStop(Int32, Double) Method |
Submits a new stop order for the specified bars index. If stop order with the same entry order name exits, then changes the order if the stop price differs
This method will be ignored if set when the Strategy is in Initialized state
Namespace: ArthaChitra.Model.SharpScriptAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax protected IOrder[] SetStop(
int barsIndex,
double stopPrice
)
Parameters
- barsIndex Int32
- Bars index
- stopPrice Double
- Stop price
Return Value
IOrderSee Also