{error
? "Public performance data is temporarily unavailable."
: featured?.disclaimer || "Based on the prior 3-year backtest window. Past performance does not guarantee future results."}
{!error && featured?.live_calibration_note ? (
{featured.live_calibration_note}
) : null}
);
}
function Process({ r }) {
const steps = [
{ n: "01", k: "We research and validate", d: "Strategies are developed through our proprietary research process, then promoted only after they pass live validation." },
{ n: "02", k: "You connect your exchange", d: "Link a supported exchange or broker account." },
{ n: "03", k: "You choose the approved risk profile", d: "Select the approved risk profile that fits you, then launch the model on your own account." },
{ n: "04", k: "The software trades for you", d: "The software runs on your broker or exchange. We license the system; we do not handle your money." },
];
const cols = r.isMobile ? 1 : (r.isTablet ? 2 : 4);
return (
{steps.map((step, index) => (
{step.n} / 04
{step.k}
{step.d}
))}
);
}
function Pricing({ onApply, r }) {
const plans = [
{
name: "Access License",
price: "$4,999",
suffix: "upfront",
note: "$499/mo · up to $100k allocated capital",
},
{
name: "Lifetime License",
price: "$20,000",
suffix: "one-time",
note: "No monthly dues · up to $250k allocated capital",
},
{
name: "Lifetime License Unlimited",
price: "$20,000",
suffix: "+ $999/mo",
note: "No allocated-capital limit",
},
];
return (
{plans.map((plan) => (
{plan.name}
{plan.price}USD
{plan.suffix}
{plan.note}
))}
No performance fee. Client funds remain with their broker or exchange.
);
}
function FAQSection({ r }) {
return (
);
}
function FinalCTA({ onApply, r }) {
return (
APPLICATIONS OPEN
If the numbers earn your attention, apply.
We review applications personally. Reach us at access@theapexalgo.com.