Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1017 Bytes

README.md

File metadata and controls

50 lines (29 loc) · 1017 Bytes

Grademark first example

A first example of a trading strategy backtested using Grademark.

Click here to see this code as a notebook

Click here to support my work

Try it out

You need Node.js installed to run this.

Clone or download the repo.

Change to repo's directory and install dependencies:

cd grademark-first-example
npm install

Now run it:

node index.js

Or

npm start

You will see some stats printed to the console.

Inspect the output sub-directory for charts.

Examples of output

Here's a screenshot of the analysis:

Analysis of trades screenshot

Here's one of the charts that visualizes the equity curve:

Equity curve

Here's another chart, this is a visualization of the drawdown:

Drawdown