1.3.3 • Published 6 months ago

@debut/plugin-debug v1.3.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

@debut/plugin-debug

Debut plugin, for displaying debug information while the node process is running (when the Debut-based application is running).

Installation

npm install @debut/plugin-debug --save

Usage

Use your process manager to send the SIGUSR1 command to the application process.

Or linux command:

kill -USR1 $ pid

Example of console output

------ DEBUG MYSTRATEGY - NEARUSDT -------


------ STATS -------

{
  startBalance: 500,
  balance: 720.72,
  maxBalance: 775.63,
  minBalance: 500,
  maxMarginUsage: 500,
  profit: 220.72,
  long: 11,
  longRight: 6,
  short: 6,
  shortRight: 4,
  absoluteDD: 1.63,
  relativeDD: 7.08,
  maxWin: 22.6,
  maxLoose: -7.76,
  profitProb: 0.59,
  looseProb: 0.41,
  avgProfit: 31.39,
  avgLoose: 13.31,
  expectation: 12.98,
  failLine: 3,
  rightLine: 5,
  avgFailLine: 1.33,
  avgRightLine: 3.33,
  ticksHandled: 48714,
  candlesHandled: 2000
}

------ CURRENT ORDER -------

[]

------ LAST TICK -------

{
  o: 3.2529,
  h: 3.2529,
  l: 3.211,
  c: 3.2445,
  v: 41676.93,
  time: 1622145600000
}

------ DEBUG END -------
1.3.3

6 months ago

1.3.2

1 year ago

1.3.0

2 years ago

1.2.0

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.1

2 years ago

1.3.0-beta.1

2 years ago

1.3.0-beta.2

2 years ago

1.3.0-beta.0

2 years ago

1.1.1-esm.0

2 years ago

1.1.0

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago