stable/freqtrade/tests/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
..
test_backtesting.py Fix test 2018-06-02 20:06:29 +02:00
test_hyperopt_config.py Move hyperopt_conf.py into user_data/ 2018-01-22 20:51:39 -08:00
test_hyperopt.py Fix stake_currency return by Hyperopt 2018-06-02 14:07:31 -07:00
test_optimize.py Backtesting: Add the Interval required when data is missing 2018-06-02 13:55:05 -07:00