{% extends "base.html" %} {% block title %}Timeline - History{% endblock %} {% block content %}

Prediction History

Riwayat antrian prediksi dan akurasi

← Back to Queue
{% if recent_queues %}
{% for q in recent_queues %} {% endfor %}
Date {{ item_label }} Entries Total Profit Total Fees Actions
{{ q.prediction_date }} {{ q.asset_id }} {{ q.entries }} {% if q.total_profit %}Rp {{ q.total_profit|idr }}{% else %}-{% endif %} {% if q.total_fees %}Rp {{ q.total_fees|idr }}{% else %}-{% endif %} View JSON
{% else %}

Belum ada riwayat prediksi

Generate dan save timeline terlebih dahulu

Go to Timeline
{% endif %}
{% endblock %}