EMA_Cross_Bot

MQL5 Indicadores Asesoramiento Fórex

Tarea técnica

//+------------------------------------------------------------------+
//| Expert advisor simples: Cruzamento de EMAs |
//+------------------------------------------------------------------+
input int EMA_Fast = 9;
input int EMA_Slow = 21;
input double LotSize = 0.1;
input int Slippage = 3;

int fast_ema_handle;
int slow_ema_handle;

double fast_ema[], slow_ema[];

int OnInit()
  {
   fast_ema_handle = iMA(_Symbol, _Period, EMA_Fast, 0, MODE_EMA, PRICE_CLOSE);
   slow_ema_handle = iMA(_Symbol, _Period, EMA_Slow, 0, MODE_EMA, PRICE_CLOSE);
   return(INIT_SUCCEEDED);
  }

void OnTick()
  {
   if(CopyBuffer(fast_ema_handle, 0, 0, 2, fast_ema) < 0) return;
   if(CopyBuffer(slow_ema_handle, 0, 0, 2, slow_ema) < 0) return;

   double ema_fast_now = fast_ema[0];
   double ema_fast_prev = fast_ema[1];
   double ema_slow_now = slow_ema[0];
   double ema_slow_prev = slow_ema[1];

   if (ema_fast_prev < ema_slow_prev && ema_fast_now > ema_slow_now)
     {
      if(PositionSelect(_Symbol)) PositionClose(_Symbol); // Fecha se já existe posição
      trade.Buy(LotSize, _Symbol, Ask, Slippage);
     }
   else if (ema_fast_prev > ema_slow_prev && ema_fast_now < ema_slow_now)
     {
      if(PositionSelect(_Symbol)) PositionClose(_Symbol);
      trade.Sell(LotSize, _Symbol, Bid, Slippage);
     }
  }

Han respondido

1
Desarrollador 1
Evaluación
(83)
Proyectos
143
52%
Arbitraje
8
13% / 75%
Caducado
22
15%
Libre
2
Desarrollador 2
Evaluación
(572)
Proyectos
664
32%
Arbitraje
42
45% / 45%
Caducado
12
2%
Trabaja
3
Desarrollador 3
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
4
Desarrollador 4
Evaluación
(153)
Proyectos
238
33%
Arbitraje
20
45% / 30%
Caducado
2
1%
Trabaja
5
Desarrollador 5
Evaluación
(6)
Proyectos
8
0%
Arbitraje
8
13% / 88%
Caducado
0
Libre
6
Desarrollador 6
Evaluación
(50)
Proyectos
51
8%
Arbitraje
0
Caducado
0
Libre
7
Desarrollador 7
Evaluación
(250)
Proyectos
460
26%
Arbitraje
140
20% / 59%
Caducado
100
22%
Trabaja
8
Desarrollador 8
Evaluación
(44)
Proyectos
53
38%
Arbitraje
8
13% / 38%
Caducado
8
15%
Libre
Solicitudes similares
(Please read carefully to fully understand the job) I am looking for a developer who has real knowledge in HFT strategies and the ability to create an EA that can run on a real account and be profitable. I already have an EA that performs well on a demo account, but not on a real account. This EA can be used as an example to build a new strategy. I repeat: it should only be used as a reference, not to modify or
PROGRAMADORES SIMPLIFICO MEU PEDIDO ANTERIOR : ATENDE PARA O QUE PRECISO , UMA '' I A '' BASICO . ONDE OPERE COM PRA EM UM PONTO DEFINIDO , E VENDA EM OUTRO TAMBEM PRE-DEFINIDO. DOBRANDO DE VALORES SUCESSIVAMENTE ( COMO SURGERE O MARTINGALE ) APENAS QUANDO O PRECO PASSAR NESSES DOIS PONTOS FINAL DE '' GAP'' PORTANTO
Fibonacci 30 USD
Expert Advisor para MetaTrader 5 que identifique movimentos explosivos do preço, trace Fibonacci automaticamente e execute entradas no pullback de 50%, seguindo tendência e regras de risco. veja aqui na imagem : https://prnt.sc/RbvYjhftVh0R comprar nos 50% , stop se o candle fechar abaixo do 0% , só se fechar se tocar e voltar não faz nada .. TP: configuração manual para 1 , 2 ou 3 para 1.. Colocar o 0x0 caso eu
Robô campeão 30+ USD
Martin Gale . janela objetivando : valor de entrada e consequentemente variação de valores sempre dobrando '' variável de '' GAP '' . Janela para replica de ordens iguais a ordem de valores anteriores , ou seja: uma ordem de micro lote em tantas quantas forem necessárias operacionalmente. saída pre determinada . OBS caso seja relevante: PLATAFORMA TRADINGVIEW
Preciso de um Expert Advisor profissional para MetaTrader 5 (MT5) no XAUUSD. Nome do projeto: XAU GOLD IA PRO Características: operação 100% automática timeframe M5 confirmação M15 + H1 início automático às 19:30 (horário Brasil) meta diária de 2% stop diário de 5% lote inicial 0.01 RR 3:1 estratégia com regiões de preço + Fibonacci + Smart Money Concepts (SMC) add position leve (sem martingale agressivo) trailing
Project Description: I am looking for a Senior MQL5 Developer to build a high-precision Expert Advisor (EA) for the US30 (Dow Jones) index, based on Smart Money Concepts (SMC) and ICT methodologies. The EA must handle multi-timeframe analysis and execute trades with mechanical precision. 1. Multi-Timeframe Analysis & Structural Logic • D1 (Confluence): Automatic plotting of Daily Fair Value Gaps (FVG) and Order

Información sobre el proyecto

Presupuesto
30 - 100 USD
Plazo límite de ejecución
de 5 a 10 día(s)