Enum DefaultQuantity
- Namespace
- Balsam.MoneyManagement
- Assembly
- Balsam.Backtester.dll
Controls what trade size is presented to the user in position sizing overrides.
public enum DefaultQuantity
Fields
Zero = 0
Initial trade size is set to zero. Unless the user sets a new size, the trade will be rejected.
Original = 1
The original quantity as contained in the Datastore.
Calculated = 2
For multiplier trades only, a trade size will be calculated based on the multiplier value and the current position size.