Running Freqtrade {{ version }}
Running with {{ botState.max_open_trades }}x{{ botState.stake_amount }} {{ botState.stake_currency }} on {{ botState.exchange }} in {{ botState.trading_mode || 'spot' }} markets, with Strategy {{ botState.strategy }}
Currently {{ botState.state }}, force entry: {{ botState.force_entry_enable || botState.forcebuy_enabled }}
{{ botState.dry_run ? 'Dry-Run' : 'Live' }}
Avg Profit {{ formatPercent(profit.profit_all_ratio_mean) }} (∑ {{ formatPercent(profit.profit_all_ratio_sum) }}) in {{ profit.trade_count }} Trades, with an average duration of {{ profit.avg_duration }}. Best pair: {{ profit.best_pair }}.
First trade opened:
Last trade opened: