Specifiche
//+------------------------------------------------------------------+
//| 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);
}
}
Con risposta
1
Valutazioni
Progetti
143
52%
Arbitraggio
8
13%
/
75%
In ritardo
22
15%
Gratuito
2
Valutazioni
Progetti
664
32%
Arbitraggio
42
45%
/
45%
In ritardo
12
2%
In elaborazione
3
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
4
Valutazioni
Progetti
238
33%
Arbitraggio
20
45%
/
30%
In ritardo
2
1%
In elaborazione
5
Valutazioni
Progetti
8
0%
Arbitraggio
8
13%
/
88%
In ritardo
0
Gratuito
6
Valutazioni
Progetti
51
8%
Arbitraggio
0
In ritardo
0
Gratuito
7
Valutazioni
Progetti
460
26%
Arbitraggio
140
20%
/
59%
In ritardo
100
22%
In elaborazione
8
Valutazioni
Progetti
53
38%
Arbitraggio
8
13%
/
38%
In ritardo
8
15%
Gratuito
Ordini simili
(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
Informazioni sul progetto
Budget
30 - 100 USD
Scadenze
da 5 a 10 giorno(i)