Admin authentication
Enter the admin password to proceed with strategy deletion.
Delete strategy?
This will remove {{ deleteConfirm }} from NATS and delete the Kubernetes CronJob. The action cannot be undone.
{{ selectedStrategy.strategy_name }}
{{ selectedStrategy.description || buildDescription(selectedStrategy) }}
{{ formatPercent(selectedStrategy.validation_summary.cumulative_return_pct) }}
Validation cumulative return
Open State
{{ selectedStrategy.position_state.is_open ? 'Open' : 'Flat' }}
{{ selectedStrategy.ticker }} · {{ minutesFromStep(selectedStrategy.step_seconds) }}m bars
Validation Win Rate
{{ formatPercent(selectedStrategy.validation_summary.win_rate * 100) }}
{{ selectedStrategy.validation_summary.trades }} trades
Train Return
{{ formatPercent(selectedStrategy.train_summary.cumulative_return_pct) }}
{{ formatPercent(selectedStrategy.train_summary.win_rate * 100) }} win rate
Current Position
{{ selectedStrategy.position_state.is_open ? formatPercent(selectedStrategy.position_state.unrealized_return_pct || 0) : 'None' }}
{{ selectedStrategy.position_state.bars_held }} bars held
No open trade right now
Entry Rule
{{ selectedStrategy.entry_direction }} {{ formatNumber(selectedStrategy.entry_threshold) }}
{{ selectedStrategy.metric }}
Take Profit / Hold
{{ selectedStrategy.take_profit != null ? formatPercent(selectedStrategy.take_profit * 100) : 'n/a' }}
{{ selectedStrategy.max_hold_days != null ? selectedStrategy.max_hold_days.toFixed(2) + ' days max hold' : 'n/a' }}
Strategy Details
Subject{{ selectedStrategy.subject }}
Generated{{ formatDate(selectedStrategy.generated_at) }}
Metric Diff Days{{ selectedStrategy.metric_diff_days ?? 'n/a' }}
Validation Window{{ selectedDetail?.validation_window.start }} → {{ selectedDetail?.validation_window.end }}
Open Entry Time{{ selectedStrategy.position_state.entry_time ? formatDate(selectedStrategy.position_state.entry_time) : 'n/a' }}
Take Profit Price{{ selectedStrategy.position_state.take_profit_price ? formatNumber(selectedStrategy.position_state.take_profit_price) : 'n/a' }}
Validation Trades
| Entry | Exit | Entry Px | Exit Px | Bars | Reason | Return |
|---|---|---|---|---|---|---|
| {{ formatDate(trade.entry_time) }} | {{ formatDate(trade.exit_time) }} | {{ formatNumber(trade.entry_price) }} | {{ formatNumber(trade.exit_price) }} | {{ trade.bars_held }} | {{ trade.exit_reason }} | {{ formatPercent(trade.return_pct) }} |
No strategy selected.