StrategyBaseSetStop Method |
Name | Description | |
---|---|---|
SetStop(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
| |
SetStop(Double, CalculationMode) |
Submits a stop order for entry orders with entry name as 'Strategy Entry' (default entry name)
If stop order with the same entry order name exists, then changes the order if the stop price differs.
If called when the strategy is in Initialized state then all subsequent entry trades with the same entry name will automatically place an stop order as defined by the method
| |
SetStop(Double, String) |
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
| |
SetStop(Int32, Double) |
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
| |
SetStop(Double, CalculationMode, String) |
Submits a stop order.
If stop order with the same entry order name exits, then changes the order if the stop price differs.
If called when the strategy is in Initialized state then all subsequent entry trades with the same entry name will automatically place an stop order as defined by the method
| |
SetStop(Int32, Double, CalculationMode) |
Submits a 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.
If called when the strategy is in Initialized state then all subsequent entry trades with the same entry name will automatically place an stop order as defined by the method
| |
SetStop(Int32, Double, String) |
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
| |
SetStop(Int32, Double, CalculationMode, String) |
Submits a 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.
If called when the strategy is in Initialized state then all subsequent entry trades with the same entry name will automatically place an stop order as defined by the method
|