stable/freqtrade
Gerald Lonlas 28b1ecb109 Convert CryptoToFiatConverter into a Singleton
Result in a speed up of the unittest from 60s to 4s

Because it cost time to load Pymarketcap() every time we create
a CryptoToFiatConverter, it worth it to change it into a
Singleton.
2018-01-21 16:41:59 -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 Convert CryptoToFiatConverter into a Singleton 2018-01-21 16:41:59 -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 Convert CryptoToFiatConverter into a Singleton 2018-01-21 16:41:59 -08:00
main.py Fix the issue get_signal() missing 1 required positional argument: Interval 2018-01-20 15:05:01 -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