Sets the stop loss for this position, specified as a percentage loss.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public void SetStopLossRatio(
	double stopLossPercent
)
Visual Basic (Declaration)
Public Sub SetStopLossRatio ( _
	stopLossPercent As Double _
)
Visual C++
public:
void SetStopLossRatio(
	double stopLossPercent
)

Parameters

stopLossPercent
Type: System..::.Double
The new stop loss percentage.

See Also