sr-fuentes / el-dorado

Live and Historical Price Data Feeds with Calculated Metrics for Cryptocurrency Exchanges
0 stars 3 forks source link

El Dorado

The goal of this repository is to create:

  1. A live price feed with key metrics for cryptocurrency exchanges based on a trailing 90 day data window for use with a trading engine.
  2. A historical repository for trade prices and metrics for use with developing and backtesting trading strategies.

Pre-requisites

Setup and Install

Usage

This will subscribe to the LDO-USD (default example) websocket stream and begin syncing the trades from 90 days prior to the first trade of the stream. Once the trades are synced they will be aggregated into 15 minute buckets and inserted into the database. At each new interval of 15 minutes the new candle will be aggregated and saved based on the trades captured from the websocket stream.

Acknowledgements and Forks