Combine 2 indicators and create automated system (mql4)

MQL4 Experts

Specification

I want to build a simple EA to scan 28 major forex pairs to determine which are tradable instruments based on my strategy. 


I use a MA cross of 20 hours and 5 hours which is the trigger for my system. Once this happens, I use FXTS2 MACD 1.0 (12, 26,9) in a standard configuration, where I use only the MA crosses (not the histogram) and the zero level line for reference.


After that, I also use two other confirmation indicators to return me a pointing score to help me to determine the level of risk that I will put on the trade. These other 2 indicators can vary depending on the market conditions. All of them are installed in the MT4  like CMF, Absolute Strength Histogram, Hull MA, Waddah Attar Explosion and Rex Oscillator. I would like to have the option to select which are the other 2 confirmation indicators to be used in a predetermined list. 


So basically my EA Scan operates like this;

  1. Based on EMA20 and EMA50 cross, return the trend. 

  2. The 1st confirmation indicator, which is actually FXTS2 MACD, returns me 0, 3, 5 or 7 points. If we have a sell trend indicated by EMA Cross: 

    1. 0 point in case the lines are positioned above the zero line level and there is a reverse signal, the yellow line is crossing or above the red line;

    2. 3 point in case the lines are positioned below the zero line level but there is not sell cross signal or the yellow line is positioned above the red line;

    3. 5 point in case the lines are positioned above the zero line level but there is a sell cross signal (the yellow line is crossing or below the red line) or even the red line is above the yellow line;

    4. 7 point  in case the lines are positioned below the zero line level and the red line is crossing or below the yellow line;

    5. Exactly the reverse condition to be applied  when there is a buy trend indicated by the EMA Cross

  1. The 2nd confirmation indicator returns 0 or 2 point in case it is in accordance with the EA Cross trend

  2. The 3rd confirmation indicator returns 0 or 1 point in case it is in accordance with the EA Cross trend


This is the first step for a further automated trading system, which must have other fundamental inputs and position size and risk policies based on volatility tools that were impacted in the last couple years. My goal is to have an initial scan system to optimize my analysis time and understand the adjustments that may need to be made on the strategy for the next steps. After 1 month of operation and with an improvement on the investment capacity, a most comprehensive project is set to be discussed. 

Please let me know your estimate and time to finish. 

Thanks,

Lucas M




Files:

PNG
EURUSDH1.png
39.7 Kb
PNG
GBPUSDH1.png
33.9 Kb

Responded

1
Developer 1
Rating
(40)
Projects
76
39%
Arbitration
0
Overdue
0
Free
2
Developer 2
Rating
(165)
Projects
167
78%
Arbitration
2
100% / 0%
Overdue
0
Free
3
Developer 3
Rating
(337)
Projects
455
52%
Arbitration
22
50% / 27%
Overdue
5
1%
Loaded
4
Developer 4
Rating
(56)
Projects
176
71%
Arbitration
4
100% / 0%
Overdue
1
1%
Free
5
Developer 5
Rating
(2)
Projects
4
50%
Arbitration
0
Overdue
2
50%
Free
6
Developer 6
Rating
(74)
Projects
73
47%
Arbitration
2
50% / 50%
Overdue
2
3%
Free
7
Developer 7
Rating
(34)
Projects
60
23%
Arbitration
11
73% / 9%
Overdue
3
5%
Free
8
Developer 8
Rating
(16)
Projects
29
48%
Arbitration
0
Overdue
6
21%
Free
9
Developer 9
Rating
(41)
Projects
88
14%
Arbitration
30
30% / 53%
Overdue
36
41%
Working
10
Developer 10
Rating
(121)
Projects
155
43%
Arbitration
20
60% / 20%
Overdue
8
5%
Working
11
Developer 11
Rating
(66)
Projects
143
34%
Arbitration
10
10% / 60%
Overdue
26
18%
Free
Similar orders
I am looking to develop an automated trading bot based on a strategy involving the crossing of four Simple Moving Averages (SMA). The bot should be capable of entering trades based on this strategy. Additionally, I would like to incorporate some custom diversions tailored for NinjaTrader
RSI trading bot 50 - 80 USD
Good morning, I'm looking to have an RSI based trading bot developed, which focuses on having many options for closing trades in order to diversify my trading opportunities, and to be good for experimentation in backtesting. Here are the features I'd like: -Being able to have as many of the following options activated as I want, to try all combinations of them -To work on all timeframes, though I will be focusing on
Looking for an EA which can produce less than 5% drawdown. Also profit factor above 1.5 (preferably 2.0) Please give me proper explanation how your EA works too Has anyone programmed it before? is it limited to forex only
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

Project information

Budget
50 - 90 USD
For the developer
45 - 81 USD
Deadline
from 1 to 7 day(s)