Click or drag to resize

StrategyBaseSetStop Method (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

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected IOrder[] SetStop(
	double price,
	CalculationMode calculationMode
)

Parameters

price
Type: SystemDouble
Value of the stop price as calculated from entry order fill price based on the Calculation Mode
calculationMode
Type: SharpCharts.Base.OrderCalculationMode
Calculation Mode

Return Value

Type: IOrder
See Also