Help me add another indicator to an existing robot!

Job finished

Execution time 6 days
Feedback from customer
Very good at taking existing code, understanding it and modifying it for new purposes.
Feedback from employee
Good customer, thanks for the job!

Specification

I want to add an additional indicator to a robot. I run a robot on one indicator which looks for oversold and overbought conditions. It then generates buy and sell signals based on a divergence in price with the indicator. I have attached a screenshot of the divergence indicator (Screenshot 1). When the indicator detects a positive divergence with price, it draws a green line and issues a buy signal. When the indicator detects a negative divergence with a price, it draws a red line and issues a sell signal. The arrows do not generate a signal but just highlight oversold and overbought conditions.

Screenshot 1


The robot takes a position on the divergence buy and sell signals. It takes an initial position and adds a second position if a second divergence signal is issued. It then takes profits at a set dollar amount for each position. The stop loss is added via inputs. This is basically a scalping strategy that takes lots of positions for small profits. 

However, the divergence indicator has a problem. It sometimes issues buy and sell signals when there is just a small divergence and price is not really stretched. See the attached screenshot (2). I am trying to avoid taking a position on these small divergences. 

Screenshot 2


To do this, I would like to add a second indicator called TD Sequential. This indicator registers a setup signal and then a Countdown buy or sell signal. The Setup portion counts from 1 to 9. After the Setup counts to 9, the Countdown starts counting from 1 to 13. The indicator plots a yellow arrow when the Countdown reached 13. 

I would like to add a buy or sell when the TD Sequential indicator reaches a 13. 

I want the robot to only take a long position when both of the indicators register a buy within 10 bars (or x number of bars). 

I also want the robot to only take a short position when both of the indicators register a sell (or x number of bars).

I have attached 2 more screenshots to show what I want to accomplish. On the third picture (screenshot3), the robot would issue a buy signal because of the Divergence Indicator and the TD Sequential indicator and issue Buy signals within 10 bars of each other. 

Screenshot 3


On the final picture (screenshot4), the robot would not issue a sell signal on the divergence indicator, because there is no additional TD Sequential sell signal within 10 bars. 

screenshot 4


I have the code for the divergence indicator, the TD Sequential indicator and the robot.

For the job at hand, I need the TD Sequential indicator to issue actual buy and sell signals and I need the robot to include that indicator. 

Thanks


Responded

1
Developer 1
Rating
(620)
Projects
680
57%
Arbitration
25
16% / 60%
Overdue
228
34%
Free
2
Developer 2
Rating
(2422)
Projects
3042
66%
Arbitration
77
48% / 14%
Overdue
340
11%
Working
3
Developer 3
Rating
(42)
Projects
47
83%
Arbitration
1
0% / 0%
Overdue
2
4%
Free
4
Developer 4
Rating
(94)
Projects
148
59%
Arbitration
16
38% / 13%
Overdue
25
17%
Free
5
Developer 5
Rating
(225)
Projects
284
42%
Arbitration
15
13% / 47%
Overdue
67
24%
Free
6
Developer 6
Rating
(58)
Projects
89
38%
Arbitration
26
4% / 77%
Overdue
39
44%
Working
7
Developer 7
Rating
(130)
Projects
210
40%
Arbitration
90
20% / 43%
Overdue
85
40%
Free
9
Developer 9
Rating
(119)
Projects
127
41%
Arbitration
3
33% / 67%
Overdue
0
Free
10
Developer 10
Rating
(4)
Projects
5
0%
Arbitration
3
0% / 67%
Overdue
2
40%
Free
11
Developer 11
Rating
(130)
Projects
184
32%
Arbitration
17
29% / 59%
Overdue
27
15%
Working
12
Developer 12
Rating
(1127)
Projects
1429
62%
Arbitration
21
57% / 10%
Overdue
43
3%
Free
13
Developer 13
Rating
(28)
Projects
47
23%
Arbitration
13
31% / 15%
Overdue
12
26%
Free
14
Developer 14
Rating
(1853)
Projects
3455
88%
Arbitration
73
40% / 15%
Overdue
265
8%
Free
15
Developer 15
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
16
Developer 16
Rating
(563)
Projects
932
47%
Arbitration
301
59% / 25%
Overdue
124
13%
Working
17
Developer 17
Rating
(221)
Projects
369
66%
Arbitration
10
50% / 0%
Overdue
46
12%
Free
Similar orders
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
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for
So i have copier EA. The idea is the EA will triggered through manual OP by user via mobile or whatever platform. Let's say 0.01 lot to trigger it. After the EA takes master's position, the EA will be standby mode. If the master take more OP, the EA still not take the master's position (OP) until the user input manually once again via mobile for another 0.01 lot. Since this is a MT4 EA, Whenever user want to close
preciso de um robô com duas médias móveis, uma exponencial high e uma exponencial low. preciso também ter a opção de utilizar e todos os tempos gráficos e alterar os parâmetros das médias. entrada de compra será feita quando um candle de alta romper e fechar a cima da média high e fechará a posição quando um candle de baixa romper e fechar a baixo da média low. a venda será feita quando o candle de baixa romper e
Description - An expert advisor(s), placing sell trades in EUR/USD, based on the close price of the previous two candles, as shown in the figure below. The trades would be made in the 5 minute, 1 hour, and 1 day timeframes. In the 5 minute and 1 hour timeframes the market orders would be placed at the start of a new candle, at specific times EST. The order would be cancelled at the close of that candle, i.e after 5
Greetings, As the title suggests, I am trying to convert an indicator that calls itself via an iCustom call like this. iMAArray_Buffer[loop_1] = iCustom ( NULL , Selected_TF, MQLInfoString ( MQL_PROGRAM_NAME ), "calculate" , RPeriod, MType, MPeriod, 1 , shift); Full code will not be provided, only the position that needs fixing. I cannot get this working in MQL5 but the original code runs smoothly in MQL4. Please
Hi, I have an indicator from my friend, I want to copy it to my own Traidingview or MT5 can you do that for me. Here is the link

Project information

Budget
30 - 200 USD
For the developer
27 - 180 USD
Deadline
from 2 to 10 day(s)