Avg Profit {{ profit.profit_all_coin.toFixed(2) }}% in {{ profit.trade_count }} Trades, with an average duration of {{ profit.avg_duration }}. Best pair: {{ profit.best_pair }}.
Running with {{ botState.max_open_trades }}x{{ botState.stake_amount }} {{ botState.stake_currency }} on {{ botState.exchange }} , with Strategy{{ botState.strategy }}
Currently {{ botState.state }}, forcebuy: {{ botState.forcebuy_enabled }}
{{ botState.dry_run ? 'Dry-Run' : 'Live' }}
Whitelist: {{ whitelist }}
Blacklist: {{ blacklist }}