AD Prime Capital
Closed beta · Early access

An AI that builds strategies.
A toolkit nobody else offers.

AD Prime Capital is the only platform that combines an AI strategy engine (genetic search over 397 features), trailing SL/TP that no exchange offers natively, chart-based order placement, 8+ news sources, and a community marketplace where strategies evolve. One subscription, the full stack.

No spam — one email at launch and you can opt out anytime.

Genetic AI engineDynamic SL/TP · 7 algorithmsYour API keys, your funds
app.adprimecapital.com/overview
AD Prime Capital — Overview dashboard
Binance Spot (USDT pairs · BUY-only)Binance Futures (USDT-M perpetual)cTrader (IC Markets · Forex / CFD)Multi-wallet, multi-line architecture397 technical features in the catalogRead+trade API permissions only — never withdrawalWindows + Android companion apps

Why we built this

Three things kill most retail traders.

We built AD Prime Capital so none of them gets to you.

Decision fatigue

EMA says go. RSI says wait. Volume disagrees. After a few hours you stop trusting any of it — and your worst trades happen when you are tired.

Backtesting is painful

Coding a strategy in Python, fetching the right data, running an honest out-of-sample test, comparing variants — most traders never get there because the tooling is brutal.

24/7 monitoring is impossible

Crypto never sleeps. Even with the best setup, manually watching SL/TP across multiple pairs across multiple sessions is unsustainable. And exchanges don't trail your stop for you.

AD Prime Capital is built for this. An AI engine designs your strategy. A bot runs it 24/7. SL/TP trails the market for you. You command, the machine executes.

AI engine

The AI here is not a chatbot. It's the engine that builds your strategy.

Strategy Cooker mutates features, scores variants on real history, and surfaces the survivors. You don't write code, you don't tune parameters by hand — the engine does the search, you pick what passes.

AD Prime Capital
Strategy Cooker — genetic search engine

Strategy Cooker · the AI core

A genetic search engine that generates, scores, and ranks strategies — automatically.

You set a pair, a date range, a target win-rate, and a time budget. The engine mutates feature bounds across hundreds of variants, simulates each one on real OHLCV history with an honest IS/OOS split, and ranks the survivors by a fitness function that explicitly penalizes overfit. The result is a deploy-ready strategy, not a backtest report you need to interpret.

0

features in the search space

0+

variants per cooking run

0/30

IS/OOS split, enforced

0

trailing strategies for the exit

The Cooker also boolean-filters features by fire-rate before search starts, biases the seed population toward boolean-heavy candidates, and supports regime-conditional cooking (bullish / bearish / stable). Every result is reproducible.

The loop

From idea to live bot in 6 deterministic steps.

Nothing magic. Every step is observable. Every decision is yours.

  1. Step 1

    Label your setups on the chart, or describe what you want — pair, timeframe, market regime.

  2. Step 2

    The engine identifies which features discriminate your setups vs random candles.

  3. Step 3

    Strategy Cooker mutates feature bounds across hundreds of variants — genetic search.

  4. Step 4

    Each variant is simulated on real history with an IS/OOS split. Overfit is penalized in the fitness.

  5. Step 5

    Survivors are ranked, displayed side by side. You inspect, audit, compare.

  6. Step 6

    Upload the strategy to your VPS in one click — the bot trades on its next valid signal.

Optional: A Custom GPT assistant is available if you prefer to describe strategies in plain language. The output is just an input to Strategy Cooker — the AI engine itself stays the same.

AD Prime Capital
AI engine — labeler view

Backtest Studio · labeler view inside the studio

The engine accelerates research. It does not predict the market. Past performance — in backtest or live — does not guarantee future results.

What no one else offers

Four things you won't find anywhere else.

Most platforms stop at "connect your API key and place an order." AD Prime Capital is the only stack that bundles these four capabilities together.

Spot a competitor that bundles all four? We'd love to see the link. Until then, this is the only place.

Two surfaces, one workflow

A studio to design. A console to deploy.

Backtest Studio runs locally on Windows for raw speed and full control. The Trading Console runs in the cloud and never sleeps. They share the same strategy format end-to-end.

Windows · local

Backtest Studio

AD Prime Capital
AD Prime Capital — Backtest Studio

A serious research environment for strategies. Pick from 397 technical features, set bounds, run thousands of variants on real history, and ship the survivor.

  • Native Windows app — fast iteration, offline-friendly
  • Strategy Cooker (genetic AI) generates and ranks variants for you
  • Real OHLCV history, in-sample + out-of-sample split (70/30)
  • Regime-conditional cooking — bullish / bearish / stable
  • 1-click upload to your VPS when a strategy survives

