Skip to content
Jerry edited this page Nov 2, 2023 · 16 revisions

View larger image

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.
  • If you have Python strategy modules developed for multi-exchange terminal margin.de, you can use it as executable module as is

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.