diff --git a/src/frontend/src/routes/bot/[id]/backtest/+page.svelte b/src/frontend/src/routes/bot/[id]/backtest/+page.svelte
index 5a99185..776d4b8 100644
--- a/src/frontend/src/routes/bot/[id]/backtest/+page.svelte
+++ b/src/frontend/src/routes/bot/[id]/backtest/+page.svelte
@@ -271,6 +271,17 @@
{backtest.result.max_drawdown.toFixed(2)}%
+
+
+ Token: {backtest.config.token || 'Unknown'}
+
+
+ TF: {backtest.config.timeframe || '1h'}
+
+
+ Period: {backtest.config.start_date} to {backtest.config.end_date}
+
+
{#if backtest.result.trades && backtest.result.trades.length > 0}