Skip to content

Commit

Permalink
Add note on adding new exchange with compat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Dec 23, 2020
1 parent 5599490 commit 65d91b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ The `IProtection` parent class provides a helper method for this in `calculate_l

Most exchanges supported by CCXT should work out of the box.

To quickly test the public endpoints of an exchange, add a configuration for your exchange to `test_ccxt_compat.py` and run these tests with `pytest --longrun`.

### Stoploss On Exchange

Check if the new exchange supports Stoploss on Exchange orders through their API.
Expand Down

0 comments on commit 65d91b7

Please sign in to comment.