Web · 24/7

Trading Console

app.adprimecapital.com/trading
AD Prime Capital — Trading Console

Multi-wallet management, manual orders, signal-driven bots, dynamic SL/TP profiles, full trade history, system status — accessible from any browser.

  • Multi-wallet · Binance Spot + Futures · cTrader Forex/CFD
  • Trading lines with isolated budgets and dedicated strategies
  • Signal-driven bots and chart-based manual orders
  • Dynamic SL/TP — 7 trailing algorithms + scale-out ladder
  • Community strategy gallery ranked on real performance

Backtest Studio · Windows

Designed for traders who want to see how the sausage is made.

Five views, one mental model: data in, signal out, trades simulated, results audited. Nothing hidden.

AD Prime Capital
Labeler

Current view

Labeler

Tag the candles you would have taken. The studio learns the bounds of your edge and proposes a strategy you can deploy.

What you get

  • Click directly on the chart to label valid setups
  • Live feature aggregates compared between labeled vs rejected
  • Auto-recommendation of the most discriminating features

Screenshots show real Backtest Studio output. Past performance — in backtest or live — does not predict future results.

Dynamic SL/TP

Your stop trails the market. Not the other way around.

Most exchanges offer a static stop-loss. We built a runtime that recomputes SL and TP every few minutes, based on the strategy you chose for that line — and adapts as price moves in your favor.

Binance native

Set a stop-loss when you open the trade. It stays where you put it. If price moves +10% in your favor, your stop stays at −1% from entry. You lock in nothing.

AD Prime dynamic SL/TP

Pick one of 7 trailing strategies. As price moves up, your SL ratchets up with it — automatically, every 5 minutes, monotonic up. After TP1 hit, the ladder also defensively scales out on drawdowns.

How a trade lives

Phase 1 · Trailing entry

Before TP1 is hit. SL trails up using your chosen algorithm. TP is suppressed — let the winner run.

Phase 3 · Post-TP1 trailing

After partial sell at TP1. SL keeps ratcheting up. TP can ratchet up too. Phase ends on SL hit or duration timeout.

Scale-out ladder · opt-in defensive layer

Configure up to 5 defensive tiers on drawdown from the peak. When the peak retraces by N%, the ladder sells a fraction of the remaining position. Compounds with the trailing SL — locks gains progressively, lets the trend run when it can.

7 trailing algorithms

atr_trailing

SL = peak − N × ATR. The classic trailing stop. Adapts to volatility.

ema_trailing

SL = EMA(period). Trails with the trend, ignores intra-bar noise.

chandelier

SL = highest-high(period) − k × ATR. Tighter than ATR alone.

swing_low

SL = last swing-low × (1 − buffer). Follows structural support.

be_plus_trail

Break-even at +X%, ATR trailing after that. Risk-free post-trigger.

parabolic_sar

Parabolic SAR. Accelerates as the trend matures.

orderflow_aware

ATR baseline tightened by seller exhaustion / loosened by absorption.

All 7 strategies are calibrated, byte-for-byte mirrored between the backtest and the live bot, and respect a monotonic-up invariant. Phase 1 vs Phase 3 transitions are deterministic.

app.adprimecapital.com/positions
Positions with dynamic SL/TP

Open positions view · each line carries its own dynamic SL/TP profile.

Chart-based placement

Drop your trade where it belongs.

Drag the green and red edges to set your TP and SL. Drag the right side to set duration. The form fills itself. Long or Short, indicators on demand, R/R computed live. Visual where it matters, exact where it counts.

app.adprimecapital.com/order
Chart placement — long position drawing tool

Real placement view from the Trading Console. Risk-reward is recomputed as you drag.

How it works

  1. 1Click on the chart to drop a Long or Short position drawing.
  2. 2Drag green edge = TP. Drag red edge = SL. Drag right side = duration.
  3. 3R/R is recomputed live. Indicators (EMA, Bollinger, RSI, ATR, …) overlay on demand.
  4. 4Click "Apply to form" → entry / SL / TP / duration are pushed into the order form, ready to fire.

Why it matters

No exchange does this. Even institutional platforms ask you to type prices into a form. Visual placement on the chart cuts entry errors and lets you place trades the way you actually think about them — at a structural level, not in a price box.

19 indicators available

