All orders - Trading robot/indicator debugging - closed
Create an orderCategories
All
Indicators
Experts
Libraries
Scripts
Integration
Converting
Translation
Design
Consultation
Other
Popular skills
All
Forex
Trading robot/indicator debugging
Strategy optimization
Statistics and mathematics
C++
Strategy modules
Engulfing Candle Alert Indicator (personal job)
40+ USD
The job is to create an Engulfing Candle indicator with an alert function in MT4. Bullish Engulfing Candle Signal 1. Engulfing candle must sweep the low of the previous candle and close above the opening price of the previous candle 2. When a candle is a bullish engulfing candle, a signal notification must be triggered a notification must be sent to the user, with the message as follows: “Bullish Engulfing Candle
1 Application
Modify existing EA with 2 changes (personal job)
30+ USD
hi here i attach my ea mq4 and mq5 , i need to change in dashboard tp and sl should be in dashboard . and remove tp and sl inside system
1 Application
Trade_Panel PenTrade_Panel Pending order offset lines (personal job)
55+ USD
Trade_Panel Pending order offset lines Objective . I trade forex with SELL and BUY Limits orders. I need to mark the pending order offset price with a horizontal line. These lines are to be drawn by a modified version of “Trade_Panel” itself. Sequence of action . · I place pending order with specified offset. I usually place pending orders simultaneously on a number of currency pairs through “Trade_Panel” EA ·
1 Application
123+ USD
Summary: Develop an MT5 autotrader that: Trades using a “Buy Low, Sell High” strategy based on mean reversion. Uses the 21-day Bollinger Bands (with the 21-day SMA as the centerline) to identify overbought/oversold conditions. Executes trades at a fixed size of 0.01 units per trade. Sets stop-loss levels using the ATR (21) to adapt to market volatility. Incorporates risk management, trade confirmation, and
7 Applications
30 - 50 USD
replace TP/SL with ATR function. Range Auto set profit and loss value based on range using Average True Range (ATR). Range Auto set any newly open position profit level and loss level, INPUTS ATR Timeframe = Timeframe where the range will be based on. ATR Period = Period of the above timeframe Take Profit Factor (ATR Value x This) (if 0 disable) Profit level Factor times the ATR value. For example, A buy position
5 Applications
30 - 100 USD
Expert Advisor (EA) for XAUUSD (Gold) Trading Platform: MetaTrader 5 (MT5) Symbol: XAUUSD (Gold) Type: Fully automated trading system Core Trading Logic The EA should execute trades based on a multi-strategy approach , ensuring a high probability of success. It must incorporate: ✅ Trend Confirmation on Higher Timeframes – Uses H4, Daily, or Weekly charts to confirm the trend before executing trades on lower
11 Applications
35+ USD
Hello, I need help refactoring an existing EA code and changing the Trailing system to start only when order in profit. Review and clean the code - remove unused variables - rename variables and functions to be more easy to follow / relevant - make comments so it is easy to follow and understand the EA code Key Areas for Refactoring: Variable Naming : Some variables have unclear names like Gi_180 or Gd_232
5 Applications
30+ USD
I am looking for experienced worker.I will provide the clear strategy.The strategy uses the indicator I bought from the market and average true range . I hope the product can be done within 1-2 days. If your work is good, there will be future collaboration. This is urgent. Hope that the developer can confirm the job asap. P.S. If the developer understands neural network or AI, I want to mix these function to my ea
10 Applications
Add Specific Time Filter (personal job)
30+ USD
Hi. I would like you to make a modification to the previous EA. The previous EA can be found here: https://www.mql5.com/en/job/230943 Only 1 modification is required. It is to add a time filter that will disable the EA from opening new trades at specific minutes. ========== Setting Required ========== - Disable Minute This is a comma-seperated list of the minutes (broker time) that the EA cannot open new trades. It
1 Application
Adding a custom indicator & virtual stop (personal job)
30+ USD
Modifications 1.Need to add my indicator (MACD_nrp_mtf_alerts_2) t o the EA , as confirmation to the existing ADX buy/sell signal. 2.I need a true/false option on the setting panel for “soft close”, wich is working as virtual stop . If “Soft Close” set for true: Close Buy(s): -When the LAST CLOSED Adx Histogram color is change to black. Close Sell(s): -When the LAST CLOSED Adx Histogram color is change to gray
1 Application
30 - 50 USD
v37.00 original. 1.if current bar-close is if current bar-close i 2t H1 bars/candlesticks even if EA is running on a differnet time frame. ---------------------------------------------------------------- inputs Bar close (hours)(if 0 disable) = 23 TP (if 0 TP disable) = 0 SL (if 0 SL disable) = 0 Max position (if 0 disable) = 0 -------- EA should work on any time frame. make sure EA works for D1 timeframe. hand over
11 Applications
30+ USD
Can you please modify the condition for entry/exit as per above image that : - for SMAs in main chart, SMA applied to MACD, & SMA APPLY to the ADX to count the candle soon after SMA crossed from sl no -Zero candle instead of sl no.1 of previous EA. Here all condition of entry / exit was taken after one candle from SMA cross over point. but I want to change it to excute any entry/ exit soon after cross over of SMA on
I need to modify my existing mq4 and mq5 ea (personal job)
40+ USD
hi want to modify my existing ea , in input like stoploss and takeprofit to be add and trailing stop also to be add . do this project as soon as posible thanks
1 Application
30+ USD
Please make sure that you read the attached file, understand the indicators, how they function and that the strategy as requested can be coded or you are able to replicate the entry in such a manner that it emulates the cross described exactly
15 Applications
Turn my Strategy into an EA (personal job)
300+ USD
Turn my Strategy into an EA. I will provide the strategy in a complete PDF File with explanations, rules and settings. Additionally we've discussed a few things over chat already. Best regards, Ruben
1 Application
200 - 250 USD
please create an EA for XAUUSD on 4 Hour timeframe with the following instructions: 1. Trigger a buy order if current 4 hour candle touch 50 moving average and close above 50 moving average. set stoploss at the low of previous candle and take profit 100 pips. 2. Trigger a sell order if current 4 hour candle touch 50 moving average and close below 50 moving average. set stoploss at the high of previous candle and take
28 Applications
30+ USD
I'm looking for an MT5 EA for Deriv's VIX 100 index (though it should work with other pairs as well). The strategy is based on EMA 50 and EMA 200 crossovers: Buy when EMA 50 crosses above EMA 200. Sell when EMA 200 crosses above EMA 50. Lot size starts at 0.5 and adjusts after a loss to recover losses while still aiming for at least $1 profit. No stop loss; trades close when the take profit of $1 is hit or the EMAs
10 Applications
90+ USD
TLDR: add 1 buffer that displays the historical values of 1 buffer of a custom indicator, both historically (as if it ran in real time from left to right of the chart), as in real time Don't bid if you are in doubt about how to do this. 1) Intro: When you are not sure if an indicator is repainting or not (changing its past values as new bars arrive), a neat little trick would be in MT4 to open: a 1-minute chart, put
5 Applications
Hi i want to convert and modify my mq4 to mql5 (personal job)
50+ USD
i want to convert my mql4 to mql5 and some other modification requred , add reverse option to reverse the position . in reverse instead of stoploss i need takeprofit thats it
1 Application
70 - 150 USD
Bot de Trading 100% Configurable Características Clave: Horario Personalizable : Opera en sesiones de Asia, Londres y Nueva York con activación por hora. Indicadores Ajustables : ATR, Canales de Donchian, EMA 50 y Volumen, totalmente configurables. Gestión de Riesgo Dinámica : Ajuste automático del riesgo según resultados (0.5%-1%), con cálculo preciso de lotaje. Stop Loss y Take Profit Inteligentes : Basados en ATR