Renko: Modification of existing indicator and EA because of apparent bugs//Creation of Martingale strategy

MQL4 指标 专家

指定

Hello programmers,

I need help! A developer has written both an EA and indicator that are littered with bugs. I need someone to examine this thoroughly, and to also write a NEW martingale strategy for my existing EA. The strategy is based on renko wick reversal. Please see attached photo entitled "reversal EA strategy" to follow along.

In this photo the renko gap is 40pips, with candle size of 2pips. There are four examples in the photo. In respect to the first three, the middle line is the trade execution line. Since price is in a downtrend, as indicated by renko sentiment, then a sell order will be executed. The bottom line is the Take Profit line of 20pips. Take profit hit on all three examples. The fourth example follows the same logic, however as you can see, the bottom TP line of 20 pips has not been hit. Price is still running. The top line, SL, has not been hit either. So to clarify, when price reverses to middle line, a sell order will be opened with 20 pip TP(bottom line) and 20 pip SL(top line) automatically. On EA, “EnterAfter” is trade execution based on point where price reverses. In above example, this would be 20, because that is midpoint of renko gap size. Of course, this parameter can be changed by trader’s prerogative.

 

For martingale strategy, if SL is hit, I need the next trade to exponentially increase lotsize with hopes to recover previous loss. I should be able to change these parameters as I see fit. Take a look at the following example below starting with 0.01 lot size, representing a 40pip gap size. 

10     cent  0.01 x 20 = 2.00

20     cent  0.02 x 20 = 4.00

40     cent  0.04 x 20 = 8.00 

80     cent  0.08 x 20 = 16.00

1.60  dollar  0.16 x 20 = 32.00

3.20  dollar  0.32 x 20 = 64.00

6.40  dollar  0.64 x 20 = 128.00

 

........keep building upon this strategy. This will yield $2.00 every win(if it wins of course). I should also be able to change parameters of this based on renko bars. So for example, the 20pips could change to 40, if I am going for an 80 pip gap size. Also, the 20pip can be modified to another pipvalue to compensate for spread(20 changing to 18.2 for 1.8 spread)

I should also be able to set the maximum allowable martingale attempts(lets go to 13 attempts, so you will have to mathematically increase after the $6.40 all the way to 13 of these ). Once martingale has recouped past losses(hopefully), then martingale strategy will cease. At this point it MUST return to normal fixed lot size or account-based lot size stipulated in EA parameter!

 

Noted bugs---

1) Renko bars AND wicks will automatically rewrite themselves. There is constant repainting abound and this makes it impossible to implement any meaningful strategy. This can happen with historic bars farinto the past.

2) Sometimes EA will execute the trade the wrong way. So for example, a buy will be executed instead of a sell and vice-versa.

3) Reference image entitled "anomaly". This happens occasionally with code and needs to fixed. I don't know why this is happening and perhaps entire code needs to be re-written in order to fix this.

 

Note: I have ex4 and mql source files that will be disclosed for modification to the programmer. I will not post files in order to keep my intellectual property from being stolen! 

 

-Thank you

 

Clarence


附加的文件:

PNG
anomaly.PNG
23.8 Kb

反馈

1
开发者 1
等级
(2)
项目
2
0%
仲裁
2
0% / 100%
逾期
0
空闲
2
开发者 2
等级
(49)
项目
134
27%
仲裁
62
13% / 53%
逾期
58
43%
空闲
3
开发者 3
等级
(94)
项目
148
59%
仲裁
16
38% / 13%
逾期
25
17%
空闲
4
开发者 4
等级
(66)
项目
95
28%
仲裁
20
25% / 55%
逾期
24
25%
空闲
5
开发者 5
等级
(16)
项目
21
19%
仲裁
7
0% / 71%
逾期
14
67%
空闲
相似订单
Please read entirely. Please do not apply if you do not have experience in combining indicators. One indicator I have was purchased on mql5 and i have the snippet code. no source code available . The other indicator I have will be a custom indicator and I do have the source code. If you have worked with FX TRENDS, FX POWER that's a big help. I'm looking to get 1 alert when both indicators display the same direction (
I need to convert a trading view indicator to mt4. the code was copied from here: Find it here ABC Finder by Melodicfish tv search on goo gl. It is a ABC Pattern finding tool. You can adjust the "Bars Back" setting to include more or less bars in the pattern. I usually have it set to 10 or 15 these settings seem to work well on most assets. The scripts allows you to set up a trade box automatically and has a call out
Looking for a tradingview expert to quickly code a 8 lined description for me (alert based) Apply if you are a proven expert in tradingview and have time to deliver this project under 2_3 days. I'll provide the file to the expert
Hi, I need an Indicator for my EA based on the VWAP and Standard deviation bands. Best if you have it already ready / working. It can look like this: https://ninjatrader.com/futures/blogs/what-is-volume-weighted-average-price-vwap/ https://www.sr-analyst.com/page_studydetail.php?prod=TV0015 It would need to have 2 modes: 1- Anchored one (in between some given hours) - reseting each day. 2- Continous
The future of the traders be a good traders and patient and humble person faithful loyalty to your job and last be a professional traders and helping a dream of us how to trade and etc,,,,,,,,,,,,,,,,,🤑
Firstly Indicator (1) or the first part \\ Draw a red line at the top of the zero candle _ M1 \\ Draw a blue line at the bottom of the zero _ M1 candle \\ Draw a red line at the top of the zero _ M2 candle \\ Draw a blue line at the bottom of the zero _ M2 candle \\ Draw a red line at the top of the zero candle _ M3 \\ Draw a blue line at the bottom of the zero _ M3 candle \\ Draw a red line at the top of the zero
Description of the work to be done: Two tradingview scripts (3rd Wave and Zigzag) from the creator Lonesometheblue will need to be converted to a single EA for mt4. This EA must consist of the indicator that implements these two tradingview and also be capable of placing the orders that the indicator alerts you to. Description of the indicator: The mt4 indicator must have the same configurable parameters as that of
I am searching for an indicator that can effectively identify market structure components such as order blocks, which may or may not include a retest, and fair value gaps. This indicator should offer customizable options where I can specify the size of the order block and fair value gap in pips. Additionally, it should be able to highlight order blocks and fair value gaps that have been filled. I would also like the
Hello, I am seeking a skilled and experienced MQL4 developer to assist in creating a Metatrader 4 Expert Advisor (EA) that communicates with a WebSocket server to receive trade signals. i need a EA like ( www.mtsocketapi.com ) The project will involve the following key tasks: Develop a DLL or bridge application : The chosen developer will need to create a DLL or bridge application that can manage WebSocket
Hello, I am searching for the best and profitable SCALPING robot for only 2 pairs. If you have a profitable robot for either GOLD ( XAU/USD ) OR EURUSD OR BOTH In order to complete project I ask kindly that you send me demo version with license expiry of 1-2 days so I can test it in live market conditions. This is a requirement in order to move forward with project. Please no matingale, no hedging robots. Robot

项目信息

预算
100 - 250 USD
开发人员
90 - 225 USD
截止日期
 1  10 天