Changes to existing EA

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 1 día
Comentario del Cliente
I would always prefer him for my futures coding requirements, as he understands the customer's requirements well and his ability to submit work on time.
Comentario del Ejecutor
Very good customer. Perfect contact, clear description, good understanding. I really enjoyed working with you. Thank you again !!!

Tarea técnica

I need 2 changes: 

 I need my buy and sell code like this.....So I can make changes in the code myself for mixed candles

------------------------------------------------------------------------------------------------- 

//--- buy conditions

           (RSI<30 && Close[1]<Open[1] && Close[2]<Open[2])   // Candles =2

//--Sell conditions

         (RSI>70 && Close[1]>Open[1] && Close[2]>Open[2])   // Candles =2


 

-------1st Changes- ----Input X Consecutive Candles------------------------

Buy  

X=1 Next input 1st Candle = Bull or Bear
X=2 Next input 1st Candle = Bull or Bear, 2nd Candle = Bull or Bear
X=3 Next input 1st Candle = Bull or Bear, 2nd Candle = Bull or Bear, 3rd Candle = Bull or Bear
X=4 Next input 1st Candle = Bull or Bear, 2nd Candle = Bull or Bear, 3rd Candle = Bull or Bear, 4th Candle = Bull or Bear
X=5 Next input 1st Candle = Bull or Bear, 2nd Candle = Bull or Bear, 3rd Candle = Bull or Bear, 4th Candle = Bull or Bear, 5th Candle = Bull or Bear
X=6 Next input 1st Candle = Bull or Bear, 2nd Candle = Bull or Bear, 3rd Candle = Bull or Bear, 4th Candle = Bull or Bear, 5th Candle = Bull or Bear, 6th Candle = Bull or Bear

 

 Sell  

X=1 Next input 1st Candle = Bull or Bear
X=2 Next input 1st Candle = Bull or Bear, 2nd Candle = Bull or Bear
X=3 Next input 1st Candle = Bull or Bear, 2nd Candle = Bull or Bear, 3rd Candle = Bull or Bear
X=4 Next input 1st Candle = Bull or Bear, 2nd Candle = Bull or Bear, 3rd Candle = Bull or Bear, 4th Candle = Bull or Bear
X=5 Next input 1st Candle = Bull or Bear, 2nd Candle = Bull or Bear, 3rd Candle = Bull or Bear, 4th Candle = Bull or Bear, 5th Candle = Bull or Bear
X=6 Next input 1st Candle = Bull or Bear, 2nd Candle = Bull or Bear, 3rd Candle = Bull or Bear, 4th Candle = Bull or Bear, 5th Candle = Bull or Bear, 6th Candle = Bull or Bear

------------------------------------Example Start-------------------------------------------

 

input string _________________________________="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx";//_________ Number of candles (Option from 1 to 6 candles)

------------BUY Candles----------------------------------------------------

 

int    Numberofcandle_1                                                = 1;            //Number of candles

string  Candle_1-Type                                                    =  Bull or Bear

int    Numberofcandle_2                                                = 2;            //Number of candles

string  Candle_1-Type                                                    =  Bull or Bear

string  Candle_2-Type                                                    =  Bull or Bear

int    Numberofcandle_3                                                = 3;            //Number of candles

string  Candle_1-Type                                                    =  Bull or Bear

string  Candle_2-Type                                                    =  Bull or Bear

string  Candle_3-Type                                                    =  Bull or Bear

int    Numberofcandle_4                                                = 4;            //Number of candles

string  Candle_1-Type                                                    =  Bull or Bear

string  Candle_2-Type                                                    =  Bull or Bear

string  Candle_3-Type                                                    =  Bull or Bear

string  Candle_4-Type                                                    =  Bull or Bear

int    Numberofcandle_5                                                = 5;            //Number of candles

string  Candle_1-Type                                                    =  Bull or Bear

string  Candle_2-Type                                                    =  Bull or Bear

string  Candle_3-Type                                                    =  Bull or Bear

string  Candle_4-Type                                                    =  Bull or Bear

string  Candle_5-Type                                                    =  Bull or Bear

int    Numberofcandle_6                                                = 6;            //Number of candles

string  Candle_1-Type                                                    =  Bull or Bear

string  Candle_2-Type                                                    =  Bull or Bear

string  Candle_3-Type                                                    =  Bull or Bear

string  Candle_4-Type                                                    =  Bull or Bear

string  Candle_5-Type                                                    =  Bull or Bear

 string  Candle_6-Type                                                    =  Bull or Bear

------------SELL  Candles----------------------------------------------------

 

int    Numberofcandle_1                                                = 1;            //Number of candles

string  Candle_1-Type                                                    =  Bull or Bear

int    Numberofcandle_2                                                = 2;            //Number of candles

string  Candle_1-Type                                                    =  Bull or Bear

string  Candle_2-Type                                                    =  Bull or Bear

int    Numberofcandle_3                                                = 3;            //Number of candles

string  Candle_1-Type                                                    =  Bull or Bear

string  Candle_2-Type                                                    =  Bull or Bear

string  Candle_3-Type                                                    =  Bull or Bear

int    Numberofcandle_4                                                = 4;            //Number of candles

string  Candle_1-Type                                                    =  Bull or Bear

string  Candle_2-Type                                                    =  Bull or Bear

string  Candle_3-Type                                                    =  Bull or Bear

string  Candle_4-Type                                                    =  Bull or Bear

int    Numberofcandle_5                                                = 5;            //Number of candles

