stable/freqtrade
Gerald Lonlas de3586d57f Move fiat_converter.convert_amount logic at the end of create_trade()
It is more important to save the trade in the DB than failing
because of the currency convertion. We do not know if
Pymarketcap() will not fail one day. Make sure the trade is saved before.
2018-01-21 14:40:31 -08:00
..
exchange Merge pull request #391 from jblestang/support_multiple_ticker 2018-01-20 11:02:42 -08:00
optimize Remove optimize.load_data() that is called twice 2018-01-20 15:35:13 -08:00
rpc Add number of trades in /daily command 2018-01-19 22:14:31 -08:00
tests Speed up unit test test_fiat_convert_add_pair 2018-01-21 14:06:33 -08:00
vendor add missing import 2017-11-20 22:26:32 +01:00
__init__.py Update freqtrade version 2018-01-12 22:56:39 -08:00
analyze.py Fixing the 'BV' key being missing for USDT 2018-01-21 15:02:41 +01:00
fiat_convert.py Change CryptoToFiatConverter._is_supported_fiat to Static method 2018-01-21 13:58:38 -08:00
main.py Move fiat_converter.convert_amount logic at the end of create_trade() 2018-01-21 14:40:31 -08:00
misc.py Merge branch 'develop' into support_multiple_ticker 2018-01-20 19:25:47 +01:00
persistence.py sort imports 2018-01-11 07:08:56 +02:00