freqtrade_origin/freqtrade/optimize
Gerald Lonlas fe8ff1b929 Fix stake_currency return by Hyperopt
Hyperopt had BTC hard coded in the result. This commit  will display
the real stake_currency used.

If you used `"stake_currency": "USDT",` in your config file.
Before this commit you saw a message like:
"2 trades. Avg profit  0.13%. Total profit  0.00002651 BTC (0.0027Σ%). Avg duration 142.5 mins."

Now with the commit, we fix the wrong BTC currency:
"2 trades. Avg profit  0.13%. Total profit  0.00002651 USDT (0.0027Σ%). Avg duration 142.5 mins."
2018-06-02 14:07:31 -07:00
..
__init__.py Backtesting: Add the Interval required when data is missing 2018-06-02 13:55:05 -07:00
backtesting.py Make backtesting report markdown shareable 2018-06-02 19:52:16 +02:00
hyperopt.py Fix stake_currency return by Hyperopt 2018-06-02 14:07:31 -07:00