StrategyBaseSetStop Method (Double) |
Submits a new stop order for entry orders with entry name as 'Strategy Entry' (default entry order name)
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:
SharpCharts.Base.SharpScript
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax protected IOrder[] SetStop(
double stopPrice
)
Parameters
- stopPrice
- Type: SystemDouble
Stop price
Return Value
Type:
IOrderSee Also