Kababali Trading
Kababali V3.36 · Beginner Guide

User Manual

A simple guide to using the EA Bot and the Kababali Trading website—from account registration to a connected MT5 setup.

Your setup goal
  1. 1A verified Kababali account
  2. 2The EA installed in MT5
  3. 3Your API key and dashboard connected
  4. 4The setup tested on a demo account
Overview

Quick start

Follow these steps in order. You normally need a Windows computer, MetaTrader 5, an internet connection, and a Kababali account.

01

Register

Create your account and verify it using the email OTP.

02

Download

Get the latest .ex5 EA file.

03

Install

Place the EA in the correct MT5 Experts folder.

04

Connect

Paste your API key and allow WebRequest.

05

Demo test

Check the status and settings before live use.

Remember: The EA is trading-assistance software. It does not guarantee profit, and your trading account can lose money.
Step 1

Create and verify your account

1

Open Create Account and enter your real name, active email address, and a secure password.

2

Read and accept the terms, then submit the registration form.

3

Check your inbox or spam folder and enter the email OTP on the website.

4

After verification, your personal EA API key and dashboard access will be available.

Never share your password or API key. They are for your own account and EA only.
Step 2

Install the EA in MetaTrader 5

Download KABABALI_EA_V3_36_CHART_CONTEXT_TIGHTER_SL.ex5, then follow these steps:

1

Open MT5 and select File → Open Data Folder.

2

Open MQL5 → Experts → Advisors and copy the downloaded KABABALI_EA_V3_36_CHART_CONTEXT_TIGHTER_SL.ex5 file into that folder.

3

Restart MT5, or right-click Navigator → Expert Advisors and choose Refresh.

4

Find the Kababali EA in Navigator and drag it onto the chart you want to use.

Download V3.36 EA
Step 3

Connect the EA to the website

1

Log in and open the Dashboard. Find EA Setup and copy your API key.

2

In MT5, open Tools → Options → Expert Advisors.

3

Enable Allow algorithmic trading and Allow WebRequest for listed URL.

4

Add the exact URL https://kababali.com, then click OK.

5

In the EA Inputs, paste your key into KABABALI API KEY. Save the settings and click OK.

How do you know it is connected?

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.

Step 4

How to use the EA Bot

Before starting

  • Confirm the correct trading account and chart
  • Confirm the intended symbol and timeframe
  • Check that the API key and tier are valid
  • Enable Algo Trading in MT5
  • Review lot size, SL, TP, and risk inputs

While it is running

  • Watch spread and available margin
  • Read the EA status and Experts/Journal logs
  • Do not change settings you do not understand
  • Keep MT5/VPS running for continuous operation
  • Monitor open positions and account risk
Recommended: Start with a demo account and 0.01 lot. Forward-test across different market conditions before using real money.
EA Inputs

Important input settings

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.

Required

KABABALI API KEY

Paste your personal key from the Dashboard. A blank or incorrect key keeps the EA unverified and locked.

Risk control

LOTS · default 0.01

Order volume. A higher lot increases both profit and loss. Keep 0.01 for beginner/demo testing.

Master switch

ENABLE TRADING · true

Set to false to allow analysis without opening trades. This is the EA Inputs kill switch.

Main and execution controls

InputDefaultWhat it means
MAX SPREAD POINTS35Blocks entry when current spread is above 35 points. A value of 0 disables this protection.
ONE POSITION ONLYtrueAllows only one EA-managed position on the symbol.
REVERSE ON OPPOSITE SIGNALtrueMay close the old direction and reverse after a confirmed opposite signal.
SLIPPAGE POINTS30Maximum permitted difference between requested and executed order price.
MAGIC NUMBER777711Unique ID for this EA’s trades. Do not share it with another bot on the same account.

Signal and accuracy filters

InputDefaultWhat it does
EMA PERIOD / ATR MULTIPLIER21 / 0.35Controls the base trend and confirmation-line distance.
USE RSI FILTERtrueBUY passes at RSI ≥ 52; SELL passes at RSI ≤ 48, but SELL is blocked below RSI 35 because it is oversold.
SIGNAL CLOSED BAR ONLYtrueWaits for a completed candle instead of acting on a candle that is still changing.
CONFIRMATION CANDLES2Requires two aligned candles before the setup is confirmed.
EMA SLOPE / CANDLE BODYtrue / 0.15 ATRRequires trend alignment and rejects very small candle bodies.
ADX FILTER / MINIMUM ADXtrue / 23.5Marks the trend as weak and may block entry below ADX 23.5.
WHIPSAW LOOKBACK / FLIPS10 / 2Reviews 10 candles and blocks a choppy market after two trend flips.
MASTER TREND EMA100Blocks BUY against a major downtrend and SELL against a major uptrend.
BOLLINGER FILTER20 / 2.0Measures market expansion or contraction, with a minimum width of 2.0 ATR.
MOMENTUM FILTER14 / 100Above 100 indicates bullish pressure; below 100 indicates bearish pressure.

