SKILLED coder to input own codes to existing EA

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 9 horas
Comentario del Cliente
Excellent developer did my job in one day , very skilled and knowledgeable .
Comentario del Ejecutor
A Strong Handshake. Thank you.

Tarea técnica

add a few lines  and functions to existing EA.    I  NEED SOURCE CODE FILE MQL4 BEFORE   APPROVING THE WORK DONE
I need it coded in same format as existing codes  . I use many eas on my account .


1)Add comment to print EA name in comment  E A order send will add comment to display on comment 
_OrdComment  name  = "log scalper";.
_OrdComment    add to order send

2)Add comment to print EA  magic number in  journal  ,  I have 40  magic numbers in order send  E A order send will add print magic number  to display on experts journal .
MagicNumber number is sent  in  order send .  add code to print  it in journal 

3) Change martingale function to increase next lot by 0.2 %  (20 % to next order  lot size) , currently  it places double  200 % , need 1.20 multiplier 120  %  of last lost size  fot  next lot size     .

4)close open trade 10 day function   , if trade is open for more than 10 days , close trade.
add comment to display on journal  "close 10 day "
input int  days 10 close = 10 ;  


code m //  ( m= open trades )
code first_m                      this is time of  open trade opening time

if(total_m > 0 ) //   m= open trades   


CODE FUNCTION  S FOLLOWS
      
if(TimeCurrent() - first_m >= 10 * 24 * 60 * 60)   
        {
         _ClosingThisSymbolAll(Symbol());
         Print("Close0ver10days");
         return;
        }


5)close 3 day  open buy profit   function  : add a take profit  function   , if trade is open for more than 3 days ,  and profit is greater than 100 less  9  % for everyday trade it is open , and profit is greater than 30 after deducting 9% ,  close trade.
add comment to display on journal  "close 3day buy profit  "

input int takeProfit3 = 300;  // 30 
CODE FUNCTION  S FOLLOWS
 
code first_m                   //   this is time of  open trade     
if(TimeCurrent() - first_m >= 3 * 24 * 60 * 60)  

code open profit   as pr_open
if(total_pr_open> 100 )


code total  m days      total_m_days is number of days the trade is open 
total_m_days   is first_m -(TimeCurrent() 

code profit pr as (total_pr_open> 100 )- (total_m_days *9)



 The function is      

 IF   first_m  ==    OP_BUY

 if(pr> 30 )

        {
         _ClosingThisSymbolAll(Symbol());
         Print("Close3daypr");
         return;
        }



6)  close 7 day  open sell profit   function  : add a take profit  function   , if trade is open for mor than 7 days ,  and profit is greater than 100 less  3  % for everyday trade it is open , and profit is greater than 30 after deducting 3% ,  close trade.
add comment to display on journal "close 7 day sell profit  "
input int takeProfit7 = 300;  // 30 

Han respondido

1
Desarrollador 1
Evaluación
(144)
Proyectos
170
23%
Arbitraje
7
29% / 43%
Caducado
4
2%
Trabajando
2
Desarrollador 2
Evaluación
(213)
Proyectos
255
78%
Arbitraje
3
67% / 33%
Caducado
19
7%
Libre
3
Desarrollador 3
Evaluación
(14)
Proyectos
18
67%
Arbitraje
2
50% / 50%
Caducado
3
17%
Libre
4
Desarrollador 4
Evaluación
(37)
Proyectos
59
27%
Arbitraje
25
20% / 52%
Caducado
10
17%
Trabaja
5
Desarrollador 5
Evaluación
(139)
Proyectos
181
24%
Arbitraje
23
22% / 39%
Caducado
13
7%
Libre
6
Desarrollador 6
Evaluación
(10)
Proyectos
25
28%
Arbitraje
2
0% / 0%
Caducado
1
4%
Trabajando
7
Desarrollador 7
Evaluación
(65)
Proyectos
70
64%
Arbitraje
4
75% / 0%
Caducado
7
10%
Trabajando
8
Desarrollador 8
Evaluación
(71)
Proyectos
80
10%
Arbitraje
35
9% / 54%
Caducado
6
8%
Trabaja
9
Desarrollador 9
Evaluación
(157)
Proyectos
174
43%
Arbitraje
6
0% / 67%
Caducado
8
5%
Libre
10
Desarrollador 10
Evaluación
(42)
Proyectos
59
54%
Arbitraje
3
0% / 0%
Caducado
1
2%
Trabaja
11
Desarrollador 11
Evaluación
(97)
Proyectos
135
52%
Arbitraje
4
50% / 50%
Caducado
0
Trabaja
Solicitudes similares
I need help fixing my EA for MT5. It’s a very simple EA, and I currently cannot solve an issue where webrequest communicates with OpenAi API without error. Please only apply if you can help solve this issue
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA. # MANUAL ZONE MARKING # THREE TYPES OF ENTRIES (
p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} p.p1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} li.li1 {margin: 0.0px 0.0px 12.0px 0.0px; font: 14.0px 'Trebuchet MS'; color: #313131} ol.ol1 {list-style-type: decimal} I have an EA that open trades when my entry conditions are met. It usually executes one trade per day. I'd like to add an option
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены
a coder is required to add an indicator to existing ea The new indicator will work as 1. option to combine with exiting indicator to open trade 2. it will be used as alternative BE point 3. It can also be used to close order or combine with other to close trade The second Job is telegram bot to get alert fr news trade and others Details when you apply i will test the ea work on live market and all bug is fixed before
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)

Información sobre el proyecto

Presupuesto
70+ USD
Para el ejecutor
63 USD