SKILLED coder to input own codes to existing EA

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 9 ore
Feedback del cliente
Excellent developer did my job in one day , very skilled and knowledgeable .
Feedback del dipendente
A Strong Handshake. Thank you.

Specifiche

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 

Con risposta

1
Sviluppatore 1
Valutazioni
(144)
Progetti
170
23%
Arbitraggio
7
29% / 43%
In ritardo
4
2%
Caricato
2
Sviluppatore 2
Valutazioni
(213)
Progetti
255
78%
Arbitraggio
3
67% / 33%
In ritardo
19
7%
Gratuito
3
Sviluppatore 3
Valutazioni
(14)
Progetti
18
67%
Arbitraggio
2
50% / 50%
In ritardo
3
17%
Gratuito
4
Sviluppatore 4
Valutazioni
(37)
Progetti
59
27%
Arbitraggio
25
20% / 52%
In ritardo
10
17%
In elaborazione
5
Sviluppatore 5
Valutazioni
(139)
Progetti
181
24%
Arbitraggio
23
22% / 39%
In ritardo
13
7%
Gratuito
6
Sviluppatore 6
Valutazioni
(10)
Progetti
25
28%
Arbitraggio
2
0% / 0%
In ritardo
1
4%
Caricato
7
Sviluppatore 7
Valutazioni
(65)
Progetti
70
64%
Arbitraggio
4
75% / 0%
In ritardo
7
10%
Caricato
8
Sviluppatore 8
Valutazioni
(71)
Progetti
80
10%
Arbitraggio
35
9% / 54%
In ritardo
6
8%
In elaborazione
9
Sviluppatore 9
Valutazioni
(157)
Progetti
174
43%
Arbitraggio
6
0% / 67%
In ritardo
8
5%
Gratuito
10
Sviluppatore 10
Valutazioni
(42)
Progetti
59
54%
Arbitraggio
3
0% / 0%
In ritardo
1
2%
In elaborazione
11
Sviluppatore 11
Valutazioni
(97)
Progetti
135
52%
Arbitraggio
4
50% / 50%
In ritardo
0
In elaborazione
Ordini simili
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)

Informazioni sul progetto

Budget
70+ USD
Per lo sviluppatore
63 USD