{# ── Convenience aliases ── #} {% set brand = landing.landing_brand %} {% set hero = landing.landing_hero %} {% set stats = landing.landing_stats %} {% set feats = landing.landing_features %} {% set howto = landing.landing_howto %} {% set faqs = landing.landing_faq %} {% set cta = landing.landing_cta %} {% set ftr = landing.landing_footer %} {# ── Macro: replace {total_features} placeholder ── #} {% macro tf(text) %}{{ text | replace('{total_features}', total_features|string) }}{% endmacro %} {# ── Macro: feature icon SVG ── #} {% macro icon_svg(name, cls) %} {% if name == 'search' %} {% elif name == 'wallet' %} {% elif name == 'sparkles' %} {% elif name == 'bell' %} {% elif name == 'chart' %} {% elif name == 'globe' %} {% elif name == 'shield' %} {% elif name == 'bolt' %} {% elif name == 'cpu' %} {% elif name == 'puzzle' %} {% else %} {% endif %} {% endmacro %}
{{ tf(hero.badge) }}

{{ hero.headline_1 }}
{{ hero.headline_2 }}

{{ hero.subheadline }}

investasi.kamu.co.id/tools
BTC/IDR
Rp 1.642.500.000
+2.45%
ETH/IDR
Rp 52.800.000
+1.82%
BBCA.JK
Rp 9.825
-0.51%
AI Score
87/100
Bullish
{% for st in stats %}
{{ tf(st.value) }}
{{ st.label }}
{% endfor %}
Fitur Unggulan

Semua yang Kamu Butuhkan

Dari screener sederhana hingga analisis AI tingkat lanjut — platform kami menyediakan tools lengkap untuk setiap gaya trading.

{% for f in feats %}
{{ icon_svg(f.icon, 'w-6 h-6 text-' + f.color + '-400') }}

{{ f.title }}

{{ f.desc }}

{% endfor %}

{{ total_features }}+ Tools dalam 5 Kategori

Setiap kategori dirancang untuk aspek berbeda dari analisis trading

{% set categories = [ ('Screener', category_counts.get('screener', 0), 'sky', 'Temukan peluang trading'), ('Analytics', category_counts.get('analytics', 0), 'emerald', 'Analisis mendalam'), ('Insights', category_counts.get('insights', 0), 'violet', 'Wawasan pasar'), ('Tools', category_counts.get('tools', 0), 'amber', 'Utilitas trading'), ('Advanced', category_counts.get('advanced', 0), 'rose', 'Teknik lanjutan') ] %} {% for name, count, color, desc in categories %}
{{ count }}
{{ name }}
{{ desc }}
{% endfor %}
Harga

Pilih Plan yang Sesuai

Mulai gratis, upgrade kapan saja. Semua plan termasuk akses ke dashboard, portfolio tracker, dan watchlist.

Free
Rp 0 /selamanya

Mulai eksplorasi dengan tools dasar gratis.

{{ tier_counts.get('free', 4) }} tools dasar
Dashboard & Watchlist
Portfolio Tracker
Leaderboard & Heatmap
Daftar Gratis
{% for p in pricing %}
{% if p.tier == 'pro' %}
POPULER
{% endif %}
{{ p.label }}

{{ p.description }}

{{ tier_counts.get(p.tier, 0) }}+ tools
Semua fitur Free
{% if p.tier == 'starter' %}
Screener & Analytics dasar
DCA Optimizer & Correlation
{% elif p.tier == 'pro' %}
Telegram Alerts & Price Alerts
Signal Orchestrator & Optimizer
Custom Dashboard & Export
{% elif p.tier == 'ultimate' %}
Harmonic Patterns & Ichimoku
Wyckoff & Elliott Wave
SEMUA {{ total_features }}+ fitur tanpa batas
{% endif %}
Mulai Sekarang
{% endfor %}

Pembayaran via transfer bank / QRIS • Upgrade atau downgrade kapan saja

Cara Kerja

Mulai dalam {{ howto|length }} Langkah

{% for step in howto %}
{{ step.step }}

{{ step.title }}

{{ step.desc }}

{% endfor %}
FAQ

Pertanyaan Umum

{% for faq in faqs %}
{{ faq.a }}
{% endfor %}

{{ cta.headline }}

{{ tf(cta.subheadline) }}