| OppositePatternAction Enumeration |
How to manage opened position when opposite pattern occurred.
Namespace:
MZpack.NT8.Algo
Assembly:
MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax public enum OppositePatternAction
Members
| Member name | Value | Description |
---|
| None | 0 |
Keep current position and do nothing.
|
| Close | 1 |
Close current position.
|
| Reverse | 2 |
Close current position and open new one in opposite direction according to Entry.EntryMethod value.
EntryMethod.Market: enter position immediately by submitting market order.
EntryMethod.Limit: submit limit order.
|
See Also