Specifies how position size should be determined (if not specified otherwise).
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public enum PositionAllocationType |
| Visual Basic (Declaration) |
|---|
Public Enumeration PositionAllocationType |
| Visual C++ |
|---|
public enum class PositionAllocationType |
Members
| Member name | Description | |
|---|---|---|
| Percentage |
Positions should be sized according to a percentage of the total account value.
| |
| FixedValue |
Positions should be sized based on a fixed position value.
| |
| FixedSize |
Positions should be sized based on a fixed number of shares or contracts.
|