Enum LimitMoveOption
- Namespace
- Balsam
- Assembly
- Balsam.Backtester.dll
Determines how the strategy engine processes limit moves.
public enum LimitMoveOption
Fields
Ignore = 0
Ignore.
NoTrading = 1
No trading allowed.
TradeInOppositeDirectionOnly = 2
Allow trades in opposite direction of limit move only.