Fixing my old ea and adding to it

MQL4 전문가

명시

dear


BUDGET IS FLEXABLE BUT DONT ASK HUGE AMOUNTS ,  !

FOR THIS JOB I NEED GOOD PROFILE AND RATING PLEASE , less than 50 project i reject !

==========================================================

i attached my old ea 

to fix :

1 - the scaling entry model :


a - the ea open a bigger lot size at the first trade to recover the prevuios lost > fix it to be normal lot size .

b - make the cut loss point after choc input as on/off , if on it will continue doing the same thing , if off u will make ea cintinue opening order until close on basket like this picture 


C - and finally to add these inputs to the scaling entry model , which i saw in the ea budak , i also shared it so u can understand these inputs more :

to explain the inputs :

1 - the multiplier is automatic like if i put 1.1 the ea will increase the next trade lot to be from 0.01 into 0.02 and to 0.03 and so . if i put i 1.2 the ea will increase the next lot size from 0.01 into 0.03 into 0.05 and so , so it depedns on the inpput parameter .

2 - take profit in pips that is basket clsoe as in the picture 

3 - stoplose in pips or using the current method in my ea which is choch closing 

4 - distance between orders is like if for example if we had 5 levels and i put in the input 20 pips so from the first level the ea will not open another trade on the next level unless it is 20 pips away from the first level .

5 - the rest is easy i guess .

===============

- TO ADD ONE MORE STOPLOSE FOR THE SCALING ENTRY MODEL WHICH IS EXIT THE TRADES NOT ON THE CHOCH LIEK IT DOES NOT , BUT TO WAIT FOR THE OPPOSITE ORDER TO CLOSE , SO WE WERE HAVING SELL ORDER AND CHOCH HAPPEND TO BUY THEN WE DONT EXIT AND WE WAIT FOR A BUY SET UP TO EXIT .

- THIS WAY WE WILL HAVE LOST AND THIS LOST SHOULD BE RECOVERED BY ICNREASE THE TP NOT THE LOT SIZE OK ? SO ADD THIS FEATURE AS ON/OFF OK 

IF ON = THEN IT WILL DO WHAT I EXPAINED UP AND IF IT OFF THEN IT WILL NOT INCREASE THE TP

- A;SO ADJUST THE EA TO NOT ENTRE THE WRONG LEVEL : IN CASE SELL THE IT WAS SELL ORDERS THE LEVEL EA SHOULD ENTRE MUST BE ABOVE THE FIRST ORDER NOT BELOW IT AND IN CASE OF BUY ORDER THE LEVELS SHOULD BE BELOW THE FIRST ORDER NOT ABOVE IT .


============================================================================================


2 ) TO ADD THE LEVEL ZONE INDICATOR , 


- U HAVE TO ADD IT TO BOTH ENTRY MODELS IN THE EA , THE ORIGINAL AND THE SCALIGN ENTRY MODEL AND IT SHOULD ALIGN WITH THEM .

- WE WILL USE IT TO RECOVER OUR LOSES , SO IF IT IS ON THEN I WILL NOT NEED TO TO ENABLE RECOVERY MODE FOR ORGINAL ENTRY MODEL AND IF IT IS ON I WILL NOT NEED TO ENABLE THE TP INCREASE IN THE SCALIGN ENTRY MODEL 

- IT WILL REOVER BY USING THIS INDICATOR :

  • Place locking trades at zone boundaries:
    • Buy at the lower boundary of the zone.
    • Sell at the upper boundary of the zone.
  • Close trades when losses are recovered.

8.3 Managing Negative Locks:

  • If further losses occur:
    • Use locking in the next zone.

Increase lot size to recover additional losses ( ON/OFF) 



MORE EXPLAINATION CAN BE PROVIDED AND BETTER IF U DO BACKTESTING SO U UDNERSTAND THE INPUTS MORE .



THANKS



응답함

