Changes to existing EA

MQL4 Experts

Job finished

Execution time 1 day
Feedback from customer
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.
Feedback from employee
Very good customer. Perfect contact, clear description, good understanding. I really enjoyed working with you. Thank you again !!!

Specification

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.

 


Responded

1
Developer 1
Rating
(2077)
Projects
2635
61%
Arbitration
113
45% / 26%
Overdue
418
16%
Working
Similar orders
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
OK I just need 1 MOD Who can do it free There is a (Reciever EA) that receives signals from a (Sender EA) I need to ADD one mod It may even look like the option/signal is there= Ignore it Coding was wrong on that part This is simple The option in the Reicver EA will Be called "Open Copy Live" with the option to Set to True or False When set to true the Reicver EA will Watch
Hi there, I need a very highly skilled mt4 programmer to code and design an EA from scratch. The logic of the EA will be discussed with you in comments section, only reach out if you can code perfectly for mt4 using MQL4 coding solutions language, EA must be able to run well without any problems and work according to the logic thanks
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
### Summary of EA Requirements 1. **Time Period**: - The EA should operate on the H4 timeframe. 2. **RelicusRoad MACD v2 Indicator**: - **Parameters**: - Fast EMA Period: 12 - Fast EMA Type: Close price - Slow EMA Period: 24 - Slow EMA Type: Close price - Signal SMA Period: 9 - The EA should use this indicator to determine the crossover condition between the MACD line and the signal line. 3
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
Ind V5 TV Strategy Requirements: Instruments: Forex pairs, Crypto and Stocks across exchanges TimeFrame: Multi-Time Frame comparisons, details below Indicators: Ichimoku Cloud, ATR & Choppiness Index Trade times: First Order: Day of Week Start Time, Day of Week First Order time, Day of Week Last Order Time and Day of Week Square Off Time Intraday TF: 1 min, 3 mins, 9 mins, 27 mins and 81 mins Position Size (Lots)
I want this EA in mql4. The two indicators are written in pinescript Developer should please understand it to develop the EA. One of the indicator will be used as direction and the other for entry. The should have code that it can be used for( only one PC and an expiration date. ; this the developer should show me how to adjust it, so that I can adjust to my preference). Parameters:number of trades.lotsize, SL pips
I need a robot for forex trading~~The way the robot should work is that when I put it into a 5 minute chart, the chart will show 15 minutes, one hour, Regardless of whether they are buying or selling, they must buy or sell in the same color at the same time~~~ Use the following indicators: HalfTrend 1 & alerts mtf Trafficlight indicator.MQ4 When placed into a 5 minute chart ~ the chart will show 15 minutes, one
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing maximum budget = 150$ Preference is given to someone who: -speaks Arabic so I can explain it clearly to him - And the lowest price

Project information

Budget
10 - 20 USD
For the developer
9 - 18 USD
Deadline
1 day(s)