AI + Trading Tutorials — From Zero to Advanced
Learn how to use artificial intelligence to build bots, indicators, and trading strategies. Step-by-step guides, from the absolute beginner who has never coded to advanced developers.
🎯 What you’ll learn here
This tutorial library covers everything you need to start using AI in trading: from building your first no-code bot on Deriv Bot to developing advanced Expert Advisors in MQL5 for MetaTrader 5.
Tutorials are organized by difficulty level — from absolute zero to advanced. If you’ve never touched automated trading, start with the beginner level. If you have experience, jump straight to intermediate or advanced.
All content is practical, with copy-paste code and applicable to both Deriv and IQ Option.
Deriv Bot: How to Build Bots Without Coding
Complete Deriv Bot guide. Learn to build trading bots using visual blocks, with no coding knowledge.
5 AI Prompts Every Trader Needs
5 ready-to-use prompts for ChatGPT and Claude. Build indicators, bots, and strategies by copying the right prompts.
TradingView Free for AI Trading
How to use the free version of TradingView, set up the Pine Editor, and paste AI-generated indicators.
Volatility 75 Index: What It Is and How to Trade
The most popular asset among bot traders. 24/7, high volatility, synthetic indices exclusive to Deriv.
Build Indicators with ChatGPT and Claude
Complete guide to generating Pine Script indicators using AI. Practical examples and ready-to-use code.
How to Backtest in TradingView
Test strategies with historical data. Strategy Tester, key metrics, and how to interpret results.
Risk Management for Trading Bots
The 10 essential rules of risk management. Position sizing, stop loss, drawdown, and psychology.
Martingale in Trading: Does It Work?
Honest analysis of the most famous (and dangerous) strategy in trading. Real math and safer variations.
Deriv Bot: Digits Even/Odd Strategy
How to set up the Even/Odd strategy on Deriv Bot. Math, risks, and tips to improve the win rate.
Boom & Crash Index 2026 — Complete AI Strategy Guide
What Boom & Crash indices really are, how spikes work, and an AI-assisted strategy without the hype.
🚀 Ready to start?
Open your free Deriv demo account and practice all the tutorials risk-free. $10,000 in virtual funds for you to test as much as you want.
Open Free Demo Account →Python + Deriv API: Your First Bot
Complete Python code using the official Deriv API. WebSocket, authentication, and trade execution.
Expert Advisor with AI for MT5
How to build a complete Expert Advisor using AI. Real MQL5 code for MetaTrader 5 on Deriv.
How to Install and Run an EA on MT5 (Deriv)
Step-by-step tutorial: from MT5 download to running the EA on a demo account. 20 detailed steps.
Python + IQ Option API (Unofficial)
Honest guide to the community API. Sample code, risks involved, and why Deriv is better.
Deriv API Python: ticks_history and candles
How to pull historical ticks and candles from the Deriv WebSocket API in Python, with copy-paste request code.
Deriv API with Python: proposal, buy and result
The full trade cycle in Python: request a proposal, buy the contract, and read the actual result from Deriv.
iqoptionapi: Connect and Log In in Python
How to install the unofficial iqoptionapi and get a stable connection and login, including the errors you’ll hit first.
iqoptionapi get_candles: Real-Time Candles
Stream real-time candles from IQ Option with get_candles and turn them into data your bot can actually use.
iqoptionapi buy: Send Orders and Check Results
Send orders with the buy method and confirm what really happened to each trade before firing the next one.
iqoptionapi check_win_v4: Essential Methods
How check_win_v4 and its sibling methods work, so your bot knows whether a trade won, lost, or tied.
IQ Option API in Python: Library Methods
A practical map of the unofficial IQ Option library: the methods that matter, and the ones best left alone.
pyquotex: Quotex API Methods in Python
The pyquotex methods that actually work for connecting Python to Quotex, with honest notes on stability.
pyquotex Common Errors: Login, WebSocket, SSL
Fixes for the most common pyquotex failures: login refused, WebSocket disconnects, and SSL certificate errors.
pyquotex buy and check_win
Execute trades with buy and verify outcomes with check_win — the core loop of any pyquotex bot.
pyquotex get_balance
Read your demo and real balance with get_balance and use it for safer position sizing in your bot.
pyquotex in Real Time: get_candles and Timeframes
Get live candles in any timeframe with pyquotex and keep your data stream from silently dying.
ONNX on MT5: Complete Guide
Everything you need to run ONNX models natively inside MetaTrader 5, from setup to a working Expert Advisor.
5 ONNX Models for MT5 Trading
Five ONNX model ideas for MT5 trading — what each one predicts, and what it realistically can’t.
Export Python (PyTorch + Sklearn) to ONNX for MT5
Train in PyTorch or scikit-learn and export a clean ONNX file that MetaTrader 5 actually accepts.
OnnxCreate, OnnxRun and MQL5 Functions
Reference for OnnxCreate, OnnxRun, and the rest of the MQL5 ONNX functions, with parameters explained.
ONNX vs Python Socket vs DLL for MT5
Honest comparison of the three ways to connect AI to MT5 — and when each one is worth the trouble.
70% Win Rate Is a Myth
Why nobody sustains 70% long term. Our backtest data shows where the honest ceiling really sits.
OTC Is a Random Walk
We tested thousands of OTC candles and the verdict is clear: random-walk behavior. Here is the proof.
Best Hours & Days for Forex M1
The sessions and weekdays that performed best in our Forex M1 tests — real data, not guesswork.
Double Reversal & Band Exhaustion Rules
The complete rules of the two strategies our bot runs: entry conditions, filters, and hard limits.
Bot Demo Results: 3 Brokers
Our bot’s demo-account numbers on IQ Option, Quotex, and Deriv — wins, losses, and lessons learned.
check_win Freezing Fix (-op assets)
The check_win bug that froze our bot on IQ Option -op assets — how we diagnosed it and the fix we shipped.
