SKILLED coder to input own codes to existing EA

MQL4 전문가

작업 종료됨

실행 시간 9 시간
고객의 피드백
Excellent developer did my job in one day , very skilled and knowledgeable .
피고용인의 피드백
A Strong Handshake. Thank you.

명시

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 

응답함

1
개발자 1
등급
(144)
프로젝트
170
23%
중재
7
29% / 43%
기한 초과
4
2%
로드됨
2
개발자 2
등급
(213)
프로젝트
255
78%
중재
3
67% / 33%
기한 초과
19
7%
무료
3
개발자 3
등급
(14)
프로젝트
18
67%
중재
2
50% / 50%
기한 초과
3
17%
무료
4
개발자 4
등급
(37)
프로젝트
59
27%
중재
25
20% / 52%
기한 초과
10
17%
작업중
5
개발자 5
등급
(139)
프로젝트
181
24%
중재
23
22% / 39%
기한 초과
13
7%
무료
6
개발자 6
등급
(10)
프로젝트
25
28%
중재
2
0% / 0%
기한 초과
1
4%
로드됨
7
개발자 7
등급
(65)
프로젝트
70
64%
중재
4
75% / 0%
기한 초과
7
10%
로드됨
8
개발자 8
등급
(71)
프로젝트
80
10%
중재
35
9% / 54%
기한 초과
6
8%
작업중
9
개발자 9
등급
(157)
프로젝트
174
43%
중재
6
0% / 67%
기한 초과
8
5%
무료
10
개발자 10
등급
(42)
프로젝트
59
54%
중재
3
0% / 0%
기한 초과
1
2%
작업중
11
개발자 11
등급
(97)
프로젝트
135
52%
중재
4
50% / 50%
기한 초과
0
작업중
비슷한 주문
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)
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

프로젝트 정보

예산
70+ USD
개발자에게
63 USD