Trade Manager EA based of Fixed Step Trailing Stop-loss

MQL4 专家 期货 外汇 股票

工作已完成

执行时间17 小时
客户反馈
A pleasure to work with. Definitely has the rating to back that up. I highly recommend to anyone needing something to be coded.

指定

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.















































反馈

1
开发者 1
等级
(34)
项目
60
23%
仲裁
11
73% / 9%
逾期
3
5%
空闲
2
开发者 2
等级
(63)
项目
68
25%
仲裁
12
42% / 42%
逾期
4
6%
空闲
3
开发者 3
等级
(12)
项目
17
29%
仲裁
6
17% / 67%
逾期
4
24%
空闲
4
开发者 4
等级
(8)
项目
18
17%
仲裁
3
67% / 0%
逾期
0
空闲
5
开发者 5
等级
(5)
项目
9
11%
仲裁
5
40% / 60%
逾期
1
11%
空闲
6
开发者 6
等级
(479)
项目
508
53%
仲裁
10
60% / 20%
逾期
3
1%
工作中
7
开发者 7
等级
(2429)
项目
3060
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
8
开发者 8
等级
(143)
项目
255
35%
仲裁
12
25% / 58%
逾期
42
16%
空闲
9
开发者 9
等级
(803)
项目
1374
72%
仲裁
113
28% / 48%
逾期
342
25%
工作中
10
开发者 10
等级
(169)
项目
204
30%
仲裁
25
40% / 44%
逾期
12
6%
空闲
11
开发者 11
等级
(2087)
项目
2647
61%
仲裁
113
45% / 26%
逾期
418
16%
已载入
12
开发者 12
等级
(320)
项目
523
66%
仲裁
52
21% / 38%
逾期
167
32%
空闲
13
开发者 13
等级
(116)
项目
137
36%
仲裁
15
13% / 67%
逾期
9
7%
空闲
14
开发者 14
等级
(43)
项目
72
49%
仲裁
4
0% / 50%
逾期
19
26%
空闲
15
开发者 15
等级
(66)
项目
143
34%
仲裁
10
10% / 60%
逾期
26
18%
空闲
16
开发者 16
等级
(42)
项目
88
14%
仲裁
30
30% / 57%
逾期
36
41%
工作中
相似订单
Hft live account 30 - 200 USD
i need a high frequency trading (hft) expert advisor, that can be used to trade on demo and live accounts icmarket and 8cap. The EA has to be highly profitable, giving daily profit. If a test version is available, please send, to foster a faster transaction. like the ones that pass prop firm and demo but adjustment where it work on live with low latency
CPI ROBOKING 30+ USD
*Strategy: CPI-Based Trading* *Instruments:* XAUUSD (Gold), UsTech100 (Nasdaq 100), USDJPY *CPI Release:* 1. *Higher-than-expected CPI:* - XAUUSD: SELL (Gold prices may drop due to potential rate hike) - UsTech100: SELL (Tech stocks may drop due to potential rate hike) - USDJPY: BUY (USD may strengthen due to potential rate hike) 2. *Meets or lower-than-expected CPI:* - XAUUSD: BUY (Gold prices may rise due
Hey, I’m needing someone to add statistics to an indicator in Trading View. I already have the indicator coded on Pinescript which is a Zig Zag Indicator, however I need someone to calculate statistics of the Zig Zag over a regular hour trading session including the mean, mode, deviation, etc.. with labels of those statistics in the indicator, I will provide all of the math and details, and a picture of how it should
Hi everyone, Please note, that the strategy i want to conver is using pyramiding setting set to 14 in tw. And tradingview uses some strange technique when it comes to pyramiding. I'm looking for someone who ever dealt with this. Also i would like your help with purchasing a tool/or integrating manually the access to seconds chart, i use my strategy only on 30 sec chart - USTEC icmarkets. I decided to move my strategy
Moving average cross strategy that has no stop but will just reverse direction each time the crossover happens. But will have a 3 step profit taking method at certain percentage points. It will be used for futures options on the buy side. 3 days out
hi. I hv a strategy on tradingview need to convert to mt4/mt5 expert advisor for algo trading. would like to add some tradingview strategy setting to the mt4/mt5 EA(not included in my tradingview source code): recalculate after order is filled, order size: xx% of equity
This Bot will work on strategy which works using moving averages,RSI and candle stick pattern and what I want is that trade will execute when setup will form on both 30 min and 1 hr time frame trade will execute strategy needs all 4 parameters to be on right calculations to execute trade and I want some options where I can select risk to reward ratio to back test this strategy and some other parameters
i want a forex robot that will read chats and enter trades on its oown. i want it to be able to use all trading strategies and partterns. good risky manegmemt, i want it to forcuse on Gold and and all major forex pairs. i want it to use stop loses and take profits as the market might change direction anytime. i want to work on both mt5 and mt4
I want to make something automatic which EMA will automatically trade in my account. For this I want to make a simple robot I want to get this made automatically on a simple EMA
Dear All, I need to design and implement an EA with the involvement of a possible AI. I would like the entries to be realized with all MACD, RSI, Stoch parameters but also Ai. I mainly want the system to immediately close the transaction itself at the time of trend reversal even before reaching the TP position. It should work for intervals M15, H1, H4 and maybe long-term on D1 Platform for MT5 and exclusive only

项目信息

预算
150 - 200 USD
开发人员
135 - 180 USD