EMA 9/21/50/200, SMA 50/200, Bollinger, VWAP, Volume bars, Ichimoku, Auto S/R, Daily Pivots, Volume Profile, ATR — plus oscillators RSI, MACD, Stoch RSI, ADX, OBV. All off by default, on with one click.

Trading Console · Web

The cockpit for your automated trading.

Open in any browser. Configure every wallet, every line, every dynamic profile. See the bot's decisions in real time, with the audit trail to back them up.

app.adprimecapital.com/trading
Wallets

Current view

Wallets

Each wallet is isolated: its own API credentials, its own budget, its own strategies. Switch from BTC spot to futures to forex without leaving the page.

What you get

  • Spot · Futures · cTrader in a single console
  • Per-wallet budget, isolation, and kill-switch
  • Connection status, latency, and balance live-checked

AI news analysis

Sentiment, not just headlines.

One click on the chart and Claude Sonnet 4.6 reads the last hours of news across 12 outlets, returns a sentiment verdict, a 0-100 fear/greed score, and a short impact summary — in your language. Spot the regime shift before the candle prints.

What the model returns

Aggregate sentiment + fear/greed score + impact summary

Each analysis ships three things: a directional verdict (bullish / bearish / neutral), a numeric score from 0 to 100, and a 2-4 sentence paragraph telling you what changed and why it matters for the pair you're watching.

BULLISHFEAR/GREED · 72
app.adprimecapital.com/market
AD Prime Capital — Market view with AI news analysis

Claude Sonnet 4.6 reads the news

Same model Anthropic ships for top-tier reasoning. Forced structured output, 15 min cache per pair so repeats are free, rate-limited per user. Synthetic neutral response when the feed is empty — no hallucinated bullishness.

Claude Sonnet 4.6

12 RSS feeds, aggregated and deduplicated

Crypto outlets, breaking macro, DeFi-specific reporting, investigative journalism. Identical stories collapsed, ranked by recency and relevance. No third-party API keys to manage — pure RSS, served live.

CoinDeskCoinTelegraphThe BlockDecryptBitcoinistCryptoSlatecrypto.newsBeInCryptowatcher.guruThe DefiantDL News+1

Per-pair targeting from the card itself

A pair picker lives inside the News IA card. Type BTCUSDT, hit enter — the chart, the order form and the next analysis all retarget. No more reading SOL news while watching a BTC chart.

Output in your interface language

Pick English, French or Albanian in the top bar — the LLM impact summary comes back in that language. The system prompt is cached per language so you don't pay the cache miss when you switch.

EnglishFrançaisShqip
app.adprimecapital.com/market
News cards feed with sentiment chips

Per-news sentiment chips, ranked by relevance to the pair you're trading.

Community marketplace

Strategies that evolve with the community.

Don't have time to build your own? Browse strategies shared by other AD Prime Capital members. Ranking is based on live trade results, not promotional backtests — and every strategy keeps improving as its owner ships updates.

app.adprimecapital.com/leaderboard
AD Prime Capital — Public leaderboard
app.adprimecapital.com/strategy
AD Prime Capital — Strategy gallery
  • Ranked on live trades

    The public leaderboard ranks strategies by their real performance once deployed. Sort by PnL %, win rate, trade count. Each draft becomes visible from its first live trade.

  • Anonymized

    No one sees who runs what. You see the strategy's behavior, the win rate, the trade count, the average PnL — never the owner's positions.

  • Free to attach, always latest

    Pick any shared strategy and attach it to your trading line. No clones, no payments to the author. The strategy you run is always the latest version the author publishes.

  • Continuous evolution

    When an author updates a shared strategy, every line using it picks up the new version automatically. The marketplace evolves continuously, not in static releases.

Disclaimer: Live results shown on the leaderboard are historical observations. Past performance, even when collected on live trades, does not guarantee future results. Every user remains fully responsible for the strategies they run.

Feature catalog

0 engineered technical features.

Booleans and numerics across 5 timeframes (3m → 1d). Every strategy you build is a precise combination — not a black box.

0

Technical features

0

Timeframes (3m → 1d)

0

Strategies per line (max)

0

Exchanges supported

94+ features

Price action

EMAs, distance from EMA, breakouts, breakdowns, swings, support/resistance touches, FVG (Fair Value Gap).

86+ features

Classic indicators

RSI, MACD, ADX, Bollinger, Keltner, CCI, Williams %R, Stochastic — across every timeframe.

64+ features

Volume

Volume ratios, OBV, VWAP distance, buy/sell volume ratios on multiple windows.

