Trading Tools

Build your own trading logic and backtest it with entry/exit charts, track your win rate, watch multiple markets live, and get AI analysis of digit patterns.

Strategy Backtest

Runs against real Deriv tick history pulled from the live API and resolves digit contracts with live payout odds fetched from Deriv. No look-ahead bias — each entry only uses past ticks, and trades run sequentially so wins/losses compound realistically.

Upload Your Own JS Bot

Write or upload your own .js trading bot — the backtest engine reads its logic and executes trades on real Deriv tick history, then plots every entry/exit and builds the trade history table.

Your bot is a plain JS file. Define function myBot(ctx) that returns a decision each tick: { trade: 'even'|'odd'|'over'|'under'|'match'|'differ'|null, threshold?, digit?, stake?, reason? }. Return { trade: null } to skip a tick. Optionally define function onResult(win) for stateful logic (cooldowns, martingale). ctx provides digit, digits, evenPct, overPct, streak, streakType, hotDigit, coldDigit, balance, stake, threshold, price, prices, tick.
Drag & drop your bot here .js files only
Build Your Own Strategy

Create your own trading logic from conditions, then backtest it against real Deriv tick history. Pick entry conditions that must all be true to open a trade, optionally add exit conditions to close early, and choose which contract to trade. Results show every entry/exit on a chart plus a full trade history table.

Entry conditions — open a trade when ALL are true
Exit conditions — optional, close early when ANY is true

Leave exit conditions empty to hold every trade until its duration ends. The exit tick's digit is used to settle the result.

What to trade & risk
Your Win-Rate Tracker

Live stats from every digit trade you place on the Digit Trader page (stored locally on this device).

StrategyTradesWinsLossesWin RateNet P&LAvg StakeLast Results
Multi-Market Watch

Track live price, last digit, recent distribution and streaks across several markets at once. Data streams over the public Deriv WebSocket — no account needed.

AI Digit Market Analysis

Pulls the latest tick history, computes digit statistics, then asks the Algocdk AI assistant to interpret the pattern and suggest trades.

Ready. Choose a market and run the analysis. If you are not logged in, a local statistical analysis will be shown instead.