Stripped way down to its core
Issues | Pull requests |
---|---|
- 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