New EA on MT4 using Renko Bars

명시

I am interested to establish a long relationship (for creating and EA and future updates) with an experienced developer in Renko Bars.

I need an Expert Advisor for MetaTrader4.
My strategy uses Mean Renko Bars (I purchased the ex4 version of this indicator from here (https://ovo.cz/products/offline-charts-for-mt4/mean-renko-bars/). This indicator is only for preparing the chart, there are other relatively similar indicator with open source too (I can provide at least one if necessary).
The EA should read a Renko Bar indicator properly and bring orders as quickly as possible without long delays in the market.
The EA should be able to work on different financial products (forex, gold, oil, indices).

The entry setup is based on several indicators (I can provide source code for each of them). Also, the setup should respect a few specific rules that I will describe in “Requirements Specification”.
The Money Management should be split in two variants. First should allow EA to close the trade in steps (for ex 100% TP1 at x pips /  or 50% TP1 at y pips, move SL cu BE for the rest and set 25% TP2 at z pips and 25% TP3 at m pips. Max 3 partial TPs), SL should be fix and will depend on an indicator or previous swing high. Second version should allow martingale, to increase the lot size by a coefficient set by me after each loss.

The lot size should be fix and set by me.

I also will need to see with the help of the EA, after I will place it on the chart in live trading all the indicators set by me. So, there should be a graphic representation of my strategy exactly as I already see it now when I am trading manually. I ask this so I would be able to check and test the EA. Also, I will need that some of the parameters set in the strategy (I will specify them also in “Requirements Specification”) to be displayed on the chart (for example, to see if there are 4 rules to enter into a new trade and 3 of them are already respected and the EA is waiting for the 4th, to be able to see this on the chart).

EA should be created in that way that, if I want, I will be able to optimize it using MT4 platform (I refer here on the global parameters of course).

I need in the end the source code of the EA, of course. The code should be written clear and with full comments (for each significant segment or function there should be a comment inserted in the code where you should describe what you intend to do).


응답함

1
개발자 1
등급
(145)
프로젝트
169
50%
중재
22
14% / 55%
기한 초과
22
13%
무료
2
개발자 2
등급
(59)
프로젝트
90
39%
중재
26
4% / 77%
기한 초과
40
44%
무료
3
개발자 3
등급
(252)
프로젝트
462
26%
중재
139
20% / 60%
기한 초과
100
22%
무료
4
개발자 4
등급
(204)
프로젝트
326
43%
중재
34
32% / 29%
기한 초과
83
25%
무료
5
개발자 5
등급
(188)
프로젝트
212
58%
중재
9
11% / 89%
기한 초과
8
4%
무료
6
개발자 6
등급
(49)
프로젝트
134
27%
중재
62
13% / 53%
기한 초과
58
43%
무료
게재됨: 338 기고글, 1 코드
7
개발자 7
등급
(44)
프로젝트
100
39%
중재
17
29% / 47%
기한 초과
32
32%
무료
8
개발자 8
등급
(1931)
프로젝트
3552
88%
중재
73
40% / 15%
기한 초과
268
8%
무료
9
개발자 9
등급
(564)
프로젝트
845
73%
중재
15
53% / 13%
기한 초과
193
23%
무료
10
개발자 10
등급
(647)
프로젝트
1295
67%
중재
84
26% / 49%
기한 초과
338
26%
무료
11
개발자 11
등급
(63)
프로젝트
80
28%
중재
17
12% / 76%
기한 초과
48
60%
무료
12
개발자 12
등급
(30)
프로젝트
52
52%
중재
6
0% / 100%
기한 초과
18
35%
무료
게재됨: 1 기고글
13
개발자 13
등급
(1)
프로젝트
1
0%
중재
1
0% / 100%
기한 초과
0
무료
비슷한 주문
Hello, I have a custom indicator with a specific line. Logic I want: 1. When a candle closes and crosses the indicator line (I will tell you the buffer number of this line), start counting. 2. After the cross, wait for 3 consecutive candles with the same color / same direction. 3. If the 3 candles are bullish, open a BUY trade on the next candle open. 4. If the 3 candles are bearish, open a SELL trade on the
I want to Build a EA Robot that combine from my trading style and any conditions we can discussion. My trading style information below. 1 Set Up , 1 Rule , 1 Trade , 1 Session , 1 Target
Ich möchte einen professionellen Expert Advisor (EA) für MetaTrader 5 entwickeln lassen, der sich funktional am ThunderGold Scalper orientiert. Instrument: XAUUSD / GOLD Zeitrahmen: M15 Plattform: MetaTrader 5 / MQL5 Der EA soll eine eigene, nachprogrammierte Strategie verwenden und keine geschützten Quellcodes oder proprietären Dateien des Originalprodukts kopieren. Gewünschte Funktionen: automatischer Handel auf
I need a fully automated Expert Advisor (EA) written in MQL5 for MetaTrader 5. The EA must work directly inside MT5 and must NOT require TradingView, PineConnector, webhooks, or another external connector to place trades. Trading Instrument Primary symbol: XAGUSD (Silver) My broker may display the symbol as XAGUSD-ECN, so the EA should work with the broker’s available XAGUSD symbol. Main entry timeframe: 5-minute
RECHERCHE DÉVELOPPEUR MQL5 — PARTENARIAT 50/50 Objectif : développer un EA de trading automatisé en 11 jours maximum pour participer à plusieurs concours de trading démo. Je recherche un développeur MQL5 expérimenté, capable de développer, tester et optimiser un EA proprement, avec une vraie maîtrise de la gestion du risque. CONCOURS VISÉS 🥇 XM — Weekly Demo Contest - Concours récurrent - Prize pool annoncé : 25 000
GoldTrade EA 89+ USD
//+------------------------------------------------------------------+ //| XAUUSD Wolfe + SMC Quick Profit EA | //| MT5 / MQL5 | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //================================================================== // INPUTS //================================================================== //--- General
can you help me with I have an indicator that I built and I work with PickMyTrade. The entries come through the alerts I get from Trading View . Trading View needs to send an alert and PickMyTrade executes a trade at that exact same second. Now, I have a problem in Trading View with the synchronization between the alert and the signal. I have a box that I built for a trade. It needs to output the box and get an
Looking for a developer in NinjaTrader For coding Inst - ES,NQ Chart type - Tick, range, volume & time Brief- Fib levels mapped on chart which act as entries, tgts and stops all based on candle close. (Maybe) use MACD for filtering direction. Daily manual input of the TWO fib Anchor levels is part of the strategy. I need a well experienced developer to bid and before biding check the attached file well. the PDF and
I Have an existing Mql5 Expert advisor (source code), I want a professional programmer to help me Modify the EA... so that it can stop taking new trades once it Gets to a Pacific Lots Size or Floating loss
I Have an existing Mql5 Expert advisor (source code), I want a professional programmer to help me Modify the EA... so that it can stop taking new trades once it Gets to a Pacific Lots Size or Floating loss

프로젝트 정보

예산
200 - 400 USD
기한
에서 10  30 일