🦍 KongAI - User Guide (For Beginners)


👋 Welcome!

KongAI is a smart trading robot (Expert Advisor) that uses Artificial Intelligence (Neural Networks) to learn from the market. Think of it as a diligent trader who never sleeps, monitors 7 different indicators at once, and constantly learns from its mistakes.
You don't need to be a programmer to use it! This guide will walk you through the basics.
---

🚀 1. How to Start the Robot?


  • Open the MetaTrader 5 platform.
  • Find the chart of the currency you want to trade (e.g., EURUSD, H1).
  • In the "Navigator" panel (left side), find KongAI.
  • Drag and drop KongAI onto the chart.
  • In the window that opens, go to the Common tab.
  • ✅ Check the box "Allow Algo Trading".
  • Click OK.

  • 💡 Sign it's working: In the top right corner of the chart, you will see a small "cap" icon (🎓) which should be blue, not grey.

    ---

    ⚙️ 2. Explanation of Settings (Input Parameters)


    When you drag the robot onto the chart, you will see a list of settings. Here is what they mean in simple terms:

    💰 Money Management (Risk Management)

  • mLots (0.4): The size of your bet (trade size).
  • *Tip:* For starters, set it lower (e.g., 0.01 or 0.1) until you see how it works.
  • ProfitTarget / StopLoss (4.5):
  • ProfitTarget: How much profit you want before the robot exits ("Take the money and run").
  • StopLoss: How much you are willing to lose if things go wrong ("Emergency brake").

  • 🧠 Robot Brain (Neural Network Settings)

    These are the settings for its intelligence.
  • NumberOfEpochs (1000): How long the robot "learns" before starting to trade. Higher number = smarter robot, but takes longer to start.
  • threshold (2.0): How confident it must be to enter a trade.
  • *Simple explanation:* Lower number = more trades (aggressive). Higher number = only "sure shots" (cautious).
  • printLogMessages: If enabled (true), the robot will write what it's thinking in the "Experts" tab. Good for beginners to see what it's doing.

  • 🚦 Trade Control (Trade Frequency)

  • MinConditionsRequired (min_3): THIS IS IMPORTANT!
  • The robot monitors 7 things. Here you tell it: "How many of these things must align to trade?"
  • `min_1`: Very aggressive (risky).
  • `min_3`: Balanced (recommended).
  • `min_6`: Very strict (will trade rarely, but safer).

  • 🔄 Auto-Repair (Auto Retrain)

    KongAI has the ability to realize when it's not performing well and "fix" itself.
  • EnableAutoRetrain (true): Keep this ON! It allows it to retrain itself.
  • RetrainBalanceDropPercent (5.0): If you lose 5% of your money, the robot automatically stops, analyzes mistakes, and relearns.
  • RetrainAfterTrades (10): Periodically refreshes after every 10 trades.

  • ---

    🛠️ 3. How to Optimize It (Customize for Yourself)?


    Every currency (EURUSD, GBPUSD, Gold) is different. What works on one may not work on another.
  • In MetaTrader, open Strategy Tester (Ctrl+R).
  • Select KongAI.
  • Select the symbol (e.g., XAUUSD for Gold).
  • Select the period (e.g., Last Year).
  • In the Inputs tab, right-click on ProfitTarget and StopLoss, then select "Start", "Step", "Stop".
  • *Example:* Start 2.0, Step 0.5, Stop 6.0.
  • Run the test ("Start").

  • The computer will try all combinations and tell you which is the best (most profit, least loss). Then enter those numbers into your robot on the live chart.
    ---

    ⚠️ 4. Moving to a LIVE ACCOUNT


    Before you turn on real money, go through this checklist:
  • Test on a Demo account for at least a week.
  • MagicNumber: If using multiple robots (or the same robot on multiple pairs), each must have a UNIQUE MagicNumber (e.g., 10, 20, 30...). This way they know which positions belong to whom.
  • VPS (Server): The robot only works while the computer is on. If you turn off your computer, the robot stops. For serious trading, rent a VPS (virtual server) to run 24/7.
  • News: Be careful during major economic news (NFP, Interest Rates). The robot can get confused by sudden movements.

  • ---
    Happy Trading! 🚀 *Your KongAI Team*