Candle Support and Resistance EA

MQL4 Experts

Trabalho concluído

Tempo de execução 8 dias

Termos de Referência

Looking for a EA that is based on candle highs and lows.

Parameters:

- Existing candle when EA opens creates a high and low. Once that candle closes, a new candle starts.

- A buy stop at the high of the previous closed candle is placed.  

- A sell stop is placed at the low of the previous closed candle. Same option above for adjusting stops.

- Stop price must be adjustable. For example, buy stop plus 1 pip higher, buy stop plus 2 pips higher, buy stop plus 3 pips higher, etc... So, if the high of the previous candle on EURUSD closed at 1.1400, I could adjust the buy stop to 1.1401, 1.1402, 1.1403, etc. 

- If price hits one of the stops, trade is entered.

- Must be able to adjust Spread, Stop Loss, and Take Profit.

- Must work on all timeframes

- At this time, only one buy and one sell trade may be entered on same open candle.  

- Once that existing candle closes, the highs and lows of that candle are used for buy and sell stops on the next open candle.

Doesn't sound like a hard EA to code... Just don't have the knowledge myself to do it. Let me know if anyone has any questions about it.

Respondido

1
Desenvolvedor 1
Classificação
(1855)
Projetos
3458
88%
Arbitragem
73
40% / 15%
Expirado
265
8%
Trabalhando
2
Desenvolvedor 2
Classificação
(52)
Projetos
133
44%
Arbitragem
14
50% / 29%
Expirado
55
41%
Livre
3
Desenvolvedor 3
Classificação
(2086)
Projetos
2646
61%
Arbitragem
113
45% / 26%
Expirado
418
16%
Trabalhando
4
Desenvolvedor 4
Classificação
(647)
Projetos
1295
67%
Arbitragem
84
26% / 49%
Expirado
338
26%
Livre
5
Desenvolvedor 5
Classificação
(103)
Projetos
205
41%
Arbitragem
17
29% / 71%
Expirado
45
22%
Livre
6
Desenvolvedor 6
Classificação
(225)
Projetos
284
42%
Arbitragem
15
13% / 47%
Expirado
67
24%
Livre
7
Desenvolvedor 7
Classificação
Projetos
1
0%
Arbitragem
0
Expirado
1
100%
Livre
8
Desenvolvedor 8
Classificação
(2428)
Projetos
3057
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Trabalhando
9
Desenvolvedor 9
Classificação
(28)
Projetos
47
23%
Arbitragem
13
31% / 15%
Expirado
12
26%
Livre
10
Desenvolvedor 10
Classificação
(251)
Projetos
400
54%
Arbitragem
9
67% / 22%
Expirado
36
9%
Livre
11
Desenvolvedor 11
Classificação
(1)
Projetos
9
22%
Arbitragem
0
Expirado
1
11%
Livre
12
Desenvolvedor 12
Classificação
(195)
Projetos
395
28%
Arbitragem
155
20% / 52%
Expirado
112
28%
Livre
13
Desenvolvedor 13
Classificação
(362)
Projetos
506
40%
Arbitragem
147
18% / 72%
Expirado
99
20%
Carregado
14
Desenvolvedor 14
Classificação
(266)
Projetos
540
50%
Arbitragem
55
40% / 36%
Expirado
224
41%
Livre
15
Desenvolvedor 15
Classificação
(71)
Projetos
156
44%
Arbitragem
22
41% / 14%
Expirado
16
10%
Livre
16
Desenvolvedor 16
Classificação
(16)
Projetos
24
42%
Arbitragem
2
50% / 50%
Expirado
10
42%
Livre
17
Desenvolvedor 17
Classificação
Projetos
0
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
18
Desenvolvedor 18
Classificação
(130)
Projetos
210
40%
Arbitragem
90
20% / 43%
Expirado
85
40%
Livre
19
Desenvolvedor 19
Classificação
(51)
Projetos
61
69%
Arbitragem
0
Expirado
2
3%
Livre
20
Desenvolvedor 20
Classificação
(61)
Projetos
120
34%
Arbitragem
17
18% / 41%
Expirado
51
43%
Livre
21
Desenvolvedor 21
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hello, I need a martingale and grid bot. The programmer must provide a test of about 5 minutes for the EA to see how it works and if everything is fine, it will be selected to make some modifications for personal use to that EA that you provide. If it has a lot of graphics or buttons. better It doesn't matter if the robot is bad, I'm more interested in its functionalities to use with my strategy
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Here is the Idea: I want a Semi Auto Trade Panel Manager EA that only activates when I press the BUY or SELL or BUY LIMIT or SELL LIMIT then the EA will do the rest : that includes the BUY STOP 0r SELL STOP and the hedging calculations according to below diagram. So overall , my only intervention is entering the lot size , hedge zone distance and TP ratio or entering the price for buy limit/sell limit then pressing
Hi, I'm looking for a martingale MT4 EA that performs a lot of trading volume per day. If you have the robot, you'll need to send me the demo so I can backtest it. Thank you very much
Hello potential Freelancers I’m very new to trading so please bear with me as I try to explain what ‘m looking for. I'm currently getting signals ( XAUUSD )sent to me and I’m looking to find a person who can look at the data either watch account live, or I send the trade history. The bot my provider is using makes 100’s of trades a day and does very well on average. I’m also looking to have the following features
we want to build a dashboard ea that would display on another chart key metrics : i will foward screeshot of what i want to dashboard to look like : the function i would need to get display are the following: 1. classified past performance ea by magic number ( with classic : total trade , total profit , return/dd , max dd (base on history) , ) 2. equity chart of performance if we click on a magic number we should
the task will be actually quiet simple , i need an active develloper to devellope out of 3 updates an ea STEP 1 (this job): make a classical pair trading ea , that can calculate correlation between assets and trade when the correlation diverge above a specified % the develloper that will postulate for the job will need : 1- to be ok to do the full project this job and the update following 2- very low arbitration , i

Informações sobre o projeto

Orçamento
50 - 100 USD
Desenvolvedor
45 - 90 USD
Prazo
de 3 para 5 dias