{% extends "base.html" %} {% block title %}Analysis{% endblock %} {% block content %}

Analysis

Engine Status

{{ algorithms|length }} algorithms registered
{% for algo in algorithms %} {{ algo.name }} {% endfor %}

Pilih {{ item_label }} untuk Analisis

{% if watchlist %}

Watchlist

{% for item in watchlist %}
{{ item.asset_id }}

{{ item.notes or 'Klik untuk analisis lengkap' }}

{% endfor %}
{% endif %}

Semua {{ item_label }}

{% for coin in coins %} {{ coin.name }} {{ coin.symbol }} {% endfor %}
{% endblock %}