string  Candle_1-Type                                                    =  Bull or Bear

string  Candle_2-Type                                                    =  Bull or Bear

string  Candle_3-Type                                                    =  Bull or Bear

string  Candle_4-Type                                                    =  Bull or Bear

string  Candle_5-Type                                                    =  Bull or Bear

int    Numberofcandle_6                                                = 6;            //Number of candles

string  Candle_1-Type                                                    =  Bull or Bear

string  Candle_2-Type                                                    =  Bull or Bear

string  Candle_3-Type                                                    =  Bull or Bear

string  Candle_4-Type                                                    =  Bull or Bear

string  Candle_5-Type                                                    =  Bull or Bear

string  Candle_6-Type                                                    =  Bull or Bear

 ------------------------------------- Example End-------------------------------------------

 

-------2nd Changes- ----Input How to open next Trade -----X Consecutive loss trades----------------This option should be provide in addition to the existing option


2) Consecutive loss and change side should be applicable on same day basis....

If I select 5M chart and I got first loss in one 5 mins candle where I was buying and RSI is 30 or below. Again took second loss in same or next 5 min candle and if my condition is 2 consecutive loss and change side. 

Than in the same or next 5 mins candle when both condition ( consecutive bull candles and RSI 30) is TRUE I will sell. This option should be given separately in addition to the existing option, sell side will continue till we get x consecutive losses.

 


Han respondido

1
Desarrollador 1
Evaluación
(2264)
Proyectos
2855
62%
Arbitraje
119
45% / 24%
Caducado
428
15%
Libre
Solicitudes similares
THINKORSWIM 30+ USD
We are teaching beginners how to trade on ThinkorSwim. We’d like to create 5 scripts, beginning with a chart with one indicator and then adding additional indictors with each chart. The first chart (Level 1) has just 9 day Exponential Moving Average & 20 day Exponential Moving Average and Previous day High, Low, & Close. Level II will have the same indicators as Level I plus Price Candles. Level III has Level II
1. Fix all errors in both these source codes. 2. Change lot size risk percentage ( half the risk percent per trade ) 3. Send me back the fixed source codes with no errors and a compiled file ex.5 of each EA and allow me to run a strategy test. 4. Be prepared to wait until the 20th for payment
I need a reliable, fast trade copier that sends trades from MT4 (Master) to MT5 (Slave) on the same computer. One-way only — MT4 to MT5. What I Need Copies all trade actions: Market and pending orders Modifications, SL/TP updates, closes, and partial closes Works with both manual and EA trades (with filters for magic number, symbol, or comment). Handles symbol differences (e.g. EURUSD.m → EURUSD). Supports lot size
BTMM EA 300+ USD
EA MQL5 – BTMM “Lean” Version (Minimal Inputs) — v2 — Corrections per user request — 1) Risk is strictly PER TRADE (position sizing by SL distance); not a “stop trading after reaching X%” control. 2) Add input to cap concurrent open positions. 3) All other guardrails (daily risk/trade coolant, session cuts, etc.) are handled INTERNALLY by Profiles per BTMM rules. # Project Title EA MQL5 – BTMM “Lean” with Preset
Orionis EA 30+ USD
Title: Ultimate MT4 Gold Scalper — Bank-Grade Strategy + Secure Serial-Key Licensing + Advanced HUD Description: I want a powerful, professional MT4 Expert Advisor for XAU/USD (M1) built like institutional systems (Wall Street / commercial banks): a single, robust strategy — no random trades, no spam entries. The EA must be commercializable and include a secure serial-key licensing system so only keys I register can
I am looking for an expert in backtesting and optimization for MQL5 / MetaTrader 5 to evaluate my Expert Advisor (Complete Corrections + Cleanup). 📌 Objective : Validate the robustness, stability, and structural consistency of the strategy under real market conditions (XAU/USD M15, 2023–2024 - 2025 period). ⚙️ Deliverables ✅ Complete performance report : Profit factor, Drawdown, Sharpe, Z-Score, Recovery Factor
🔧 Introducing a High-Stability Grid Trading EA — Built for Long-Term Resilience Hello MQL5 community, As developers, we all understand how challenging it is to build a Robot that maintains stability under all market conditions. After half an years of testing and refining, I’ve developed an EA focused on consistent risk-managed performance , designed to minimize exposure and adapt dynamically to volatility changes
Dominant EA 30+ USD
https://youtube.com/shorts/ePGPR8zi1C8?si=hSc_1okpkCdj8vOo Can you recreate this EA. It's called dominant EA. If you can let me know... Trades with small balance but grows it fast. If you do have something similar you can reach out to me please. Let me know what you think, the entry seems pretty good along with the management. If you have ideas reach out
Trade copier 100+ USD
I need a developer to create a program that connects Telegram trading signals to multiple trading platforms — including MT4, MT5, cTrader, MatchTrader, and TradingView — and also works the other way around (sending trades back to Telegram). The system should: Read and translate signals from multiple Telegram channels. Execute trades automatically on the connected platforms. Support multiple users, each with their own
I’m currently looking to hire a professional and experienced developer to help create a custom trading bot (Expert Advisor) for the MetaTrader platform (MT4). What I Need:I’m looking for someone who can:Develop a fully automated trading bot based on my strategy (which I will provide in detail)

Información sobre el proyecto

Presupuesto
10 - 20 USD
Para el ejecutor
9 - 18 USD
Plazo límite de ejecución
1 día(s)