/// <summary>Debugging Output</summary> private void Dump() { if (!Debugger.IsAttached) { return; } Debugging.Dump(Instrument, range_: new Range(-100, 1), high_res: 0, emas: new[] { 200, 55 }); Debugging.Dump(new SnR(Instrument, -100, 0)); if (Position != null) { Debugging.LogTrade(Position); } }