Running Freqtrade {{ botStore.activeBot.version }}
Running with {{ botStore.activeBot.botState.max_open_trades }}x{{ botStore.activeBot.botState.stake_amount }} {{ botStore.activeBot.botState.stake_currency }} on {{ botStore.activeBot.botState.exchange }} in {{ botStore.activeBot.botState.trading_mode || 'spot' }} markets, with Strategy {{ botStore.activeBot.botState.strategy }}.
Stoploss on exchange is {{ botStore.activeBot.botState.stoploss_on_exchange ? 'enabled' : 'disabled' }}.
Currently {{ botStore.activeBot.botState.state }}, force entry: {{ botStore.activeBot.botState.force_entry_enable }}
{{ botStore.activeBot.botState.dry_run ? 'Dry-Run' : 'Live' }}
Avg Profit {{ formatPercent(botStore.activeBot.profit.profit_all_ratio_mean) }} (∑ {{ formatPercent(botStore.activeBot.profit.profit_all_ratio_sum) }}) in {{ botStore.activeBot.profit.trade_count }} Trades, with an average duration of {{ botStore.activeBot.profit.avg_duration }}. Best pair: {{ botStore.activeBot.profit.best_pair }}.
Bot start date:
Profit factor: {{ botStore.activeBot.profit.profit_factor.toFixed(2) }} Trading volume: {{ formatPriceCurrency( botStore.activeBot.profit.trading_volume, botStore.activeBot.botState.stake_currency, botStore.activeBot.botState.stake_currency_decimals ?? 3, ) }}