Could you Create me an EA based on the candlestick?

MQL4 Asesores Expertos

Tarea técnica

I need a robot EA based on the candlestick! No indicator! Just pure candlestick.

There's no instant order, but should be pending order, the Buy Stop and Sell Stop.

Use the close candlestick! Yes, close candlestick! Not high or low, but Close.

So, I'll need someone who familiar with candlestick program in the EA. If you can do this, let's talk about the project...


First, I need inputs in the setting like:

  • Initial lot
  • Buy Stop step (in pips)
  • Sell Stop step (in pips)
  • Trailing stop (in pips)
  • Maximum Buy order
  • Maximum Sell order
  • The others are optional. Hope you will give me additional inputs.


Now about the system:

BUY STOP

  1. The previous BEAR candle will trigger buy stop.
  2. The distance of Buy Stop based on the CLOSE that bear candle. 
  3. I'll set the distance between the Close and Buy Stop, that's why I need "Buy Stop Step" in the input setting.
  4. The Buy Stop will always follow the Previous Bear candle until the Buy Stop is hit by the price market.
  5. Ignore (don't update the buy stop) if bull candle is formed after the previous bear candle.

SELL STOP

  1. The previous BULL candle will trigger sell stop.
  2. The distance of Sell Stop based on the CLOSE that bull candle. 
  3. I'll set the distance between the Close and Sell Stop, that's why I need "Sell Stop Step" in the input setting.
  4. The Sell Stop will always follow the Previous Bull candle until the Sell Stop is hit by the price market.
  5. Ignore (don't update the sell stop) if bear candle is formed after the previous bull candle.

If there's something you don't understand, please inform me!

Thanks in advance.

Han respondido

1
Desarrollador 1
Evaluación
(224)
Proyectos
283
42%
Arbitraje
15
13% / 47%
Caducado
67
24%
Libre
2
Desarrollador 2
Evaluación
(1)
Proyectos
3
33%
Arbitraje
0
Caducado
3
100%
Libre
3
Desarrollador 3
Evaluación
(23)
Proyectos
45
20%
Arbitraje
24
29% / 42%
Caducado
12
27%
Trabaja
4
Desarrollador 4
Evaluación
(1117)
Proyectos
1419
62%
Arbitraje
21
57% / 10%
Caducado
43
3%
Libre
5
Desarrollador 5
Evaluación
(135)
Proyectos
192
42%
Arbitraje
17
29% / 59%
Caducado
28
15%
Libre
6
Desarrollador 6
Evaluación
(400)
Proyectos
454
34%
Arbitraje
24
42% / 46%
Caducado
6
1%
Trabaja
7
Desarrollador 7
Evaluación
(354)
Proyectos
629
26%
Arbitraje
89
72% / 13%
Caducado
12
2%
Trabaja
8
Desarrollador 8
Evaluación
(26)
Proyectos
34
26%
Arbitraje
7
14% / 43%
Caducado
7
21%
Libre
9
Desarrollador 9
Evaluación
(36)
Proyectos
50
28%
Arbitraje
2
0% / 100%
Caducado
6
12%
Libre
10
Desarrollador 10
Evaluación
(86)
Proyectos
114
26%
Arbitraje
7
29% / 57%
Caducado
5
4%
Libre
11
Desarrollador 11
Evaluación
(249)
Proyectos
398
38%
Arbitraje
82
41% / 20%
Caducado
69
17%
Trabajando
12
Desarrollador 12
Evaluación
(259)
Proyectos
533
50%
Arbitraje
54
41% / 37%
Caducado
224
42%
Trabaja
13
Desarrollador 13
Evaluación
(221)
Proyectos
369
66%
Arbitraje
10
50% / 0%
Caducado
46
12%
Libre
14
Desarrollador 14
Evaluación
(62)
Proyectos
140
46%
Arbitraje
19
42% / 16%
Caducado
32
23%
Libre
15
Desarrollador 15
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
16
Desarrollador 16
Evaluación
(66)
Proyectos
143
34%
Arbitraje
10
10% / 60%
Caducado
26
18%
Trabaja
Solicitudes similares
Hello I have a EA and Custom Indicator That Someone Made for Me But I need to fix it up and get it to function properly using the customer indicator I want to fix the bug's and add a water mark to it that is all if someone could do this work asap that would be even better. EA is 3771 Lines Of Code Indicator Is 918 Lines Of Code list of things I need fixed (More then half of this is already coded in) #.1 I need the EA
Hi there Here is a video of the logic: its based on market structure and swings using validated highs and lows based on candle closure. Just in case you would like to take a look at the code/indicator here is the link: https://youtu.be/igj0OaQoM7o?si=7nigL8OU2Nt1Zxkx Let me know if you can help
Robot should have the option to either to Buy or Sell, and Buy and Sell based on selected technical indicators: PSAR, MACD, Stochastics, and Bollinger bands. Either one, all, or combination can be used to open order Lot size is either based on fixed lot, size per USD, or free margin per USD Target profit based on points and option for trail stop Stop loss is either in points or as a % of free margin Option for
Create MT5 deriv EA 30 - 35 USD
Hello . Am in need of a developer that can Create deriv EA .I need to create a Deriv Bot with Martingale 1 min candles 30 martingale plus I can change the amount of martigale with the option of 1 min up or down . Kindly bid and let discuss about the project
I need an automated EA to open positions based on the closing of a candle over/under the 50MA TP must be able to be set at specific points SP must be able to be set at previous candle open
MT4 TRADE COPIER EA 30 - 35 USD
Hello , how are you doing? Am in need of MT4 developer that can help me to develop trade copier EA for MT4 account Kindly bid for the project if it is what you can do for me thanks
I am looking for a professional developer to help me with creating a hedge grid bot. The concept is in the picture. The bot is quite simple. The bot basically opens buy and sell positions on each grid and self terminates when the upper limit (manually set is reached) 1. Set timer for new's releases (manual entry) 2. Slippage in pip's (manual entry) 3. Maximum drawdown in USD with self termination when entry
I needed to create a script based on MQL5, which depends on Stochastic and MACD indicators. Long entry should be once Stochastic lines are crossed above and MACD lines are crossed above and vice versa for short entry. If you know pine script, I have the pine script strategy code for this strategy, you can convert this into MQL5, Refer the below text file for the code
Nt8 30+ USD
I trade in NT8 and would like to code an Elliott wave measurment tool, which is very easy because I have the major Script for that.We need only to add some aspects into it. If you are interested,if you can do this do well to bid on it
This is ready made grid ea Bug- This ea has some bug like - a>if mt4 restart ea trade random without any logic. B>if i add 300 pips grid ,some time ea take next trade at 400 distance pips Feature 2. Add supply and demnad + 200 ma entry logic (supply demad indicator are add to attach) 3.Add two separet engine en1 -- en2. But engine have same grid logic but separate parameter and magic number bot have anti-grid

Información sobre el proyecto

Presupuesto
30+ USD
Para el ejecutor
27 USD