Trade Manager EA based of Fixed Step Trailing Stop-loss

MQL4 Experts Futures Forex Stocks

Job finished

Execution time 17 hours
Feedback from customer
A pleasure to work with. Definitely has the rating to back that up. I highly recommend to anyone needing something to be coded.

Specification

Looking to see if someone would be willing to code this EA for me, as I have it one I already coded that will trail stop using the step described below but its hardcoded for 3, it doesnt use ATR for SL/TP only external int that are static, but unable to devote more time to improve. This EA will mange all trades I have opened. It will need to set SL and TP for all trades whether at market or pending orders if not set at the time of entering order.

The EA will use the Average True Range Indicator "ATR" to determine SL and TP. There will need to be external int that will allow the period to be set, including external int for SL and TP. Taking the ATR value for the Period and multiplying by value inputted for SL and TP. ex. D1 ATR = 50, Stoploss_ATR = 1.0, Takeprofit_ATR = 3.0, the Stop-loss will be 50 pips and take-profit will be 150 pips.

Another external int that will be used to determine the step for the trailing stop. ex. external int Step_value = 3, Take-profit = 150 pips, Take-profit / Step_value = 50 pips. As price moves in profit the SL will adjust based of hitting 1/3 of TP, 2/3 of TP, and 5/6 of TP. Step 1 would be 1/3 of TP hit and SL will adjust to breakeven+spread. Step 2 would be 2/3 of TP hit and SL will adjust to 1/3 of TP securing profit. Step 3 would be (1/3 of TP / 2) + 2/3 of TP hit and SL will adjust to 2/3 of TP securing more profit.

The step value should not be greater than 5, another example for Step_value. ex. Step_value = 4, Take-profit / Step_value = 37.5 pips, Step 1 would be 1/4 of TP hit adjust SL to Breakeven+spread, Step 2 would be 2/4 of TP hit adjust SL to 1/4 of TP securing profit. Step 3 would be 3/4 of TP hit adjust SL to 2/4 of TP. Step 4 would be  (1/4 of TP / 2) + 3/4 of TP adjust SL to 3/4 of TP. - this may need some more detailed explanation. 

Below I have some bullet points that reference the paragraphs above. 

  1. EA will not open trades, only manage trades I have opened. 
  2. Manage Any Trade or by Magic Number or by Pair
  3. Manage Forex, Indices, Futures and Crypto trades (Crypto not Critical)
  4. Set Stop-loss or Take-profit for open and pending orders, either manually via external int or Average True Range indicator "ATR"
  5. Use the ATR to gather Stop-loss and Take-profit
    • Ability to set the ATR Period - Default D1 -
    • Ability to set Stop-loss with ATR value, ex. external int Stoploss_ATR = 1.0
    • Ability to set Take-profit with ATR value, ex. external int Takeprofit_ATR = 3.0
  6. EA will need to be use user input values for Stop-loss and Take-Profit if inputted in Parameters, ex. if external int SL_Pips = 50 & external int TP_Pips = 100; Stop_Loss = SL_Pips & Take_Profit = TP_Pips else use ATR
  7. EA will need to take Take-Profit and divide by external value, this value will determine the amount of steps for the Trailing Stop-loss. ex. Take-profit = (ATR D1 * 3) = 150 pips, external Step_value = 3, Take-profit / Step_value = 50 pips. Below are two examples of step_value of 3 and 2.
    • Step_value =3
      • 1/3 of TP move SL to Break-Even+Spread, ex. trade +50 move SL to Break-Even+Spread
      • 2/3 of TP move SL to 1/3 of TP, ex . trade +100 move SL to +50
      • (1/3 of TP / 2) + 2/3 of TP move SL to 2/3 of TP, ex. trade +125 move SL to +100
    • Step_value = 2
      • 1/2 of TP move SL to Break-Even+Spread
      • (1/2 of TP / 2) + 1/2 of TP move SL to 1/2 of TP.















































Responded

