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 | ||
tests | ||
vendor | ||
__init__.py | ||
analyze.py | ||
arguments.py | ||
configuration.py | ||
constants.py | ||
fiat_convert.py | ||
freqtradebot.py | ||
indicator_helpers.py | ||
main.py | ||
misc.py | ||
persistence.py | ||
state.py |