{% extends "settings/_layout.html" %} {% block title %}Settings - Export{% endblock %} {% block settings_content %}

Data Export

Quick Export

{% if coin_data %}

OHLCV Export (CSV)

to
{% for item in coin_data %} {% endfor %}
coins, timeframes counting... records
{% else %}

Belum ada data OHLCV untuk di-export.

Sync data {{ item_label|lower }} terlebih dahulu di halaman Market.

{% endif %} {% if coin_data %}

Direct Download per Coin

{% for item in coin_data %} {% endfor %}
{{ item_label }} Available Timeframes
{{ item.asset.name }} ({{ item.asset.symbol|upper }})
{% for tf, count in item.timeframes.items() %} {{ tf }} ({{ count }}) {% endfor %}
{% endif %}
{% endblock %} {% block settings_scripts %} {% endblock %}