{% if error_message %}
{{ error_message }}
{% else %}

Current Status ({{ symbol }})

Current Price: {{ current_price_display }}

Fear & Greed Index: {{ current_fng_value or 'N/A' }}

Current Rates

{{ error_message }}
{% else %}

Current Status ({{ symbol }})

Current Price: {{ current_price_display }}

Fear & Greed Index: {{ current_fng_value or 'N/A' }}

Current Rates

AI Predicted Rates

AI Predicted Rates

Price Predictions

Next 1 Hour: {{ predicted_price_1h_display }} ({{ percentage_change_1h_display }})

Next 12 Hours: {{ predicted_price_12h_display }} ({{ percentage_change_12h_display }})

Next 12 Hours: {{ predicted_price_12h_display }} ({{ percentage_change_12h_display }})

Next 24 Hours: {{ predicted_price_24h_display }} ({{ percentage_change_24h_display }})

Next 24 Hours: {{ predicted_price_24h_display }} ({{ percentage_change_24h_display }})

Confidence: {{ data_confidence_score }}% (Based on data, sentiment, and prediction precision)

Confidence: {{ data_confidence_score }}% (Based on data, sentiment, and prediction precision)

Sources Used by AI:

    {% for source in sources %}
  • {{ source.name }} ({{ source.type }}, Reliability: {{ source.reliability }})
  • Sources Used by AI:

      {% for source in sources %}
    • {{ source.name }} ({{ source.type }}, Reliability: {{ source.reliability }})
    • {% else %}
    • No sources available.
    • {% endfor %}
    • No sources available.
    • {% endfor %}
    {% endif %}

    Last Updated: {{ last_updated }} | Processing Time: {{ processing_time }}

{% endif %}

Last Updated: {{ last_updated }} | Processing Time: {{ processing_time }}