{% extends 'base.html' %} {% load static %} {% block title %}Add MT5 Account - AIBOTXCHANGE{% endblock %} {% block content %}

Add MT5 Account

Connect your MetaTrader 5 account to start copy trading

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{{ form.account_name }} {% if form.account_name.errors %}
{{ form.account_name.errors }}
{% endif %}

Give your account a memorable name (e.g., "My Trading Account")

{{ form.login_id }} {% if form.login_id.errors %}
{{ form.login_id.errors }}
{% endif %}

Your MetaTrader 5 account login number

{{ form.broker }} {% if form.broker.errors %}
{{ form.broker.errors }}
{% endif %}

Select your broker from the list

{{ form.server }} {% if form.server.errors %}
{{ form.server.errors }}
{% endif %}

Server name (e.g., "ICMarkets-Live", "XM-Real")

Security Notice

  • We only need read-only access to your account for monitoring
  • Your account password is never stored or required
  • All connections are secured using MetaAPI encryption
  • You can remove access at any time from your profile
Cancel

How to find your MT5 details:

1

Open your MetaTrader 5 platform

2

Go to "Tools" → "Options" → "Trade" tab

3

Your Login ID and Server name are displayed there

4

Select your broker from our supported list

{% endblock %}