SKILLED coder to input own codes to existing EA

MQL4 Experts

Job finished

Execution time 9 hours
Feedback from customer
Excellent developer did my job in one day , very skilled and knowledgeable .
Feedback from employee
A Strong Handshake. Thank you.

Specification

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 

Responded

1
Developer 1
Rating
(137)
Projects
160
23%
Arbitration
7
0% / 43%
Overdue
4
3%
Loaded
2
Developer 2
Rating
(210)
Projects
252
78%
Arbitration
3
67% / 33%
Overdue
19
8%
Free
3
Developer 3
Rating
(14)
Projects
18
67%
Arbitration
2
50% / 50%
Overdue
3
17%
Free
4
Developer 4
Rating
(37)
Projects
59
27%
Arbitration
25
20% / 52%
Overdue
10
17%
Working
5
Developer 5
Rating
(139)
Projects
181
24%
Arbitration
23
22% / 39%
Overdue
13
7%
Free
6
Developer 6
Rating
(10)
Projects
25
28%
Arbitration
1
0% / 0%
Overdue
1
4%
Loaded
7
Developer 7
Rating
(64)
Projects
69
64%
Arbitration
3
100% / 0%
Overdue
7
10%
Working
8
Developer 8
Rating
(68)
Projects
77
8%
Arbitration
33
9% / 55%
Overdue
6
8%
Working
9
Developer 9
Rating
(155)
Projects
171
43%
Arbitration
5
0% / 80%
Overdue
8
5%
Working
10
Developer 10
Rating
(41)
Projects
58
55%
Arbitration
2
0% / 0%
Overdue
1
2%
Free
11
Developer 11
Rating
(97)
Projects
135
52%
Arbitration
4
50% / 50%
Overdue
0
Working
Similar orders
Hi there, I currently have a scalping strategy based of 3 thrid party indicators that I would like automated. This would help me with running the strategy through the strategy tester. Two of the indicators dont have iCustom functionality to pull the data in, so another way would have to be devised. The strategy incorpates trading activity, sentiment in the for of the ratio of traders in profit, and a third techincal
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

Project information

Budget
70+ USD
For the developer
63 USD