The five kinds of Deriv bot
Almost every "best Deriv bots" list is really a list of one thing: downloadable XML strategy files for DBot. That is a single category out of five, and usually not the strongest one. The five real options differ in what they can express, where they run, and who is responsible when something breaks.
- Deriv Bot (DBot) — Deriv's own drag-and-drop builder. Free, official, and needs no code. Blocks snap together into a strategy you can run without programming.
- Binary Bot — the older block-based builder, still available and still widely shared as .xml files. Similar in spirit to DBot with a different interface.
- MetaTrader Expert Advisors — MT4 and MT5 EAs, written in MQL4 or MQL5. The deepest ecosystem in retail trading, and the right choice for forex and CFDs on Deriv MT5.
- cTrader cBots — Deriv cTrader supports automated strategies written in C#. Less common than MT5, and a genuinely good platform if you already write C#.
- Deriv API bots — software talking directly to Deriv's API over a websocket. No platform limits at all. This is the category Pipsky is in, and it is ours, which you should weigh accordingly.
Which one suits which trader
If you have never written code and want to try automation this week, DBot is the correct starting point. It is free, it is official, nothing can be misconfigured badly enough to lose more than your stake per contract, and you will learn what a strategy is made of.
If you trade forex or gold and want the deepest library of ready-made tools, MT5 Expert Advisors win by a wide margin. Two decades of accumulated code exist for MetaTrader, along with a proper backtester built into the terminal.
If you want the bot to run when your computer is off, you need something server-hosted. DBot runs in a browser tab; close the tab and it stops. An MT5 EA needs a VPS. An API bot runs on a server by design.
If you want a strategy that no block builder can express — position sizing that adapts, several protections layered on top of each other, a risk engine that can veto an entry — you need code, and that means an EA, a cBot, or the API.
The claim to be most suspicious of
The most common thing sold in this market is a Deriv bot with a stated win rate — "95% accuracy", "never loses". Treat any specific accuracy claim as a reason to walk away, and here is the arithmetic behind that advice.
Deriv's digit contracts have a published payout below 100%. A DIGITEVEN contract wins about half the time and pays roughly 95% of the stake. Over a thousand trades that is a slow, arithmetically certain loss, and no bot can change the payout table. A seller quoting a 95% win rate on such a contract is quoting the payout ratio, not the win rate, and hoping you do not notice.
Multiplier contracts are different: there is no fixed payout cap, so the reward-to-risk ratio is whatever your stop and target make it. That is why our own bot trades multipliers rather than digits, and it is a reasonable thing to ask of anyone selling you a Deriv bot.
How to actually judge one
- Ask for results on data the strategy was not built on. Anything can be tuned to look perfect on the history it was fitted to.
- Ask whether spread and commission were charged in the backtest. Results without costs are fiction, and on short timeframes costs are most of the outcome.
- Ask how many trades the results cover. Twenty trades tells you nothing at all; a few hundred starts to.
- Ask what the worst losing run was. A seller who cannot answer has not looked.
- Run it on demo for weeks before any real money. Not days.
- Check it never asks for your Deriv password. A legitimate bot connects through Deriv's official OAuth or an API token you can revoke yourself.
Where Pipsky fits, plainly
Pipsky is an API bot and it is our product, so read this section knowing that. It trades multiplier contracts rather than digits, for the payout reason above. Every position carries a stop loss and a take profit. It runs on our servers, so it does not need your computer on.
It connects through Deriv's official sign-in, which means we never see your password and you can disconnect it from your Deriv account at any time without asking us. It is free to use — there is no subscription and no tier.
We publish no win rate, and that is deliberate. Anyone can produce a good-looking number from a short period. Run it on demo and judge it on what it does in front of you.
Common questions
What is the best Deriv bot?
There is no single best one — it depends on what you need. DBot is the best free starting point and needs no code. MT5 Expert Advisors have the deepest library for forex. API bots handle strategies a block builder cannot express and run without your computer on. Start with DBot on a demo account before paying for anything.
Are Deriv bots free?
Deriv Bot, Binary Bot and cTrader Automate are free and built into Deriv's own platforms. Third-party bots vary from free to a monthly subscription. Pipsky is free to use; you pay only the broker's normal spread, which you would pay trading by hand.
Can a Deriv bot lose money?
Yes. A bot executes rules; if the rules have no edge it loses money faster and more consistently than a human would. Automation removes emotional mistakes and enforces discipline — it does not create profitability where none exists.
Do Deriv bots really work?
They reliably do what they are programmed to do, which is the only sense in which any of them 'work'. Whether that makes money depends entirely on the strategy. Be most sceptical of any bot advertised with a specific win rate — on Deriv's digit contracts, the published payout makes a long-run profit arithmetically impossible whatever the win rate.
Is it safe to connect a bot to my Deriv account?
It is safe if the bot uses Deriv's official OAuth sign-in or an API token you generated and can revoke. It is not safe if it asks for your Deriv password. A trading connection can place trades; it should never be able to withdraw or transfer your money.
Trading carries risk and you can lose money. Nothing on this page is financial advice. Past performance does not indicate future results.