Stops, targets, and profit protection

InputDefaultWhat it does
USE ATR SL / TPtrueUses volatility-based stop and target distances.
SL / TP ATR MULTIPLIER2.5 / 6.0Sets SL to 2.5 ATR and TP to 6 ATR, subject to broker stop rules.
MINIMUM SL / TP POINTS80 / 120Minimum stop and target distances even when ATR is small.
USE SURE PROFITtrueMoney-based protection: target 4.00 and arm buffer 0.60 in account currency.
SURE PROFIT MODEFIXEDProtects the fixed target after the arm level is reached. Trail-from-peak is optional.
QUICK PROFIT PULLBACKtrueSeparate layer: arm 0.50, peak giveback 0.15, emergency floor 0.05 in account currency.
USE TRADING SESSIONfalseWhen enabled, entries are allowed from hour 4 until before hour 23 in broker/server time.
Important: Do not change many filters at once. Save a .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.
Screen reference

How to read the display panel

The panel is a status monitor. A BUY or SELL trend is not automatically an entry—the confirmation and safety gate must also pass.

KABABALI AUTO EA V3.30● LIVE
GOLD# | M1Spread 29/35 | 270ms

MARKET
Signal : WAITTrend : SELL (WEAK)
Price  : 4031.05Confirm: 4031.64
RSI   : 51.56 FAILADX   : 12.17 WEAK
BB    : 2.11 ATRBB    : CONTRACTING
MOM   : 100.00 BEARISHWHIPSAW: 1/2 PASS

TRADE PLAN
Status : SELL BLOCKED
Entry  : --
SL     : --
TP     : --
Arrow  : --
SureProfit FIXED: WAIT
Target 4.00 | ArmAt 4.60 USD

BOT STATUS
AutoTrade : ONGate : WAIT
Reason : PB RECLAIM SELL | WAIT:
CNDL/EMA/ADX

API:YES | PLATINUM | FULL | SYNC:OK
1

LIVE · Symbol/TF · Spread

LIVE means the terminal is connected. 29/35 means current spread is 29 with a maximum of 35. The 270ms value is latency.

2

Signal vs Trend

Trend: SELL shows direction only. Signal: WAIT is the current final signal, so there is no entry.

3

Price and Confirm

Price is the current bid. Confirm is the live confirmation-line level, not an automatic entry price.

4

RSI · ADX · BB · MOM · Whipsaw

These are filter votes. RSI fails, ADX 12.17 is below 23.5, and BB is contracting. Bearish momentum alone is not enough.

5

Trade Plan

SELL BLOCKED leaves Entry, SL, TP, and Arrow blank. Values appear after a valid confirmed setup.

6

SureProfit

WAIT means there is no active profit to protect. Target 4.00 and ArmAt 4.60 use account currency.

7

AutoTrade · Gate · Reason

AutoTrade ON is permission only. Gate WAIT is the final blocker. CNDL/EMA/ADX means those conditions are not aligned.

8

API · Tier · Access · Sync

API:YES verifies the key; PLATINUM | FULL shows access; SYNC:OK confirms web/mobile bridge sync.

Green — pass, active, or connected Yellow/Orange — wait, weak, or caution Red — fail, blocked, bearish, or risk alert White — information only
Reading rule: Read from top to bottom: connection → market filters → trade plan → bot gate → API/sync. Never enter manually because Trend alone says BUY or SELL; check Signal, Status, Gate, and Reason.
Step 5

How to use the website

DB

Dashboard

View bridge health, account metrics, market watch, positions, history, EA key, and downloads.

Open Dashboard
AN

Analysis

Review exact MT5 candles and conditional BUY/SELL setups. WAIT means confirmation is incomplete.

Open Analysis
UP

Bot Updates

Get the latest EA build and shared .set files. Test every setup in Strategy Tester first.

View Updates
FO

Forum

Ask questions and share setup experience. Never post your password or API key.

Open Forum
PR

Profile

Update your name, email, password, and account-related controls.

Open Profile
Need help?

Easy troubleshooting

The EA does not appear in Navigator

Confirm the .ex5 file is in MQL5 → Experts → Advisors. Refresh Navigator or restart MT5.

The API key is invalid or unverified

Copy the key again from your own dashboard and remove spaces before or after it. Confirm your account is verified and active.

The dashboard says “Waiting for MT5”

Check internet access, the WebRequest URL, Algo Trading, and the EA status on the chart. Keep MT5 open and read the Experts/Journal error.

The EA is attached but does not trade

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.

Download or login does not work

Refresh the page, try an updated browser, and check the internet connection. Confirm the email is verified and the password is correct.

Final check

Safety checklist before live trading

Risk disclosure: Forex, CFDs, commodities, crypto, and leveraged trading carry significant risk. No bot or analysis can guarantee profit. You remain responsible for every trade.
Still need help?

Send a screenshot of the error.

Include the MT5 Experts/Journal message, symbol, timeframe, and non-sensitive settings. Never include your password or API key.

Email Support