Click or drag to resize

CalculationMode Enumeration

Calculates how stop and target price is calculated from entry order fill price

Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public enum CalculationMode
Members
Member nameValueDescription
Ticks0 Ticks as defined in Instrument definition
Point1 Point or absolute value
Percentage2 Percentage, e.g. 1 for 1%, 5 for 5%
See Also