{% extends "base.html" %} {% block title %}Setup Wizard - QuantVAT{% endblock %} {% block description %}Welcome to QuantVAT one-time setup wizard. Configure your API keys and VTMR URL to unlock the full potential of the latest version of this toolkit.{% endblock %} {% block og_title %}Setup Wizard - QuantVAT{% endblock %} {% block og_description %}Welcome to QuantVAT one-time setup wizard. Configure your API keys and VTMR URL to unlock the full potential of the latest version of this toolkit.{% endblock %} {% block keywords %}register, secure access, crypto dashboard, cryptovat, trading tools{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ '✅' if category == 'success' else '⚠️' }} {{ message }}
{% endfor %} {% endif %} {% endwith %} {% if success %}
✅ {{ success }}
{% endif %}

⚙️ Setup Wizard

Welcome to QuantVAT one-time setup wizard. Configure your API keys and VTMR URL to unlock the full potential of the latest version of this kit.

Note: All values are encrypted and stored securely in your cloud account. You can access, delete, or update them anytime.

API Keys Setup

CoinAlyze Setup

📋 Instructions:
  1. Visit GitHub and copy the VTMR code.
  2. Log in to CoinAlyze.net.
  3. Create Custom Metrics → Name: VTMR.
  4. Select Columns: Market Cap, Vol 24H, OI Change % 24H, Predicted Funding Rate (OI Weighted), VTMR.
  5. Sort the table by VTMR (highest first).
  6. Copy the entire browser URL and paste above.
QUIT
{% endblock %}