{% extends "base.html" %} {% block title %}Signals{% endblock %} {% block content %}
| Time | {{ item_label }} | Signal | Score | Confidence | Strategy | Safety | Entry | SL | TP1 | Status |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ s.created_at|wib_short }} | {{ s.asset_id }} | {{ s.signal_type }} | {{ s.score|num1 }} | {{ s.confidence }} | {{ s.recommended_strategy or '-' }} | {{ s.entry_price|price if s.entry_price else '-' }} | {{ s.stop_loss|price if s.stop_loss else '-' }} | {{ s.take_profit_1|price if s.take_profit_1 else '-' }} | {{ s.status }} |
Belum ada sinyal tersimpan. Generate sinyal baru di atas.
{% endif %}