Trabajo finalizado
Plazo de ejecución 3 días
I'm not very familiar with mql4 and coding, but I want to purchase and EA based on any popular indicator be it the MA, RSI, Fibonacci, or any other strategy that you might be familiar with as a coder.
This should be a fully automated EA that can run in the background once setup.
What I am keen on is that the EA can generate an annual profit of at least 30% or more with minimal drawdown.
It has to be a safe EA as I am not looking for EAs that have drawdowns greater than 10%.
You can create the EA from scratch, or you can sell me an EA that is ready and has live data, I'm willing to pay more for such an EA.
However, if you are creating it from scratch, it has to have backtested data on a demo account meeting the above criteria.
I will also test it on my end to ensure that it meets my requirements.
If the first EA is delivered without hitches and is successful, I'll order more EAs based on different strategies.
Kindly, only apply if you are sure that you can create, or have an EA that meets the above criteria.
Solicitudes similares
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location