Skip to content
Jerry edited this page Mar 10, 2024 · 16 revisions

architecture-0 View large

Starting with version 1.1.0 the project was transformed into two parts:

  • Crypto exchanges API/WSS async wrapper with gRPC powered server exchanges-wrapper
  • This package, for free unlimited trading on crypto exchanges SPOT market (Binance, Bitfinex, Huobi, OKX, Bybit,). It is ready-to-use trading strategy that also can be used as a template for implementing your own ideas.

Strategy logic realized at executor.py and trading parameters settings in the cli_X_AAABBB.py (cli_0_BTCUSDT.py)

You can modify them for your needs. See For developers section.