/* global React, AURA_DATA, Icon, Spark */ const D5 = window.AURA_DATA; const { useMemo } = React; function Landing({ onSignIn, onGetStarted, theme, onToggleTheme }) { const equitySpark = useMemo(() => D5.generateSpark([], 60), []); const SunI = ; const MoonI = ; return (
AURA AURA
{onToggleTheme && ( )}
● 100% FREE FOREVER XAUUSD ONLY · M15 24/5 TRADING

Algorithmic gold trading,
without the toll booth.

AURA is a scalping bot specialized in XAUUSD (spot gold). EMA 8/21 crossover on M15 with ATR-scaled sizing — 24 hours a day, 5 days a week, straight into your own OctaFX account. No subscriptions. No commissions.

{[{ v: "OctaFX", l: "Only broker" }, { v: "M15", l: "Timeframe" }, { v: "EMA 8/21", l: "Strategy" }, { v: "24/5", l: "Mon–Fri" }].map((s) => (
{s.v}
{s.l}
))}
AURA · LIVE · XAUUSD
BOT ACTIVE
Strategy · EMA 8/21 M15
XAUUSD
EMA crossover · ATR-scaled sizing · Spread gate
{[ { k: "Strategy", v: "EMA 8/21 Crossover" }, { k: "Timeframe", v: "M15" }, { k: "Risk / trade", v: "0.5% default" }, { k: "Circuit breaker", v: "4 losses OR 3% DD" }, ].map((r) => (
{r.k}{r.v}
))}
● OctaFX-Demo / OctaFX-Real
{Icon.alert} Risk Disclosure: Forex trading involves substantial risk and is not suitable for all investors. You may lose more than your initial deposit. AURA provides software only — not financial advice. Past performance does not guarantee future results.
); } window.Landing = Landing;