CalculationMode Enumeration |
Calculates how stop and target price is calculated from entry order fill price
Namespace: ArthaChitra.Model.CommonAssembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntaxpublic enum CalculationMode
Members| Member name | Value | Description |
|---|
| Ticks | 0 |
Ticks as defined in Instrument definition
|
| Point | 1 |
Point or absolute value
|
| Percentage | 2 |
Percentage, e.g. 1 for 1%, 5 for 5%
|
See Also