Got a strategy?
Let AI write the code.
You know how to analyze markets and you have trading ideas — but you don't code? Describe your strategy in plain English. AI writes the Python, the system sets up the bot. Backtest instantly to verify your idea. Switch from signal to live with one click.
# @param rsi_length: 14 # @param bb_std: 2.0 def strategy(df): rsi = ta.rsi(df.close, 14) bb = ta.bbands(df.close, 20, 2.0) df['buy'] = (rsi < 30) & ( df.close < bb.lower) df['sell'] = rsi > 70
You bring the strategy. Namex brings the tools.
Traders with ideas, without code.
You already know how to read charts, you have strategies in mind — but you can't translate them into a trading bot? Describe your strategy in plain English. AI writes the code, the system sets up your bot, and you backtest to verify it works.
- Describe your strategy in plain English
- AI generates production Python code
- System auto-configures your bot
- Backtest to validate your ideas
- One click to go live
You code. We'll run it.
Write strategies in plain Python — pandas-native or event-driven. AI accelerates your iteration. Namex handles execution, recovery, and notifications.
- Full Python strategy engine
- AI co-pilot speeds up your workflow
- Deterministic backtests you can trust
- Auto-recovery & multi-channel alerts
Three things no other platform gives you.
Most bot platforms make you configure black boxes. Most quant platforms make you learn a new language. Namex does neither.
AI writes your strategy.
Describe what you want in plain English. Our AI generates runnable Python code for any indicator, rule, or full strategy — instantly.
Backtests you can trust.
Every run is bound to a code hash, parameters, fee model, and dataset. Run it again next month — same numbers, bit-for-bit. No hidden surprises when you go live.
Signal or Live. One click.
Test your strategy in real markets without real money. When you're confident, flip the switch — your bot goes live on the exchange. No code change needed.
Live mode: Real orders, real execution, auto-recovery.
From idea to bot, in 60 seconds.
Describe it. Run it.
Stop staring at a blank editor. Tell Namex what you want — in English, Vietnamese, or just rough notes — and the AI generates clean, runnable Python code.
- Multi-model AI — different models for code generation, market analysis, and signal scoring. Each picked for the job.
- Iterate fast — regenerate with tweaks, fork ideas, ask AI to optimize parameters.
- Read the code — every line is editable Python. You can verify what's running.
class GridStrategy(ScriptStrategy): def on_init(self, ctx): self.levels = np.linspace( 2000, 2500, 10) self.stop_loss = 1900 def on_bar(self, ctx, bar): if bar.close < self.stop_loss: return ctx.close_all() for level in self.levels: if crossed(bar, level): ctx.place_order(level)
Honest results. Every time.
A pretty backtest is worthless if it doesn't survive live trading. Namex binds every result to its inputs — so you can prove what worked, when, and why.
- Reproducible — same code + params + data = same result, bit-for-bit.
- Realistic fees & slippage — per-exchange models, not generic estimates.
- Full analytics — Equity curve, Sharpe, Sortino, Max DD, Win rate, P&L per trade.
- Audit trail — every backtest gets a code hash you can reference forever.
Test without risk. Go live when ready.
Most platforms force you to choose: backtest on historical data, or risk real money. Namex gives you a third option — paper trade on live markets first.
- Signal mode — strategy generates orders, tracks performance, sends notifications. No real money. No exchange orders.
- Live mode — orders go directly to your exchange. Auto-recovery after restarts. Encrypted API keys.
- One toggle — switch between modes without touching code.
Five battle-tested bots. No coding needed.
Don't know where to start? Pick a template. Set your parameters. Hit deploy. Every bot is open Python you can read and customize later.
Namex vs the alternatives.
Other platforms give you bots or code. Namex gives you both — plus AI to bridge them, and execution modes to keep you safe.
| FEATURE | 3COMMAS / PIONEX | QUANTCONNECT | HUMMINGBOT | NAMEX |
|---|---|---|---|---|
| AI generates strategy code | ✕ | ✕ | ✕ | ✓ |
| Pre-built bot templates | ✓ | ✕ | ~ | ✓ |
| Write your own strategy in Python | ✕ | ~ (C#/LEAN) | ~ (Cython) | ✓ (pure Python) |
| Deterministic backtests (code hash) | ✕ | ~ | ✕ | ✓ |
| Signal mode (paper on live data) | ~ | ✓ | ✕ | ✓ |
| No-code AND code paths | ✕ (no-code only) | ✕ (code only) | ✕ (code only) | ✓ |
COMPARISON BASED ON PUBLIC FEATURE LISTS AS OF MAY 2026
Your first bot, in four steps.
Build
Pick a template, describe your idea to AI, or write Python from scratch. Any path works.
Backtest
Pick a venue and dataset. Run. Every result is reproducible and signed with a code hash.
Paper trade
Switch to Signal mode. Watch your bot run on real market data without placing real orders.
Go live
Flip to Live mode. Encrypted API keys connect to your exchange. Get notified on every fill.
One account. Every market.
Crypto, stocks, forex, prediction markets — all in one platform.
Bybit · Bitget
Coinbase · Kraken
KuCoin · Gate.io
HTX · Deepcoin
(IBKR)
Stocks · Options
ETFs · Futures
(MT5)
Major & Minor
currency pairs
(analysis only)
Read odds
Build hybrid strategies
Start at the right tier. Scale when you need more.
Every plan includes AI code generation, all 5 bot templates, deterministic backtesting, and both Signal & Live modes. Plans differ in concurrent live bots and monthly AI credits.
For beginners running 1-2 strategies.
- 2 concurrent live bots
- All 5 bot templates
- 100 AI credits / month
- Backtest with code hashing
- Signal & Live modes
- Community Discord support
For active traders running multiple strategies.
- 10 concurrent live bots
- Unlimited backtests
- 500 AI credits / month
- Priority data feeds
- Email + Discord support
- Webhook & Telegram alerts
For serious traders and prop operators.
- Unlimited live bots
- 1500 AI credits / month
- Dedicated compute pool
- Custom data integrations
- Direct engineer support
- SSO & team management
Out of AI credits? Top up anytime.
Credits power AI strategy generation, market analysis, and advanced backtests. Buy more when you need them — no plan change required.
PRICING SHOWN IS INDICATIVE · FINAL TIERS CONFIRMED AT LAUNCH
Common questions, honest answers.
I know how to analyze markets and I have strategies — but I don't code. How does Namex help?
This is exactly who Namex is built for. Describe your strategy in plain English (e.g., "Buy when RSI is below 30 and price crosses the lower Bollinger band, sell when RSI is above 70 with a 5% stop-loss"). The AI writes the Python code, the system auto-configures the bot, and you use backtesting to verify the strategy works on historical data. When you're confident, switch on Live mode and your bot runs automatically.
How do AI credits work? What if I run out?
Each subscription plan includes monthly AI credits (Starter 100, Standard 500, Advanced 1500). Credits power AI strategy generation, market analysis, and advanced backtests. If you run out, you can top up anytime — the $20 pack includes a +25% bonus, and the $50 pack includes +100% bonus. Top-up credits never expire and stack with your existing balance.
I don't know how to code. Can I still use Namex?
Yes. You have two no-code paths: pick from 5 ready-made bot templates (Grid, Martingale, DCA, Trend, DCA Grid), or describe your strategy in plain English and let our AI write the code for you. You never have to touch Python if you don't want to.
I code Python. How is Namex different from QuantConnect or Hummingbot?
Both are excellent for power users but have steep learning curves. QuantConnect uses LEAN engine with C#-style discipline. Hummingbot needs Cython. Namex is pure Python — pandas DataFrames for research, event-driven hooks for stateful bots. The same code you write in research is what runs live. No translation layer. Plus you get AI code generation, which neither offers.
How is Namex different from 3Commas or Pionex?
3Commas and Pionex give you configurable no-code bots — great to start, but the strategy logic is closed source and you can't write your own. Namex gives you both worlds: the same easy templates, plus a full Python environment when you want to go deeper. And AI helps bridge them — you can ask AI to customize a template without coding.
What does "Signal mode" actually do?
Signal mode runs your strategy against live market data and tracks every signal it would generate — but doesn't place real orders on the exchange. It's paper trading with real prices. You can compare it to your backtest and see if real-world slippage or latency hurts performance, all without risking capital.
Are my API keys safe?
API keys are encrypted at rest and only decrypted at the moment of order execution. They are never written to logs, never sent to AI model providers, and never accessible from your strategy code. We recommend creating exchange API keys with trade-only permissions (no withdrawal).
Will my backtest match what happens live?
Closer than most platforms. Every Namex backtest is bound to a code hash, parameter set, fee model, slippage model, and dataset version. Run it again in six months — same numbers. To validate further, use Signal mode to paper trade on live markets before going live.
Does Namex sell trading signals or manage my money?
No. We sell software, not signals. Namex gives you tools to research, test, and run your strategies. We never see your funds — your money stays on your exchange, controlled by your API keys.
Can I cancel anytime?
Yes. No contracts, no long-term commitments. Cancel from your account settings and your subscription ends at the next billing cycle.
Your first bot,
90 seconds away.
Free to start. No credit card. No commitment.