Descargar
MetaTrader 5 para PC y móvil
Opera en los mercados más populares con la plataforma MT5 de Axi para PC, Mac, Android y iOS.
.homehero_carousel { margin: 0; }
.homehero_carousel .slick-slider .slick-dots { display: none; }
.accent { color: #FFD23F; }
.heroSec {
background-image: url("https://aximedia.s3.amazonaws.com/rebrand-prod/kkznpafn/mt5-hero-section.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 520px;
display: flex;
align-items: center;
}
.heroSec .text_block {
max-width: 1140px;
width: 100% !important;
margin: 0 auto;
padding: 0 40px;
box-sizing: border-box;
align-items: flex-start;
}
.heroSec .text_block h1 {
font-size: 56px;
max-width: 600px;
color: #fff !important;
text-align: left;
line-height: 1.15;
font-weight: 700;
margin: 0 0 24px 0;
}
.heroSec .text_block .subtitle {
font-size: 20px;
max-width: 500px;
color: #fff;
text-align: left;
line-height: 1.5;
font-weight: 600;
margin: 0;
}
@media (max-width: 991px) {
.heroSec {
background-image: url("https://aximedia.s3.amazonaws.com/rebrand-prod/u53p5rxy/mobile-header.png");
background-position: center bottom;
background-size: cover;
height: auto;
display: block;
padding-bottom: 80%;
}
.heroSec .text_block {
padding: 32px 24px 0;
display: block;
max-width: none;
}
.heroSec .text_block h1 {
font-size: 32px;
line-height: 1.2;
max-width: none;
text-align: left;
margin: 0 0 20px 0;
}
.heroSec .text_block .subtitle {
font-size: 18px;
max-width: none;
text-align: left;
line-height: 1.4;
}
}
.metatrader5{
background-color: #F0EBE3;
}
.metatrader5 .firstSection{
padding: 48px 0;
max-width: 1140px;
width: 100%;
margin: 0 auto;
display: flex;
gap: 10px;
}
.metatrader5 .imgSection{
max-width: 50%;
width: 100%;
}
.metatrader5 .textSection{
max-width: 50%;
width: 100%;
display: flex;
flex-direction: column;
align-items: start;
}
.metatrader5 .textSection .title1{
font-size: 38px;
}
.metatrader5 .textSection .para{
font-style: normal;
font-weight: 400;
line-height: 38px;
font-size: 18px;
}
@media (max-width: 768px){
.metatrader5 .firstSection{
flex-direction: column;
padding: 32px 15px;
gap: 20px;
}
.metatrader5 .imgSection{
max-width: 100%;
width: 100%;
}
.metatrader5 .textSection{
max-width: 100%;
width: 100%;
}
.metatrader5 .textSection .title1{
font-size: 25px;
}
.metatrader5 .imgSection img{
width: 100%;
height: auto;
}
}
CARACTERÍSTICAS DE VANGUARDIA, A TUS MANDOS
COBERTURA COMPLETA DEL MERCADO
Desde forex hasta criptomonedas, monitorea los mercados en tiempo real
CHAT DE LA COMUNIDAD MQL5 INTEGRADO
Conéctate y comunícate con otros usuarios
INDICADORES TÉCNICOS INTEGRADOS
38 indicadores incorporados, todos a tu alcance
CALENDARIO ECONÓMICO
Reacciona instantáneamente a eventos del mercado y mantente al tanto de tus operaciones
GRAFICOS AVANZADOS
44 objetos gráficos y 21 marcos de tiempo para operaciones más precisas
PROBADOR DE ESTRATEGIA MULTI-HILO
Evalúa tu estrategia de trading con EAs
.cuttingEdge{
padding: 32px 16px;
width: 100%;
max-width: 1140px;
margin: 0 auto;
}
.cuttingEdge .cuttingTitle{
font-size: 38px;
text-align: center;
}
.cuttingEdge .innerSection{
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.cuttingEdge .box{
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
justify-content: center;
}
.cuttingEdge .boxTitle{
font-size: 25px;
font-style: normal;
font-weight: 400;
width: 100%;
text-align: center;
min-height: 70px;
margin: 0;
}
.cuttingEdge .boxPara{
font-size: 18px;
font-style: normal;
font-weight: 400;
text-align: center;
}
@media (max-width: 768px){
.cuttingEdge .boxTitle{
min-height: unset;
}
.cuttingEdge .cuttingTitle{
font-size: 28px;
}
.cuttingEdge .box img{
width: 250px;
height: 250px;
}
}
APROVECHA LAS OPORTUNIDADES CON AXI EN MT5
SPREADS COMPETITIVOS desde 0.9 pips
CUOTAS Y PRECIOS TRANSPARENTES para ayudarte a mantenerte enfocado en tus operaciones
DIVERSAS OPCIONES DE PAGO para depositar en tu cuenta
.listItem{
background: linear-gradient(0deg, #D11C36 0%, #FC404D 100%);
}
.innerSection{
max-width: 1140px;
width: 100%;
margin: 0 auto;
padding-top: 32px;
display: flex;
align-items: center;
}
.listItem .innerSection .textSection{
max-width: 50%;
width: 100%;
}
.listItem .innerSection .textSection .tilte{
color: white;
font-size: 38px;
}
.listItem .innerSection .textSection ul {
list-style: none;
padding: 0;
}
.listItem .innerSection .textSection ul li {
font-size: 18px;
color: white;
padding: 16px 0 16px 40px;
position: relative;
}
.listItem .innerSection .textSection ul li::before {
content: '';
background-image: url('https://aximedia.s3.amazonaws.com/rebrand-prod/vm5npx3j/layer_1.png');
background-size: contain;
width: 23px;
height: 30px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.listItem .innerSection .imgSection{
max-width: 50%;
width: 100%;
}
@media (max-width: 768px){
.listItem .innerSection{
padding: 32px 16px 0;
flex-direction: column;
gap: 20px;
}
.listItem .innerSection .textSection{
max-width: 100%;
width: 100%;
}
.listItem .innerSection .textSection .tilte{
font-size: 28px;
}
@media (max-width: 768px) {
.listItem .innerSection .textSection ul li {
font-size: 18px;
padding-left: 35px; /* Adjust padding for smaller screens */
}
.listItem .innerSection .textSection ul li::before {
width: 20px; /* Scale down the icon size */
height: 26px;
}
}
.listItem .innerSection .imgSection{
max-width: 100%;
width: 100%;
}
.listItem .innerSection .imgSection img{
width: 100%;
height: auto;
}
}
.mt5Platforms{
margin: 0 auto;
display: flex;
flex-direction: column;
padding: 32px 16px;
}
.mt5Platforms .cuttingTitle{
font-size: 38px;
text-align: center;
}
.mt5Platforms .mt5Para{
font-size: 18px;
max-width: 800px;
text-align: center;
margin: 0 auto;
}
.mt5Platforms .innerSection{
padding: 32px 16px;
width: 100%;
max-width: 1140px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.mt5Platforms .box{
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
justify-content: center;
max-width: 340px;
width: 100%;
padding-bottom: 32px;
}
.mt5Platforms .boxTitle{
font-size: 25px;
font-style: normal;
font-weight: 400;
width: 100%;
text-align: center;
min-height: 70px;
margin: 0;
}
.mt5Platforms .boxPara{
font-size: 16px;
font-style: normal;
font-weight: 400;
text-align: center;
min-height: 120px;
}
.mt5Platforms .buttons{
max-width: 600px;
margin: 0 auto;
display: flex;
justify-content: space-evenly;
}
.mt5Platforms .buttons a{
font-size: 16px;
background-color: #FCD758;
text-decoration: none;
padding: 10px 16px;
border-radius: 10px;
}
@media (max-width: 768px){
.mt5Platforms .cuttingTitle{
font-size: 28px;
}
.mt5Platforms{
padding: 32px 16px;
}
.mt5Platforms .boxTitle{
min-height: unset;
}
.mt5Platforms .box img{
width: 150px;
height: 150px;
}
.mt5Platforms .boxPara{
min-height: unset;
}
}
COMIENCE A OPERAR MT5 CON UN CORREDOR GLOBAL GALARDONADO
.awardsSection{
background-color: #F0EBE3;
padding: 40px 16px 40px;
}
.awardsSection .innerAwards{
width: 100%;
max-width: 1140px;
margin: 0 auto;
}
.awardsSection .innerAwards .cuttingTitle{
font-size: 38px;
text-align: center;
}
.awardsSection .innerAwards .innerSection{
display: flex;
flex-wrap: wrap;
row-gap: 30px;
}
.awardsSection .innerAwards .box{
margin: 0 auto;
max-width: 360px;
width: 100%;
display: flex;
justify-content: center;
}
@media (max-width: 768px){
.awardsSection{
padding: 32px 16px;
}
.awardsSection .innerAwards{
padding: 0 ;
}
.awardsSection .innerAwards .cuttingTitle{
font-size: 28px;
}
.awardsSection .innerAwards .box{
max-width: 150px;
width: 100%;
}
.awardsSection .innerAwards .box img{
width: 130px;
height: 140px;
}
}
Elija su país de residencia - Será redirigido al Portal del Cliente de Axi para comenzar su solicitud.
Configure su cuenta - Seleccione MT5 como su plataforma de trading, elija su apalancamiento preferido y la divisa de su cuenta.
Deposite y comience a operar - Deposite fondos en su cuenta MT5, descargue la plataforma para su dispositivo, inicie sesión y comience a operar de inmediato.
Los CFD conllevan un alto riesgo de pérdida de inversión.
.numberSection{
background-color: #F0EBE3;
padding-bottom: 64px;
}
.numberSection .innerSection{
width: 100%;
max-width: 1140px;
margin: 0 auto;
padding: 64px 0 32px;
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.numberSection .innerSection .box{
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
justify-content: center;
}
.numberSection .innerSection .boxPara{
font-size: 18px;
font-style: normal;
font-weight: 400;
text-align: center;
min-height: 140px;
max-width: 250px;
width: 100%;
}
.numberSection .buttons{
max-width: 600px;
margin: 0 auto;
display: flex;
justify-content: space-evenly;
}
.numberSection .buttons a{
font-size: 16px;
background-color: #FCD758;
text-decoration: none;
padding: 10px 16px;
border-radius: 10px;
}
.numberSection .cfdText {
margin: 0 auto;
text-align: center;
padding: 32px 16px 0;
max-width: 1140px;
}
@media (max-width: 768px){
.numberSection .innerSection .box img{
width: 150px;
height: 150px;
}
.numberSection .innerSection .boxPara{
min-height: unset;
}
.numberSection .buttons{
flex-direction: column;
text-align: center;
gap: 20px;
}
.numberSection .buttons a{
max-width: unset;
width: 280px;
margin: 0 auto;
}
}
DIVERSIFICA CON MERCADOS DE ALTA DEMANDA
Forex
Acciones
Índices
Materias primas
Criptomonedas
.markets{
padding: 64px 16px;
}
.markets .innerSection{
width: 100%;
max-width: 1140px;
margin: 0 auto;
padding-bottom: 32px;
display: flex;
flex-wrap: wrap;
}
.markets .innerSection .box{
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
justify-content: center;
width: 100%;
max-width: 150px;
}
.markets .innerSection .boxPara{
font-size: 18px;
font-style: normal;
font-weight: 600;
text-align: center;
}
.markets .cuttingTitle{
font-size: 38px;
text-align: center;
}
@media (max-width: 768px){
.markets .innerSection .box img{
width: 100px;
height: 100px;
}
.markets .cuttingTitle{
font-size: 28px;
}
}
Opera de manera más inteligente con Axi Copy Trading en MT5
.axiTrading{
background-image: url('https://aximedia.s3.amazonaws.com/rebrand-prod/5phphwqr/2-1.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.axiTrading .firstSection{
padding: 48px 0;
max-width: 1140px;
width: 100%;
margin: 0 auto;
display: flex;
gap: 10px;
}
.axiTrading .imgSection{
max-width: 50%;
width: 100%;
}
.axiTrading .textSection{
max-width: 50%;
width: 100%;
display: flex;
align-items: center;
}
.axiTrading .textSection .title1{
font-size: 38px;
font-weight: 700;
}
@media (max-width: 768px){
.axiTrading .firstSection{
flex-direction: column;
padding: 32px 15px;
gap: 20px;
}
.axiTrading .imgSection{
max-width: 100%;
width: 100%;
}
.axiTrading .textSection{
max-width: 100%;
width: 100%;
}
.axiTrading .textSection .title1{
font-size: 25px;
}
.axiTrading .imgSection img{
width: 100%;
height: auto;
}
}
Axi Copy Trading en MT5 ofrece una integración perfecta, permitiéndote combinar estrategias de trading manual, algorítmico y automatizado en una única y potente plataforma.
.lastaxi{
}
.lastaxi .firstSection{
padding: 48px 0;
max-width: 900px;
width: 100%;
margin: 0 auto;
display: flex;
gap: 10px;
}
.lastaxi .imgSection{
max-width: 40%;
width: 100%;
}
.lastaxi .textSection{
max-width: 60%;
width: 100%;
display: flex;
align-items: center;
}
.lastaxi .textSection .title1{
font-size: 18px;
}
@media (max-width: 768px){
.lastaxi .firstSection{
flex-direction: column;
padding: 32px 15px;
gap: 20px;
}
.lastaxi .imgSection{
max-width: 100%;
width: 100%;
}
.lastaxi .textSection{
max-width: 100%;
width: 100%;
}
.lastaxi .imgSection img{
width: 100%;
height: auto;
}
}
Ventajas clave del Copy Trading en MT5
Mantén el control
Personaliza el riesgo por operación y gestiona tu portafolio sin esfuerzo.
Ejecución fluida
Refleja el rendimiento de los mejores traders sin interrumpir tus propias operaciones.
Rendimiento transparente
Consulta ganancias y pérdidas detalladas a través de los rankings de proveedores.
Diversificación sencilla
Construye un portafolio equilibrado copiando a varios traders con diferentes técnicas y perfiles de riesgo.
Promocionado por AxiTrader Ltd. Los CFD conllevan un alto riesgo de pérdida de inversión. No disponible para residentes de AU, UK, EU y NZ. La aplicación de Copy Trading de Axi se proporciona en asociación con London & Eastern LLP.
.keyAdvantage{
padding: 40px 16px;
}
.keyAdvantage .innerSection{
width: 100%;
max-width: 1140px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.keyAdvantage .innerSection .box{
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
justify-content: center;
width: 100%;
max-width: 240px;
}
.keyAdvantage .innerSection .boxPara{
font-size: 18px;
font-style: normal;
font-weight: 600;
text-align: center;
margin-bottom: 8px !important;
}
.keyAdvantage .boxPara2{
font-size: 18px;
font-style: normal;
font-weight: 400;
text-align: center;
min-height: 120px;
}
.keyAdvantage .cuttingTitle{
font-size: 38px;
text-align: center;
font-weight: 600;
}
.keyAdvantage .stores{
display: flex;
align-items: center;
text-align: center;
justify-content: center;
padding: 24px 0 0;
gap: 20px;
}
.keyAdvantage .lastP{
text-align: center;
padding: 15px;
max-width: 800px;
margin: 0 auto;
}
@media (max-width: 768px){
.keyAdvantage .innerSection .box img{
width: 100px;
height: 100px;
}
.keyAdvantage .cuttingTitle{
font-size: 28px;
}
.keyAdvantage .stores{
flex-direction: column;
}
}
Preguntas frecuentes (FAQs) sobre MT5
Puedes descargar el terminal MT5 desde los enlaces en esta página o directamente desde el área de cliente .
Cualquier cliente puede abrir hasta 5 cuentas MT5, siempre que no tenga otras cuentas existentes.
MT5 funciona con arquitectura de 64 bits, por lo que es más rápido y fluido que MT4. Además ofrece más marcos temporales y funciones adicionales como profundidad de mercado, órdenes stop‑limit avanzadas y herramientas de panel de precios.
Sí. Axi Select está disponible para su uso en MT4 y es compatible con MT5.
Actualmente el apalancamiento disponible es hasta 1:1000 y las divisas de cuenta admitidas incluyen USD, JPY, EUR, GBP, SGD y AUD.
Los clientes pueden abrir cuentas MT5 iniciando sesión en el área de cliente y seleccionando el botón "Agregar una nueva cuenta".
Sí, los clientes pueden hacer transferencias internas entre sus cuentas de trading.
En las cuentas estándar de MT5 puedes operar índices cash, criptomonedas CFD, futuros sobre materias primas e índices, acciones sin comisión, forex estándar, metales estándar y ETF.
En este momento las cuentas Standard y Pro son elegibles para MT5. Las cuentas Premium y Elite están previstas para una actualización futura.