Register
Create your account and verify it using the email OTP.
A simple guide to using the EA Bot and the Kababali Trading website—from account registration to a connected MT5 setup.
Follow these steps in order. You normally need a Windows computer, MetaTrader 5, an internet connection, and a Kababali account.
Create your account and verify it using the email OTP.
Get the latest .ex5 EA file.
Place the EA in the correct MT5 Experts folder.
Paste your API key and allow WebRequest.
Check the status and settings before live use.
Open Create Account and enter your real name, active email address, and a secure password.
Read and accept the terms, then submit the registration form.
Check your inbox or spam folder and enter the email OTP on the website.
After verification, your personal EA API key and dashboard access will be available.
Download KABABALI_EA_V3_36_CHART_CONTEXT_TIGHTER_SL.ex5, then follow these steps:
Open MT5 and select File → Open Data Folder.
Open MQL5 → Experts → Advisors and copy the downloaded KABABALI_EA_V3_36_CHART_CONTEXT_TIGHTER_SL.ex5 file into that folder.
Restart MT5, or right-click Navigator → Expert Advisors and choose Refresh.
Find the Kababali EA in Navigator and drag it onto the chart you want to use.
Log in and open the Dashboard. Find EA Setup and copy your API key.
In MT5, open Tools → Options → Expert Advisors.
Enable Allow algorithmic trading and Allow WebRequest for listed URL.
Add the exact URL https://kababali.com, then click OK.
In the EA Inputs, paste your key into KABABALI API KEY. Save the settings and click OK.
The EA should show a verified API status, and MT5 account/chart information should start appearing on the dashboard. If it remains on “Waiting for MT5,” use the troubleshooting section below.
These are the settings you should understand before enabling the bot. The values shown are V3.30 factory defaults and are only a starting reference—not a guarantee that they suit every broker, symbol, or account size.
Paste your personal key from the Dashboard. A blank or incorrect key keeps the EA unverified and locked.
Order volume. A higher lot increases both profit and loss. Keep 0.01 for beginner/demo testing.
Set to false to allow analysis without opening trades. This is the EA Inputs kill switch.
| Input | Default | What it means |
|---|---|---|
| MAX SPREAD POINTS | 35 | Blocks entry when current spread is above 35 points. A value of 0 disables this protection. |
| ONE POSITION ONLY | true | Allows only one EA-managed position on the symbol. |
| REVERSE ON OPPOSITE SIGNAL | true | May close the old direction and reverse after a confirmed opposite signal. |
| SLIPPAGE POINTS | 30 | Maximum permitted difference between requested and executed order price. |
| MAGIC NUMBER | 777711 | Unique ID for this EA’s trades. Do not share it with another bot on the same account. |
| Input | Default | What it does |
|---|---|---|
| EMA PERIOD / ATR MULTIPLIER | 21 / 0.35 | Controls the base trend and confirmation-line distance. |
| USE RSI FILTER | true | BUY passes at RSI ≥ 52; SELL passes at RSI ≤ 48, but SELL is blocked below RSI 35 because it is oversold. |
| SIGNAL CLOSED BAR ONLY | true | Waits for a completed candle instead of acting on a candle that is still changing. |
| CONFIRMATION CANDLES | 2 | Requires two aligned candles before the setup is confirmed. |
| EMA SLOPE / CANDLE BODY | true / 0.15 ATR | Requires trend alignment and rejects very small candle bodies. |
| ADX FILTER / MINIMUM ADX | true / 23.5 | Marks the trend as weak and may block entry below ADX 23.5. |
| WHIPSAW LOOKBACK / FLIPS | 10 / 2 | Reviews 10 candles and blocks a choppy market after two trend flips. |
| MASTER TREND EMA | 100 | Blocks BUY against a major downtrend and SELL against a major uptrend. |
| BOLLINGER FILTER | 20 / 2.0 | Measures market expansion or contraction, with a minimum width of 2.0 ATR. |
| MOMENTUM FILTER | 14 / 100 | Above 100 indicates bullish pressure; below 100 indicates bearish pressure. |
| Input | Default | What it does |
|---|---|---|
| USE ATR SL / TP | true | Uses volatility-based stop and target distances. |
| SL / TP ATR MULTIPLIER | 2.5 / 6.0 | Sets SL to 2.5 ATR and TP to 6 ATR, subject to broker stop rules. |
| MINIMUM SL / TP POINTS | 80 / 120 | Minimum stop and target distances even when ATR is small. |
| USE SURE PROFIT | true | Money-based protection: target 4.00 and arm buffer 0.60 in account currency. |
| SURE PROFIT MODE | FIXED | Protects the fixed target after the arm level is reached. Trail-from-peak is optional. |
| QUICK PROFIT PULLBACK | true | Separate layer: arm 0.50, peak giveback 0.15, emergency floor 0.05 in account currency. |
| USE TRADING SESSION | false | When enabled, entries are allowed from hour 4 until before hour 23 in broker/server time. |
.set backup, change one setting, and test it in MT5 Strategy Tester and on demo. Sure Profit and Quick Profit amounts use account currency, not points or pips.The panel is a status monitor. A BUY or SELL trend is not automatically an entry—the confirmation and safety gate must also pass.
LIVE means the terminal is connected. 29/35 means current spread is 29 with a maximum of 35. The 270ms value is latency.
Trend: SELL shows direction only. Signal: WAIT is the current final signal, so there is no entry.
Price is the current bid. Confirm is the live confirmation-line level, not an automatic entry price.
These are filter votes. RSI fails, ADX 12.17 is below 23.5, and BB is contracting. Bearish momentum alone is not enough.
SELL BLOCKED leaves Entry, SL, TP, and Arrow blank. Values appear after a valid confirmed setup.
WAIT means there is no active profit to protect. Target 4.00 and ArmAt 4.60 use account currency.
AutoTrade ON is permission only. Gate WAIT is the final blocker. CNDL/EMA/ADX means those conditions are not aligned.
API:YES verifies the key; PLATINUM | FULL shows access; SYNC:OK confirms web/mobile bridge sync.
View bridge health, account metrics, market watch, positions, history, EA key, and downloads.
Open DashboardReview exact MT5 candles and conditional BUY/SELL setups. WAIT means confirmation is incomplete.
Open AnalysisGet the latest EA build and shared .set files. Test every setup in Strategy Tester first.
Confirm the .ex5 file is in MQL5 → Experts → Advisors. Refresh Navigator or restart MT5.
Copy the key again from your own dashboard and remove spaces before or after it. Confirm your account is verified and active.
Check internet access, the WebRequest URL, Algo Trading, and the EA status on the chart. Keep MT5 open and read the Experts/Journal error.
This may be normal. Confirmation may be incomplete, spread may be high, margin may be low, the market may be closed, or a safety rule may be blocking entry.
Refresh the page, try an updated browser, and check the internet connection. Confirm the email is verified and the password is correct.
Include the MT5 Experts/Journal message, symbol, timeframe, and non-sensitive settings. Never include your password or API key.