Help me add another indicator to an existing robot!

工作已完成

执行时间6 天
客户反馈
Very good at taking existing code, understanding it and modifying it for new purposes.
员工反馈
Good customer, thanks for the job!

指定

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


反馈

1
开发者 1
等级
(620)
项目
680
57%
仲裁
25
16% / 60%
逾期
228
34%
空闲
2
开发者 2
等级
(2428)
项目
3057
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
3
开发者 3
等级
(42)
项目
47
83%
仲裁
1
0% / 0%
逾期
2
4%
空闲
4
开发者 4
等级
(94)
项目
148
59%
仲裁
16
38% / 13%
逾期
25
17%
空闲
5
开发者 5
等级
(225)
项目
284
42%
仲裁
15
13% / 47%
逾期
67
24%
空闲
6
开发者 6
等级
(58)
项目
89
38%
仲裁
26
4% / 77%
逾期
39
44%
工作中
7
开发者 7
等级
(130)
项目
210
40%
仲裁
90
20% / 43%
逾期
85
40%
空闲
9
开发者 9
等级
(119)
项目
127
41%
仲裁
3
33% / 67%
逾期
0
空闲
10
开发者 10
等级
(4)
项目
5
0%
仲裁
3
0% / 67%
逾期
2
40%
空闲
11
开发者 11
等级
(130)
项目
184
32%
仲裁
16
31% / 63%
逾期
27
15%
空闲
12
开发者 12
等级
(1130)
项目
1432
62%
仲裁
21
57% / 10%
逾期
43
3%
空闲
13
开发者 13
等级
(28)
项目
47
23%
仲裁
13
31% / 15%
逾期
12
26%
空闲
14
开发者 14
等级
(1855)
项目
3458
88%
仲裁
73
40% / 15%
逾期
265
8%
工作中
15
开发者 15
等级
项目
0
0%
仲裁
0
逾期
0
空闲
16
开发者 16
等级
(563)
项目
932
47%
仲裁
302
59% / 25%
逾期
124
13%
已载入
17
开发者 17
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
相似订单
1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and Trailing Draw Down options need to be implemented 5. Risk needs to be in % of
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
This is not an EA that actually opens/closes trades. Instead this project involves creating a dashboard where the user can create a grid trade scenario with initial entry and scale trade pip distances, lot sizes for each trade, and draw down amount. It then calculates the break-even + profit level where all trades would close. For each new scale trade the BE+ point is recalculated which is then displayed on the
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader, I wanted this indicator in NT bcs I chart in NT, and if the indicator could also have been an automated strategy even better. Please confirm that it will be an indicator and Automated Trading Strategy
Hi guys I would like to k ow if someone has experience with machine learning models? I would like to train a model to identify if there is a range market or trendy market based on several parameters like EMA and ATR for example. If we use for example a 20 and 50 EMA and we measure the distance between both lines the algo should oearn if the trend is strong or weak. If it‘s steong it keeps trending and if it‘s weak
Hello I need a very simple indicator This indicator should show the highest floating or history drawdown of the account It means that it can display the highest number that the account drawdown to be displayed on the chart in this format max drawdown account(xxxx$$) ...date(00/00/00)time:(00:00) max drawdown currency ..( currency name with max drwadown) . (xxxx$$) date(00/00/00)time:(00:00) thanks
Hello, I‘m interested in an indicator to predict the next candles probability (bullish or bearish). But honestly I have no idea how to do this. Would be interested in your opinion how we can create such an indicator. Please let me know if you‘ve done similar work
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5

项目信息

预算
30 - 200 USD
开发人员
27 - 180 USD
截止日期
 2  10 天