Changes to existing EA

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 1 giorno
Feedback 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.
Feedback del dipendente
Very good customer. Perfect contact, clear description, good understanding. I really enjoyed working with you. Thank you again !!!

Specifiche

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.

 


Con risposta

1
Sviluppatore 1
Valutazioni
(2086)
Progetti
2646
61%
Arbitraggio
113
45% / 26%
In ritardo
418
16%
In elaborazione
Ordini simili
Hello, I want to make an EA based on SMC and a developer that is familiar with the concept and full understanding of this. Must have done similar jobs before and be able show it. I only want to work with developer that has good track record and is precise. Further information will be handed when contact is made. Developers that has zero rating will not be considered. Listed price is a base point. The project can also
EA DEJA FABRIQUE ? MODIFIER QUELQUE LIGNE POUR LE RENDRE RENTABLE /////////////////////++++++++++++++++++++++++++++++++++ EA AVEC UN SYTEME SIMPLE ; SEULEMENT A MODIFIER %%%%%%%%%%%%%%%%%% SI PERSONNE SACHANT CODER CORRECTEMENT , CE TRAVAIL EST POUR TOI
Trade methodology based on Red and Green lines entering Overbought / Oversold zone. Using confluence of Higher time frame, Moving Average a trade can enter when there is a strong slope angle. Market Base Line is used to determine overall market sentiment. This is designed to be an established trend scalping strategy on lower time frames. To be used initially on demo then real account when settings have been fine
There are six conditions in total . source code from an existing expert will be provided to aid the completion of this job . - Install the following by the Panel (copy paste form my existing Expert ) 1. Pips Lost : number of pips lost ( monthly reset ) 2. Pips Gained : number of pips gained ( monthly reset ) 3. Have a black background to avoid the
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: function (A) Add Transform combine the 4 Expert Advisors into just 1 Expert Advisor, maintaining the individuality of each one Leave in extern (false) or (true)
Description: I am seeking an experienced MQL5 developer to create a custom Expert Advisor (EA) for MetaTrader 5 based on a specific trend-following strategy. The strategy includes precise risk management, advanced trade management features, and additional risk management tools. The EA should be adaptable to any timeframe on which it is attached. Below are the detailed requirements and parameters for the EA: Strategy
I need an EA trading frequently (HFT or something like), and it sould have some features below: 1、Have a clear trading logic 2、Have a good backtest result 3、Have a demonstrated benefitable result in a live account trading 4、Can avoid the news time period or not sensitive to news
New york session based strategy 9:30 open Price takes out buy side or sell side liquidity Usually using 15min high and lows 5m entry Price takes out that high/low and price must close strongly back into the zone Is price is above price we have a sell bias vis versa for buys Sl is at the high or low with option for “offset” for cushion Tp is usually the opposite High or low. Would like the option for set pips-points &
Hello, I am looking for a skilled developer to create an Expert Advisor (EA) for MT4. The EA should close an open trade automatically when a Golden or Death Cross occurs in the Alligator Indicator. Please let me know if you have experience with similar projects and how we can discuss the details further
Hello there! I have a ATAS bot that would be discussed properly with you once you bid to this project, But majorly what i need is either: An update to my bot that allows it to watch one chart and trade on another within ATAS. Or an add on of some kind that allows it to watch one ATAS chart and then communicate with a bot that can execute trades in MT4/5. Bid now for more proper details

Informazioni sul progetto

Budget
10 - 20 USD
Per lo sviluppatore
9 - 18 USD
Scadenze
1 giorno(i)