Indicates whether a profit target or stop loss is expressed as a fixed price or a percentage gain or loss.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public enum TargetPriceType |
| Visual Basic (Declaration) |
|---|
Public Enumeration TargetPriceType |
| Visual C++ |
|---|
public enum class TargetPriceType |
Members
| Member name | Description | |
|---|---|---|
| None |
The profit target or stop loss is not enabled.
| |
| AbsolutePrice |
The profit target or stop loss is specified as a fixed price.
| |
| RelativeRatio |
The profit target or stop loss is specified as a percentage gain or loss.
| |
| RelativePrice | ||
| RelativeTicks |