Enum TickRounding
- Namespace
- Balsam
- Assembly
- Balsam.Backtester.dll
Controls rounding of stop and limit order prices.
public enum TickRounding
Fields
None = 0
No automatic rounding of stop or limit prices.
Default = 1
Buy limit orders are rounded down to the nearest tick and buy stop orders are rounded up to the nearest tick. Opposite for sells.
Nearest = 2
Stop and limit orders are both rounded to the nearest tick.