Sets the profit target for this position, specified as a percentage gain.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public void SetProfitTargetRatio( double profitTargetPercent ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetProfitTargetRatio ( _ profitTargetPercent As Double _ ) |
| Visual C++ |
|---|
public: void SetProfitTargetRatio( double profitTargetPercent ) |
Parameters
- profitTargetPercent
- Type: System..::.Double
The new profit target percentage.