Running Freqtrade {{ version }}
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 }}.
First trade opened:
{{ formatTimestamp(profit.first_trade_timestamp) }}
Last trade opened:
{{ formatTimestamp(profit.latest_trade_timestamp) }}
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' }}