Welcome to Traderion's documentation!
- Getting Started
- Trading Bot
- API Client
- Download version 1.0
- Version 1.0: requires Python3.5
- Download version 2.0
- Version 2.0: requires Python3.5
- Download version 3.0
- Version 3.0 introduces a set of strategies that can be incorporated into the bot's behavior. Python 3.8 is needed.
- The orderbook history can be accessed using bot.api.request_orderbook_history(swift_id)
- The trades history can be accessed using bot.api.get_deals()
- Additional support was included for several order types: ioc, foc, plus, general market order, dark pool.
- Video tutorial