Specification
//+------------------------------------------------------------------+
//| 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);
}
}
Responded
1
Rating
Projects
143
52%
Arbitration
8
13%
/
75%
Overdue
22
15%
Free
2
Rating
Projects
664
32%
Arbitration
42
45%
/
45%
Overdue
12
2%
Working
3
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
4
Rating
Projects
238
33%
Arbitration
20
45%
/
30%
Overdue
2
1%
Working
5
Rating
Projects
8
0%
Arbitration
8
13%
/
88%
Overdue
0
Free
6
Rating
Projects
51
8%
Arbitration
0
Overdue
0
Free
7
Rating
Projects
460
26%
Arbitration
140
20%
/
59%
Overdue
100
22%
Working
8
Rating
Projects
53
38%
Arbitration
8
13%
/
38%
Overdue
8
15%
Free
Similar orders
(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
Robot Martingale
30+ USD
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
Project information
Budget
30 - 100 USD
Deadline
from 5 to 10 day(s)