Indicates whether a profit target or stop loss is expressed as a fixed price or a percentage gain or loss.

Namespace:  RightEdge.Common
Assembly:  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 nameDescription
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

See Also