Skip to content

tiny-trade/TinyTrade

Repository files navigation

GitHub GitHub top language

The tiniest trading bot ever built

GitHub code size in bytes

Stripped way down to its core


Status

GitHub last commit (branch)

Issues Pull requests
GitHub issues GitHub pull requests
GitHub closed issues GitHub closed pull requests

Modules

  • TinyTrade: this is the core module that includes the CLI used to interact with the bot.
  • TinyTrade.Core: the core library of the bot, shared with different modules
  • TinyTrade.Live: the module responsible for live testing (foretesting) and live trading
  • TinyTrade.Indicators: module containing implementations of common technical analysis indicators
  • TinyTrade.Strategies: the module where new strategies will be defined