stable/freqtrade/exchange
Matthias cf9331919f move exchange-specific order-parsing to exchange class
Related to stoploss_on_exchange in combination with trailing stoploss.

Binance contains stopPrice in the info, while kraken returns the same
value as "price".
2020-01-19 19:54:30 +01:00
..
__init__.py Add fix for bibox exchange 2019-11-13 19:50:54 +03:00
bibox.py Reimplement adjustment of ccxt 'has' with more generic ccxt_config class attribute 2019-11-13 20:22:23 +03:00
binance.py move exchange-specific order-parsing to exchange class 2020-01-19 19:54:30 +01:00
common.py Adjust improts to new exception location 2019-12-30 15:02:17 +01:00
exchange.py move exchange-specific order-parsing to exchange class 2020-01-19 19:54:30 +01:00
kraken.py move exchange-specific order-parsing to exchange class 2020-01-19 19:54:30 +01:00