1
개발자 1
등급
(21)
프로젝트
20
10%
중재
2
50% / 50%
기한 초과
0
무료
2
개발자 2
등급
(4)
프로젝트
4
0%
중재
0
기한 초과
0
무료
3
개발자 3
등급
(64)
프로젝트
71
6%
중재
30
17% / 37%
기한 초과
6
8%
바쁜
4
개발자 4
등급
(210)
프로젝트
215
29%
중재
0
기한 초과
3
1%
무료
5
개발자 5
등급
(1)
프로젝트
1
0%
중재
1
0% / 0%
기한 초과
0
작업중
6
개발자 6
등급
(76)
프로젝트
131
51%
중재
5
20% / 60%
기한 초과
20
15%
무료
7
개발자 7
등급
(28)
프로젝트
48
23%
중재
13
31% / 15%
기한 초과
13
27%
무료
8
개발자 8
등급
(146)
프로젝트
259
35%
중재
12
25% / 58%
기한 초과
42
16%
무료
9
개발자 9
등급
(9)
프로젝트
20
10%
중재
3
67% / 33%
기한 초과
5
25%
무료
10
개발자 10
등급
(14)
프로젝트
32
25%
중재
3
0% / 33%
기한 초과
1
3%
작업중
11
개발자 11
등급
(383)
프로젝트
406
31%
중재
64
19% / 69%
기한 초과
52
13%
로드됨
12
개발자 12
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
비슷한 주문
Best Algo for Gold 40 - 100 USD
i want trade on god using either ready-made / custom made EA in the market that may require some modification to fit my goal which is : 1- one or two trades per day either sell or buy 2- i m open to try any system gives me alert once or twice a day to perform trade according to egypt time 6 am untill 10 pm 3- i m tired from following the price up or down during the whole day hour by hour 4- i want this bot best time
I have tradingview indicator that I desire to make it work automatically and I wish to have it as metatrader 4 and metatrader 5 expert advisor...I want it to be similar as the Tradingview indicator and mt4 ea attached as guidance below but as EA for both MT4 and MT5 with an option to auto trade, placing a trade when the indicator closes a bar in a new trend, with a trailing sl that follows the same path as the
Hi developers, I need a EA that's take trade based on MA crossovers , which include features like Stop loss, Trailing stop loss, Trading days, Multiple Trading seasons , Limit orders, Hedging Option, telegram bot feature To send position & order details , & i want to run he EA in VPS so all feature should work properly. File Password is -20252025
Fixing MACD indicator dashboard with adding dashboard signal alert with adding back ground color at the MACD separate window according to signal MACD cross or zero cross for more details later
Looking for an EA, that triggers an alert and a trade when price touches Pivot line S2 and S3 and R2 and R3, using daily calculation need also to enter the Stop loss and amount to be traded or risk percentage
Job Description: We are seeking a skilled MQL5 Developer to compile, debug, and optimize a custom trading bot. The ideal candidate will analyze the code for errors, ensure seamless execution of trading logic, and enhance performance. Responsibilities include: Compiling the MQL5 code for the MeanReversionBot. Debugging and troubleshooting runtime errors. Backtesting and validating bot performance over historical data
MT5 EA Required 100 - 400 USD
I am in search for an MT5 EA that could work on minimum deposit of around $300-500. I am not keen on martingale strategy due to the risk associated with that, unless you have something better. The EA should trade the pair gold or eurusd. We need something that has multiple operations throughout the day as its for our business. When you apply for the job - please submit the EA testing results. I will also require a
Hello developers, I am seeking an Expert Advisor (EA) specifically designed to help pass prop trading challenges. I am looking for a solution that offers the following: Proven Backtesting Results : I need the EA to have detailed and consistent historical backtesting to verify its performance under various market conditions. Demo for Testing : A demo version would be essential to test the EA before committing to live
The EA has some errors to be corrected first error is while applying it to 2 or more charts is closed all open position not just in the same chart. second error is while applying it to 2 or more charts is opening positions without no signals from the indicator. for this tow errors i tried to change the magicnumber but nothing happened. i need to add trailing stop too. i would like the EA functioning well with no
Requirements. I need an EA which allows me to handle the following conditions: 1. The user executes manually the entry of a trade. 2. According to the first open trade a Martingale is programmed with “Step_MT” Martingale multiplier, “Max_Trades” maximum number of new trades, “Distance” ticks distance between new open trades and "TP_Initial" which represents in ticks my taken profit target. 3. You should calculate the

프로젝트 정보

예산
50 - 160 USD
기한
에서 1  5 일

고객

(14)
넣은 주문55
중재 수1