Create an EA which is based on my ADX indicator

MQL4 专家 脚本

工作已完成

执行时间1 一天

指定

Hi, 

a new EA is needed which based on my ADX Bar Indicator, the MQL4 code of indicator is attached


The idea of ​​the EA 

The INDICATOR create BUY signal rules for EA

Check if a BUY or SELL ORDER is acitve, if not, create a new BUY ORDER if enough equity on konto. SL TP LOT (from PARAM menu). 

 --> if a BUY ORDER is already active not set a new BUY ORDER (MAIN RULE only one ORDER can be OPEN)

 -->if a SELL ORDER is already active, this one will be closed(CLOSE RULE through oposite signal) and  create a new BUY ORDER if enough equity on konto. SL TP LOT (from PARAM menu). 


The INDICATOR create SELL signal rules for EA

Check if a BUY or SELL ORDER is acitve, if not, create a new SELL ORDER if enough equity on konto. SL TP LOT (from PARAM menu). 

 --> if a SELL ORDER is already active not set a new SELL ORDER (MAIN RULE only one ORDER can be OPEN)

 -->if a BUY ORDER is already active, this one will be closed(CLOSE RULE through oposite signal) and create a new SELL


>MAIN RULE anytime just one ORDER active

>Trading TIME PARAM will be set in Paramsettings


Rules for CLOSE a ORDER

  • oposite indicator SIGNAL
  • ORon PARAM SL
  • OR if SET  TRAILING STOP
  • OR on PARAM TP
  • ORTIME (END OF TRADING DAY) PARAM


PARAMETER SHOULD BE VARIABLE TO SET 

  • ADX Period from INDICATOR (standard 14)) 
  • ADX TIME PERIOD from indicator (standard 5min)

  • TRADING TIME MONDAY from HH MM to HH MM

  • TRADING TIME TUESDAY from HH MM to HH MM

  • TRADING TIME WEDNESDAY from HH MM to HH MM
  • TRADING TIME THURSDAY from HH MM to HH MM

  • TRADING TIME FRIDAY from HH MM to HH MM

  • STOPLOSS in POINTS standard 0(not active)
  • TAKEPROFIT in POINTS standard 0(not active)

  • TRAILINGSTOP in POINTS 0(not acitve)

  • LOT SIZE ( standard = 1 )





附加的文件:

反馈

1
开发者 1
等级
(304)
项目
509
47%
仲裁
29
10% / 45%
逾期
138
27%
空闲
2
开发者 2
等级
(346)
项目
543
32%
仲裁
24
67% / 8%
逾期
15
3%
空闲
3
开发者 3
等级
(199)
项目
287
52%
仲裁
0
逾期
1
0%
空闲
4
开发者 4
等级
(15)
项目
23
9%
仲裁
7
29% / 57%
逾期
2
9%
空闲
5
开发者 5
等级
(57)
项目
75
25%
仲裁
9
33% / 56%
逾期
8
11%
空闲
6
开发者 6
等级
项目
0
0%
仲裁
3
0% / 100%
逾期
0
空闲
7
开发者 7
等级
(236)
项目
418
34%
仲裁
53
36% / 40%
逾期
153
37%
繁忙
8
开发者 8
等级
(14)
项目
19
11%
仲裁
1
0% / 100%
逾期
5
26%
空闲
9
开发者 9
等级
(126)
项目
151
48%
仲裁
6
83% / 17%
逾期
2
1%
空闲
10
开发者 10
等级
(298)
项目
427
26%
仲裁
18
61% / 33%
逾期
26
6%
空闲
11
开发者 11
等级
(2077)
项目
2636
61%
仲裁
113
45% / 26%
逾期
418
16%
工作中
12
开发者 12
等级
(548)
项目
1330
59%
仲裁
28
82% / 0%
逾期
10
1%
空闲
13
开发者 13
等级
(119)
项目
169
38%
仲裁
9
78% / 22%
逾期
15
9%
空闲
14
开发者 14
等级
(1)
项目
7
29%
仲裁
1
100% / 0%
逾期
2
29%
空闲
15
开发者 15
等级
(2422)
项目
3042
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
16
开发者 16
等级
(87)
项目
114
26%
仲裁
7
29% / 57%
逾期
5
4%
空闲
相似订单
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange. I had one created in python, but I would like it to work in MT5 with various regular rules that make it profitable
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated

项目信息

预算
50 - 80 USD
VAT (20%): 10 - 16 USD
总计: 60 - 96 USD
开发人员
45 - 72 USD
截止日期
 7 天