Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 620 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 620 Bytes

argentum_go

A simple technical analisys tool implementation

  • Project
    • v1 ✅
      • Fetch Trades from Exchanges (Kraken/Binance) ✅
      • Map trade data into a unifed trade model ✅
      • use the Trade model to create Candlestick models ✅
      • allow the user to specifiy the candle interval (strating from 1 minute) ✅
    • v2
      • web app to render candlestick chart using chartJS
      • allow live updates via websocket or server sent event (SSE)
    • v3
      • (extra) store data into a DB or a Redis Cache (v3 maybe)
      • (extra) allow websocket connection to keep fetching/consuming new trades (v4 maybe)