Renko EA for MT4 platform

MQL4 Asesores Expertos C++ Fórex

Tarea técnica

RENKO EA for MT4
I would like you to program this Expert Advisor for mt4. It should perform the following tasks.
1. EA should build an offline renko chart and trade on these renko brick charts when attached. (Include external user defined parameter that allows me to define brick size/length). See attached screenshot of this idea. Attached is a sample Indicator that does this. 
2. Indicator should continuously update the renko charts so I can trade manually or attach an expert advisor that will trade for me automatically.
3. Will need to filter the trend with a trend detector indicator like Parabolic Sar (PSAR). So the EA now can be instructed to buy only in uptrend, or sell in downtrend.
4. EA Should build renko charts of say for example 10 pips bar size, however I should be able to change the renko bar/brick size/length value (in pips).
5. EA should have external variable that can allow me to add into winning trades. For example if in profit of say 10 pips and using 10 brick size, EA should be able to open new trade at the close of that 10 pips brick. 
6. EA should have external variable that is (true/false). Example, if trend changes, and open trades are in profit, simply exit the Grid and Open opposite direction. 
7. LotSize as Fixed Value - the size of the first opened trade
8. Stoploss Buffer (adds to high/low of brick) - the default stop-loss is the highest/lowest of the previous two bricks; add a buffer (pips) and the stoploss will be this distance further from the brick's low/high
9. Take Profit (pips) - Take profit distance in pips.
10. Trailing Stop (pips) - the distance the price has to move in your favor, for the expert advisor to move the stop-loss
11. BreakEven (pips) - the distance the price has to move in your favor, for the expert advisor to trail the stop-loss
12. Slippage (pips) - distance allowed for the price to move from the open/close/trail order to the execution
13. Avoid trading consolidation zones - in case of consolidation zones formed by one bricks (1 up, 1 down and so on), set to true to ignore trading entries
14. Close trade/s at renko change - whether or not to close opened trade/s when the renko brick changes color/direction
15. Minimum profit (0 = disabled) - set to a positive value and the EA should close the trade at renko change only if its profit reached this minimum profit 16. Follow PSAR trend - whether or not to trade with the trend
17. PSAR step, maximum - PSAR indicator settings to determine the trend
18. Martingale Multiplier - set to any positive value is you I want the EA to multiply the lot size of the next trade, after closing a losing trade
That’s all for now. Will appreciate any more improvements and Ideas from you as we work on this project. Thanks and Looking forward to the 1st prototype.

Han respondido

1
Desarrollador 1
Evaluación
(126)
Proyectos
151
48%
Arbitraje
6
83% / 17%
Caducado
2
1%
Libre
2
Desarrollador 2
Evaluación
(365)
Proyectos
507
40%
Arbitraje
159
17% / 74%
Caducado
99
20%
Trabajando
3
Desarrollador 3
Evaluación
(390)
Proyectos
416
30%
Arbitraje
74
19% / 72%
Caducado
52
13%
Trabaja
4
Desarrollador 4
Evaluación
(78)
Proyectos
246
74%
Arbitraje
7
100% / 0%
Caducado
1
0%
Libre
Ha publicado: 1 artículo
5
Desarrollador 5
Evaluación
(9)
Proyectos
19
16%
Arbitraje
3
67% / 0%
Caducado
0
Libre
6
Desarrollador 6
Evaluación
(574)
Proyectos
945
47%
Arbitraje
309
58% / 27%
Caducado
125
13%
Libre
Solicitudes similares
i need some tradingview strategy that i want to use as a tester, i have something that i am working on currently and i need someone that can provide me with tradingview strategies that doesn't have a win rate, the one with 1:1 RR it need to have low win rate like 10% or 5% profitability, i am not paying $30 for,i dont have up to that for this cause i only want to use it as a test, if anyone have any to send me please
hello i need help building a ea bot for mt5 and i have started on claude but i will need someone if a incredible experience to make my ideas come to live. please contact so we can schedule a quick call and i can share anything that concerns you for the task
I have 2 trading view indicators by GainzAlgo that I want code to mt5 , could u advise? I need you to give me response if you can convert This
I am looking to acquire an EXISTING and PROVEN MetaTrader 5 Expert Advisor. I am NOT looking for someone to develop a random new strategy from scratch. The objective is to find a robust EA with an existing track record, verify its performance and robustness, and purchase the MQL5 source code together with clearly defined commercial rights. MAIN REQUIREMENTS The EA should meet most or all of the following
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I need to build one from scratch . Experience with Sierra Chart, ACSIL
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location

Información sobre el proyecto

Presupuesto
30 - 150 USD
Plazo límite de ejecución
a 4 día(s)