stoqey / nitrogen

NodeJS Notebook for building algo trading strategies 💦

Home Page:https://stoqey-notebook.cloudaxe.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nitrogen

Notebook for building algo trading strategies.

There are very few javascript notebooks for creating algorithmic trading strategies.

With a simple server-side rendered app, you can run the algo code on the server-side then send the processed data to the client for visualization and analysis.

Features

Nitrogen molecules

Done? Molecules
Backtesting
Market data integration
Data visualization
⬜️ Live trading
⬜️ Cloud editor

Brokers / Market data

  • Interactive brokers
  • Finnhub
  • Binance
  • insert your favourite broker ....

Installation & usage

Install

-> git clone nitrogen
-> cd path/to/nitrogen
-> yarn  

Start

-> yarn dev

Challenges

  • Plotting a lot of data on the client slows down algo execution
    --> Plot big data on server-side, save results in image then share image with client
    
  • Cleaner charts for server-side
    -->
    

Stoqey Inc, Nitrogen

About

NodeJS Notebook for building algo trading strategies 💦

https://stoqey-notebook.cloudaxe.co/


Languages

Language:TypeScript 100.0%