Click or drag to resize

LogLevel 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
C#
[FlagsAttribute]
public enum LogLevel
Members
  Member nameValueDescription
NONE0 No logging.
NV_PATTERN_OBC1 Log not validated pattern on each bar close. Use it to debug your strategy.
V_PATTERN8 Log pattern when validated.
ORDER16 Log orders: Submitted, Working, Filled, PartFilled, Cancelled, Rejected.
ENTRY32 Log entries of the strategy.
POSITION64 Log position state.
PROPERTIES128 Log properties with NinjaScriptProperty attribute.
ALL249 Log all.
See Also