Opportunity for a Long-Term Contract
The top-performing developer who successfully completes this current job to my straightforward specifications will be offered a contracted hourly position for ongoing work.
Criteria for Selection:
A strong track record of completed jobs visible in your profile.
Availability to focus solely on this project.
Ability to deliver within one (1) day.
A high star rating.
Minimal or no history of arbitration.
Additional Requirements:
You must work within the Eastern Standard Time Zone (EST).
The task involves updating the opening conditions of the EA.
Specific Task:
The current EA opens a trade 4 candlestick closes after a signal. This needs to be updated to a system that opens trades immediately after 1 candlestick closes, using a non-repainting stochastic indicator.
What is Required:
Non-Repainting Stochastic Indicator:
The indicator must generate reliable and consistent signals that do not adjust or disappear with new price data.
It should accurately reflect the crossover conditions between the %K and %D lines in real-time, without altering past values.
EA Modifications:
Replace the current logic with a non-repainting stochastic to ensure trades open immediately after the 1st confirmed candlestick close.
Example:
Buy Condition: When %K crosses above %D, a BUY trade should execute instantly after the candle closes bullish.
Sell Condition: When %K crosses below %D, a SELL trade should execute instantly after the candle closes bearish.
THIS IS NOT THE ONLY CONDITIONS , please please please KEEP CURRENT OPENING CONDITIONS
you need to ask as much questions as possible so we both are on the same page of understanding all my job requirements.
This ensures that trades are executed based on reliable, non-repainting signals, enhancing the EA’s performance and usability in both backtesting and live trading scenarios
Closing conditions
The trade will close immediately when the stochastic crosses without waiting for any type of candle to close.
The opening will be a non repainting stochastic indicator. This process will repeat continuously
Complete this successfully, and you’ll secure a long-term opportunity.
相似订单
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