Simple Expert Advisor required based on consecutive bars, buy trade for bullish, sell trade for bearish

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 3 días
Comentario del Ejecutor
Great customer. Thanks for the job
Comentario del Cliente
Would recommend. Developer was friendly, constant communication, completed quickly and exactly to the specification. Also was happy for some small changes that weren't clear in my specification.

Tarea técnica

1. I require an expert advisor that will -:

open a buy trade on 5 consecutive bullish candlesticks

or

open a sell trade on 5 consecutive bearish candlesticks 

However I can edit the number of consecutive candlesticks.

Basically, the overall concept is to trade in the same direction as the candlesticks, go with the flow.

2. The EA must be able to be dropped into any chart window.

3. The following parameters must be allowed to be edited and remain specific to the chart window's specific symbol and timeframe.

  • Lot sizes
  • Stop loss in points to close the trades
  • Take profit in points to close the trades
  • Consecutive bullish candlesticks to open the trades
  • Consecutive bearish candlesticks to open the trades

4. All edited parameters must remain unique to that specific chart window.

5. I will require this EA to be used with the MT4 Windows application.


So, for example, I drop the expert advisor in to the XAUUSD chart window on a 4 hour timeframe (H4) and it will automatically open a buy trade of 0.01 lots on 5 consecutive bullish candlesticks or automatically open a sell trade of 0.01 lots on 5 consecutive bearish candlesticks.  The trades will close either on a take profit of 200 points or a stop loss of 200 points.

However, I can then drop the expert advisor in to another symbol and timeframe, for example GBPUSD on a 1 hour timeframe (H1) then change the parameters so that it will automatically open a buy trade of 0.05 lots on 8 consecutive bullish candlesticks or automatically open a sell trade of 0.05 lots on 10 consecutive bearish candlesticks.  The trades will then close either on a take profit of 400 points or a stop loss of 100 points.

Both of these chart windows will have different settings but will execute trades as described and as per the unique parameters of the EA to that chart window.  Quoted lot sizes, number of candlesticks, stop loss, take profit are just examples.  As per point 3, these must be editable for each chart window and remain unique to each chart window.

I'm sure this is very straight forward for all you talented freelancers out there.

Han respondido

1
Desarrollador 1
Evaluación
(27)
Proyectos
27
26%
Arbitraje
0
Caducado
0
Libre
2
Desarrollador 2
Evaluación
(121)
Proyectos
159
49%
Arbitraje
15
53% / 27%
Caducado
4
3%
Libre
3
Desarrollador 3
Evaluación
(316)
Proyectos
400
21%
Arbitraje
44
61% / 23%
Caducado
46
12%
Trabaja
4
Desarrollador 4
Evaluación
Proyectos
0
0%
Arbitraje
1
0% / 100%
Caducado
0
Libre
5
Desarrollador 5
Evaluación
(155)
Proyectos
239
70%
Arbitraje
3
67% / 33%
Caducado
20
8%
Libre
6
Desarrollador 6
Evaluación
(158)
Proyectos
188
26%
Arbitraje
8
25% / 38%
Caducado
5
3%
Trabaja
7
Desarrollador 7
Evaluación
(20)
Proyectos
33
55%
Arbitraje
5
80% / 20%
Caducado
3
9%
Libre
8
Desarrollador 8
Evaluación
(52)
Proyectos
97
24%
Arbitraje
11
18% / 18%
Caducado
12
12%
Trabaja
9
Desarrollador 9
Evaluación
Proyectos
3
33%
Arbitraje
1
0% / 100%
Caducado
2
67%
Libre
10
Desarrollador 10
Evaluación
(248)
Proyectos
444
34%
Arbitraje
56
36% / 38%
Caducado
163
37%
Trabajando
11
Desarrollador 11
Evaluación
(440)
Proyectos
546
25%
Arbitraje
21
38% / 38%
Caducado
83
15%
Trabaja
12
Desarrollador 12
Evaluación
(5)
Proyectos
6
17%
Arbitraje
2
0% / 100%
Caducado
0
Libre
13
Desarrollador 13
Evaluación
(554)
Proyectos
1342
59%
Arbitraje
28
82% / 0%
Caducado
10
1%
Trabaja
14
Desarrollador 14
Evaluación
(488)
Proyectos
556
33%
Arbitraje
27
44% / 44%
Caducado
8
1%
Trabajando
15
Desarrollador 15
Evaluación
(63)
Proyectos
194
73%
Arbitraje
4
100% / 0%
Caducado
1
1%
Libre
16
Desarrollador 16
Evaluación
(251)
Proyectos
400
54%
Arbitraje
9
67% / 22%
Caducado
36
9%
Libre
17
Desarrollador 17
Evaluación
(351)
Proyectos
372
70%
Arbitraje
4
100% / 0%
Caducado
0
Trabaja
Solicitudes similares
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

Información sobre el proyecto

Presupuesto
30+ USD
Para el ejecutor
27 USD