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
(2102)
Proyectos
2673
62%
Arbitraje
114
46% / 25%
Caducado
420
16%
Trabajando
Solicitudes similares
dreams good and have a great Cash out from your smart phone , tuyoywuiy glamorous flood see full idk idk slow so dolls stupid sis workouts who's spark koalas oral waits also doggo idk
I need a modification on my existing Ea if you can Can fixed risk management to lot size instead of percentage. don’t want strategic risk management input to be based on percentage Instead lot size. The strategic risk management function I need turned from percentage to lot based And I need sells and buys to have separate tps and sl options Budget:$100 Day: 1 day
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
I need to get a trading forex robot based on support and accurate resistance and moving avarage more details will be provided on the video links I want a situation where by once I put the robot on the chart and choose buy or sell and the number to open then it will only buy or sell in that particular direction only
NADGIO 30+ USD
I need a developer that can convert two Buy and Sell indicators into a trading robot. the indicators has an input parameter, this should be made available for adjustment. Features 1. Break Even 2. Trailing Stop 3. Global TP and SL 5. Time Filter 6. News Filter (If possible)
I need a developer who can convert trading view indicator in to mt5 expert advisor with some modifications. The other details will shared once chosen the developer. Looking for someone who has good knowledge of forex, mql5,and pine script
Hello, i hope you all well. I am looking or a good developer who can understand SCM/ICT concepts so that can modify an existing EA to trade against that. The EA is already there with code and it was trading based on Breakouts zones. Now i want the EA to be modified so that it trades based on inducements and liquidity. The EA should use Pending orders on those zones instead. I do not want new developers to apply
EA for index trading using ATR % of 5day 1 Give Average true range for the past 5 day so 5day ATR also for ref use the indicator "atr value indicator " my entries will be based on a % of this NO. NO. TO BE SHOWN IN TOP CORNER The Expert im looking for is 1.AT X TIME (ie 8:am ) 2.IF price moves X % of the 5 day atr( either up or down ) within Y TIME (IE 5MINUTES ) (if PRICE moves say 30% of the 5 day atr down i buy or
I want to create an Expert Advisor (EA) that can be set to open either buy or sell trades, depending on user preference (buy-only or sell-only mode). The EA will initiate trades when the market reaches (or is equal to or less than) a specified DeMarker value (e.g., DeMarker value = 0.3). The user will set both the DeMarker value for starting trades and another DeMarker value to stop opening new trades. - **DeMarker
Create a mql5 expert advisor for forex/commodities trading based on modified candlestick formation. If modified bullish engulfing appears, EA will open buy position at closing of last candle area with martingale until opening of last candle area and set stop loss at open last candle area. Trailing stop appears when half of all buy positions running profit then when all buy positions running profit, and so on. If

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)