molcik / crypto-algo-trading

Algo-Trading for Cryptocurrency with Node.js

Home Page:https://filipmolcik.com/algo-trading-cryptocurrency/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto Algo Trading

This project aims to provide control for automated trading on multiple platforms. More information in doc.

Roadmap

Done

  • research (backtesting)
  • strategies
  • client (Coinbase)
  • runner (automation)

In Progress

  • web interface (controls)

To Do

  • analytics, reports, logging
  • another clients (Binance, ...)

Usage

Install

Install project dependencies

npm install

Rename .env.example to .env and update it with your keys

Run

To run the backtest

npm run backtest

To run the orders execution based on your strategy

npm run runner

To run the web interface (in progress)

npm start

About

Algo-Trading for Cryptocurrency with Node.js

https://filipmolcik.com/algo-trading-cryptocurrency/


Languages

Language:JavaScript 96.6%Language:HTML 1.8%Language:CSS 1.6%