Add note on adding new exchange with compat tests

This commit is contained in:
Matthias 2020-12-23 15:53:41 +01:00
parent 5599490aa2
commit 65d91b7cbb
1 changed files with 2 additions and 0 deletions

View File

@ -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. 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 ### Stoploss On Exchange
Check if the new exchange supports Stoploss on Exchange orders through their API. Check if the new exchange supports Stoploss on Exchange orders through their API.