EA development for a manual Renko char set up

MQL4 Experts

Specification

Hi, 

 Please see the attached image and details below :

 

Develop an Expert Advisor (EA) for a manual Renko chart system

(Any currency must be supported for trading and any time can be traded)

======================================================

Please read the specification below to develop a Renko based EA according to specification

I already developed a system using some indicators for manual trading on MT4.  It used only 3 indicators. You just need to develop an EA for automated trading for MT4

 

Indicators that I used for manual trading

  1. Renko livechart v2.1
  2. Helken ashi smoothed
  3. True trend jcl

 

Current manual trading set up , buy entry & exit, sell entry & exit is given below to develop an EA with same exact details:

 

Current chart set up:

I used Renko livechart v2.1 on 1 min candlestick chart and 2 min offline chart for renko chart  with helken ashi indicator.  and another indicator called True trend jcl to seethe  current trend.

 Please note that although offline chart will be set to 2 min and 1 minute chart will be set at 1 min    during chart set up process. After set up, 1 min chart will be changed to Daily chart to see a big market view. And 2 min offline chart will be as it is.

 

1)  Renko livechart v2.1 indicator set up :

 Box size: 10 [please note that here 10 means 10 pips where it must be 10 for 4 digit and 100 for  5 digit broker  Mt4 platform]

      boxoffset: 0,

      renko time frame: 2 ,

     strange symbol name: false

 

 

2) Helken ashi smoothed indicator  set up:

Variables

Value

MAMethod

2

MaPeriod

4

MAMethod2

3

MaPeriod2

2

Pop up box alert

False

Sound alert

false

 

3) True trend jcl indicator set up:

  Alert :  false

TrendCCIPeriod : 15

EntryCCIPeriod : 3

----------------------------------------------------------------------------------------------------------------------------------

BUY entry criteria in order:

1)      At first Helken ashi must be blue colour

2)      Then a blue 10 pip rekno box must be seen  with blue color

3)      And finally TrendCCIPeriod  of True trendjcl indicator must be above 0 line for confirmation

Buy exit criteria in order:

1)      At first helken ashi color must be changed from blue to red

2)      Then a 10 pips renko box must be seen with red color

3)      And finally TrendCCIPeriod  of True trendjcl indicator must be below  0 line  for confirmation

--------------------------------------------------------------------------------------------------------------------------------------

SELL entry criteria in order:

1)      At first Helken ashi must be RED colour

2)      Then a blue 10 pip rekno box must be seen  with RED color

3)      And finally TrendCCIPeriod  of True trendjcl indicator must be below 0 line for confirmation

SELL exit criteria in order:

1)      At first helken ashi color must be changed from red  to blue

2)      Then a 10 pips renko box must be seen with blue color

3)      And finally TrendCCIPeriod  of True trendjcl indicator must be above  0 line  for confirmation

-------------------------------------------------------------------------------------------------------------------------------------

You can also see the attached image files about buy entry & exit and sell entry and exit which will clear you everything in 5 minutes.

 

Important note: Although I add Renko chart on 1 min chart but after adding Reno chart, I move to daily chart from 1 min for trading

New EA must have the following variables option to change on MT4:

-          Renko bar : 10 pips as default( where 10 pips for 4 digit, 100 pips for 5 digit)  and must have option to change the Reno bar size anytime on EA.

-          lot size: such as 0.01

-          Maximum number of open position  at a time: such as 5

-          Minimum number of open position at a time: such as 1

-          Lot size increment by: such as 0.01

-          Stop loss: such as 50 (50 pips for 4 digit  and 500 pips for 5 digit broker . Which means 0 will be added for 5 digit broker).  Please see the attached image  for stop loss and Take profit criteria

-          Trailing stop/lock profit

-          Trading Time : such as 6 means 6 gmt and  0 means  the EA will work all the time/any time

-          Similar features that is available for any EA development (if required)

Please make sure that the new EA will not crash the MT4 and it will work smoothly any time on MT4.

Required time to develop: 3-5 days maximum

Payment:  A final full payment will be given after the EA development and delivery using PayPal

If you are confused on anything regarding this system.  Please contact me below:

nazmul95@yahoo.com

 

Thank you 

Responded

1
Developer 1
Rating
(466)
Projects
697
56%
Arbitration
43
30% / 33%
Overdue
113
16%
Free
2
Developer 2
Rating
(71)
Projects
254
53%
Arbitration
16
50% / 38%
Overdue
83
33%
Free
3
Developer 3
Rating
(90)
Projects
159
61%
Arbitration
40
18% / 63%
Overdue
70
44%
Free
4
Developer 4
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
I need help with a specific issue in NinjaTrader 8. I'm using Strategy Builder to automate my setup, but it's ignoring some of my conditions for shorts, and not placing long trades at all. I've set up many other Strategies, and never had issues like this, so I suspect the cause is the indicator I'm using, which is the Ichimoku Cloud from the NT User App Share. So what I need is a new version of the indicator that
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo. Necesito algo agresivo, constante pero que no exponga el capital... prefiero una estrategia de smc
Modify existing EA 50 - 70 USD
Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in percentage Ability to correct error 10015 Thank you in advance
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
An ea with 4 moving average, and two time frame confluence. Option to add risk to reward and percentage of balance to trade. Message me remaining for the more info

Project information

Budget
15 - 20 USD
For the developer
13.5 - 18 USD
Deadline
from 3 to 5 day(s)