I need an EA with 100% tested and verified on back tested and specially on a live market for at least one month for which I will provide you my strategy
Time Frame to work EA: 4h, Daily, Weekly ideally it should be adjustable by me in EA settings.
Martingile: No
Hedging: No
Trailing Stop: There must be trailing stop implemented ideally it should be adjustable by me in EA.
Lot Size: It should be adjustable by me in EA settings with minimum 0.01 lot size
Curreny Pair: It should be multipaired/multicurrecy so I need to attach it to only 1 chart and it automatically scans all 28 currency pairs plus the stocks in my market watch window and start executing the trades based upon the strategy rules which are defined below and it shouldn't hang the my computer or laptop and it must run 24 hours a day 7 days a week and 365 days a year:
Strategy Rules:
Indicator(s)
50-period Simple Moving Average
5-period RSI (edit 14-period default setting to read 5-period)
Trend:
Uptrend: Price is trading above the 50-period simple moving average (SMA).
Downtrend: Price is trading below the 50-period simple moving average (SMA).
Pullback:
Buys: Price must be above 50 sma. Look to buy when both, 1) price bar declines to and touches 50 sma and, 2) the 5-period RSI is below 30. Enter long position on first confirmation above previous bar’s high. If price bar closes below 50 sma twice, without confirmation entry, then negate trade.
Sells: Price must be below 50 sma. Look to sell short when both, 1) price bar rises to and touches 50 sma and, 2) the 5-period RSI is above 70. Enter short position on first confirmation below previous bar’s low. If price bar closes above 50 sma twice, without confirmation entry, then negate trade.
Stop: Place protective stop below lowest low of pullback (reverse for sells).
Exit: Sell when 5-period RSI closes above 60. Cover short on close below 40.
Note:
1. I will provide you more explanation to this strategy with pictures so you can understand it more better.
2. Most important thing is that I need the fully back tested and real one month live testing in my demo account before signing off to this job.
3. Also if there is any kind of strategy optimization needed then you are required to do that.
4. Please note that its my personal strategy so it should,'t be sold out to other customers nor I will sell it to other persons so its full source code copyrights needs to be delivered to me.
5. Only serious and most experience developer will be required to do this project.
Benzer siparişler
hello i need help building a ea bot for mt5 and i have started on claude but i will need someone if a incredible experience to make my ideas come to live. please contact so we can schedule a quick call and i can share anything that concerns you for the task
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
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the