- Added public enum CancelLimitOrderType { None, Ticks, Bars, Milliseconds }
- Entry class has extended:
– Added CancelLimitOrderType property – Cancel or not Limit order after the value CancelLimitOrderValue of this type has reached.
– Added CancelLimitOrderValue property – The threshold value of type CancelLimitOrderType to cancel Limit order.
– Added LimitEntryPriceChase property – Move or not pending Limit order tick by tick as price moves away until Limit order is filled or canceled. - Fix. Zero prices in the log at begin of trailing an entry