mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
fe8ff1b929
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." |
||
---|---|---|
.. | ||
exchange | ||
optimize | ||
rpc | ||
strategy | ||
testdata | ||
__init__.py | ||
conftest.py | ||
test_acl_pair.py | ||
test_analyze.py | ||
test_arguments.py | ||
test_configuration.py | ||
test_constants.py | ||
test_dataframe.py | ||
test_fiat_convert.py | ||
test_freqtradebot.py | ||
test_indicator_helpers.py | ||
test_main.py | ||
test_misc.py | ||
test_persistence.py | ||
test_state.py |