Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.16 KB

Trading Bot

Features (WIP)

Note: Functionality requires setting up API keys with corresponding services.

Getting Started

This repository is divided into the following sections:

  • adhoc: Useful ad hoc scripts and experiments
  • dash: UI for visualizing trades and account balances
  • jobs: Periodically scheduled jobs
  • lib: Shared Go libraries
  • quant: Machine learning models and trading strategies
  • trader: Backend server for UI and makes periodic trades
  • traderdb: Database containing financial, ML and user info

This directory will be referred to by the TRADING_BOT_REPO environment variable.

Technologies