Welcome to Traderion's documentation!ΒΆ

Starting kits

  • Download 1.0 version
  • Changelog:
    • Added examples directory
    • Added ema_bot in examples directory
    • Added clients_bot in examples directory
  • Download 2.0 version
  • Changelog:
    • Added strategies module in traderion package
    • Available strategies: Clients, Cover, BatchCover
    • You can now create your own strategy by inheriting from Base strategy
    • Added composite_bot in examples directory. This bot showcases the usage of strategies
  • Download 3.0 version
  • Changelog:
    • Added Technical Analysis base class
    • Added new strategies: RSI, MACD, EMA
    • Composite bot now uses both Technical Analysis and Base strategies
  • Download 4.0 version
  • Changelog:
    • Added Dark Pool support
    • Added blotter component with trades history
    • Added several types of orders: Iceberg, Iceberg Plus, Immediate or Cancel, Fill or Kill