1
Developer 1
Rating
(34)
Projects
60
23%
Arbitration
11
73% / 9%
Overdue
3
5%
Free
2
Developer 2
Rating
(63)
Projects
68
25%
Arbitration
12
42% / 42%
Overdue
4
6%
Free
3
Developer 3
Rating
(12)
Projects
17
29%
Arbitration
6
17% / 67%
Overdue
4
24%
Free
4
Developer 4
Rating
(8)
Projects
18
17%
Arbitration
3
67% / 0%
Overdue
0
Free
5
Developer 5
Rating
(5)
Projects
9
11%
Arbitration
5
40% / 60%
Overdue
1
11%
Free
6
Developer 6
Rating
(468)
Projects
497
53%
Arbitration
10
60% / 20%
Overdue
3
1%
Free
7
Developer 7
Rating
(2404)
Projects
3019
65%
Arbitration
77
47% / 14%
Overdue
340
11%
Working
8
Developer 8
Rating
(143)
Projects
255
35%
Arbitration
12
25% / 58%
Overdue
42
16%
Free
9
Developer 9
Rating
(794)
Projects
1364
72%
Arbitration
112
29% / 48%
Overdue
341
25%
Working
10
Developer 10
Rating
(169)
Projects
204
30%
Arbitration
25
40% / 44%
Overdue
12
6%
Free
11
Developer 11
Rating
(2060)
Projects
2617
61%
Arbitration
113
45% / 26%
Overdue
418
16%
Busy
12
Developer 12
Rating
(319)
Projects
518
66%
Arbitration
52
21% / 38%
Overdue
164
32%
Working
13
Developer 13
Rating
(116)
Projects
137
36%
Arbitration
15
13% / 67%
Overdue
9
7%
Free
14
Developer 14
Rating
(43)
Projects
72
49%
Arbitration
4
0% / 50%
Overdue
19
26%
Free
15
Developer 15
Rating
(66)
Projects
143
34%
Arbitration
11
9% / 55%
Overdue
26
18%
Working
16
Developer 16
Rating
(41)
Projects
87
13%
Arbitration
29
31% / 48%
Overdue
35
40%
Busy
Similar orders
Hey greetings My pleasure to met you all .I would like to convert a public tradingview pinescript indicator to MT5 Expert Advisor based on my. Requirements/specification.Kindly bid and let discuss about the project
hi.. i have a pin script (TV) but some lines in the code needs to be fixed,,, i will attach the file thanks very much in advance, Also there will be more project in front, so I need a very dedicated developer
Hello, I am looking for a developer to help me convert my mta4 script into trading and make it work perfectly your expertise is highly needed for this project kindly reach out and let's proceed thanks
I want an EA that always trades. Can buy only, sell only, or buy and sell at the same time depending on my selection. It has 5 levels of grid settings. Each grid just contiues onto the next. Not a new grid each time, the settings to continue gridding changes. I have attached an excel file with examples which should be quite self explanatory. INPUTS Initial (first trade) input double StartLot = 0.1; // Starting
Hello I am looking for a developer to help me Backtest my tradingview strategy in tradingview platform and make it work perfectly without errors please kindly reach out to so we can proceed
Hello I am looking for a developer to help me to convert my mt4 strategy to tradingview and make it work perfectly your expertise is highly needed for this project
I will provide pine script and need to convert it as a mql4 EA. The system is based on swing highs and lows. If you interested please knock me, Thank you
Hello developers here, I need a professional developer that can help me to develop an mt5 trading bot that works according to my strategy, I will be sharing my strategy in the inbox, Let me know if you can develop it, I will be waiting for your response
I need a simple automated Expert Advisor that can trade any of deriv indices except boom and crush or us30. Must at least be able to trade a 20$ account..i need it ASAP, referrals also welcomed
I am looking developer who can code pocket option data and insert in to costume candle Heikin in trading view. I want to trade otc as such its up to developer to get pocket option data stream and then make costume candle Heikin inside of trading view. Their will be a drop down menu in setting that will use to pick the otc pair. Developer must have way to chat on mobile app also. We will use

Project information

Budget
150 - 200 USD
For the developer
135 - 180 USD