57+ features

Order flow

Cumulative delta, delta divergence, absorption signals, failed seller push, seller exhaustion.

78+ features

Candle patterns

Wick patterns, capitulation, climax candles, higher lows, pullback patterns, EMA touch & reclaim.

18+ features

Market regime

Trend regime (bullish / bearish / stable / chop), market phase, volatility tier, ATR percentile.

Catalog versioned and synchronized between the Windows studio, the bot worker, and the web console — no drift, ever.

Security & control

Your keys. Your funds. Your strategy.

We are a tool provider, not a custodian. Your money never sits with us — it stays in your Binance or cTrader account. We just send the orders you authorized.

Read + trade only

API keys must be created with read and trade permissions — never withdrawal. Even if our infrastructure was compromised, the attacker could not move your funds out.

Funds stay with you

Your balance never leaves your exchange account. We are not a broker. We are not a custodian. We are software you point at your own account.

2FA + recovery codes

Time-based one-time passwords (TOTP) plus 10 hashed recovery codes. Permanent API tokens for programmatic access, revocable at any time.

Full audit trail

Every order, every signal, every fill is logged with its reason and timestamp. You can review every decision the bot made, down to the candle.

AD Prime Capital is registered in Neuchâtel, Switzerland. We operate as a software tool provider and explicitly do not offer investment advice within the meaning of the Swiss FinSA (LSFin).

Onboarding

From sign-up to live bot in four steps.

No installer for the dashboard. A small download for the Windows studio. Twenty minutes to your first deployed strategy.

01

Sign up & verify

Create your account with email verification. Accept the Terms of Service. Optional 2FA for an extra layer of security.

02

Connect your wallet

Add a Binance Spot, Futures, or cTrader wallet. Paste your API key and secret. We auto-test the connection — read+trade only.

03

Design or pick a strategy

Either let Strategy Cooker design one for you (Windows app) or grab one from the community marketplace. Attach it to a trading line.

04

Bot trades 24/7

From this moment, the bot scans your symbol every 15 s. When the strategy fires, it submits a MARKET order, applies dynamic SL/TP, and monitors until exit.

Trading carries a real risk of loss. AD Prime Capital provides the tooling — you remain in command of what runs and what stops.

Founding members · early access

Pricing announced at launch. Waitlist gets preferential terms.

Three tiers planned. Founding members joining the waitlist now lock in a 50% lifetime discount on the tier they choose at public launch.

For curious traders

Starter

Get a feel for the platform. One wallet, basic strategies, all the audit you need.

TBA/ month

Founding members: −50% lifetime

  • 1 wallet (Spot or Futures)
  • Up to 3 trading lines
  • Access to community marketplace
  • Web console + bot 24/7
  • Email support
Join the waitlist
Most popular

For serious traders

Studio

The full toolkit: Strategy Cooker, dynamic SL/TP, chart placement, deploy. The sweet spot for most users.

TBA/ month

Founding members: −50% lifetime

  • Up to 3 wallets
  • Up to 20 trading lines
  • Backtest Studio + Strategy Cooker (Windows)
  • Dynamic SL/TP (7 trailing algorithms)
  • Chart-based order placement
  • Priority Discord & email support
  • Android companion app
Join the waitlist

For power users

Edge

For traders who run multiple accounts, multiple strategies, and want every output piped where they need it.

TBA/ month

Founding members: −50% lifetime

  • Unlimited wallets
  • Unlimited trading lines
  • Everything in Studio
  • Permanent API tokens (bt_)
  • Custom webhooks + Discord channels
  • Early access to new features
  • Dedicated onboarding session
  • Direct line to the team
Join the waitlist

All prices announced at public launch in CHF and USD. Cancel any time. No long-term commitment. Founding member discount applies to the tier you choose at launch and remains valid as long as your subscription stays active.

Frequently asked

What everyone wants to know

A complete software toolkit for traders: an AI strategy engine (Strategy Cooker) in a Windows studio, a web console to run it, a bot that executes 24/7 on Binance Spot, Binance Futures, and cTrader, dynamic SL/TP that trails the market, chart-based order placement, news from 8+ sources, and a community marketplace.

Founding members

Build it your way.
Be among the first to trade with it.

Early-access slots are limited. Waitlist members get the −50% lifetime discount on whichever tier they pick at launch.

AD Prime Capital provides software tools for automated trading. No investment advice is provided within the meaning of the Swiss FinSA (LSFin). Your funds and API keys remain under your sole control.