StrategySetStop(Double, String) Method |
Submits a new stop order. 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(
double stopPrice,
string entryOrderName
)
Parameters
- stopPrice Double
- Stop price
- entryOrderName String
- Entry order name
Return Value
IOrderSee Also