Skip to content
Jerry edited this page Jun 8, 2023 · 16 revisions

Use Open Image in New Tab for 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, a ready-to-use trading strategy that also can be used as a template for implementing your own ideas.

The system has two modes:

  • STANDALONE, for free unlimited trading on crypto exchanges SPOT market.
  • python_strategy modules can be used as plug-in trading strategy for multi-exchange terminal margin.de, now you can try its free unlimited trading capabilities.

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.