I have a strategy, 1 Hour Candle Open and Close

MQL4 Experts

Termos de Referência

I have a strategy

TF 1H (option)

Point 1.-The EA will open a trade at candle open time, 
If previous candle is Bullish will open a buy order.
If previous candle is Bearish the EA will open a Sell order.

Point 2. After one hour (option) the EA will close the trade at the close of the candle. I don´t care if is in profit or not. And will repeat the process as indicated in Point 1.
I don´t want any indicator on it. Make it simple.

Respondido

1
Desenvolvedor 1
Classificação
(19)
Projetos
25
44%
Arbitragem
0
Expirado
0
Trabalhando
2
Desenvolvedor 2
Classificação
(42)
Projetos
62
8%
Arbitragem
12
58% / 42%
Expirado
1
2%
Livre
3
Desenvolvedor 3
Classificação
(12)
Projetos
14
0%
Arbitragem
0
Expirado
3
21%
Trabalhando
4
Desenvolvedor 4
Classificação
(146)
Projetos
175
23%
Arbitragem
7
29% / 43%
Expirado
4
2%
Ocupado
5
Desenvolvedor 5
Classificação
(202)
Projetos
206
27%
Arbitragem
0
Expirado
3
1%
Livre
6
Desenvolvedor 6
Classificação
(563)
Projetos
932
47%
Arbitragem
302
59% / 25%
Expirado
124
13%
Ocupado
7
Desenvolvedor 7
Classificação
(4)
Projetos
5
60%
Arbitragem
0
Expirado
0
Livre
8
Desenvolvedor 8
Classificação
(36)
Projetos
45
2%
Arbitragem
6
33% / 17%
Expirado
1
2%
Livre
9
Desenvolvedor 9
Classificação
(1095)
Projetos
1451
45%
Arbitragem
49
73% / 12%
Expirado
36
2%
Trabalhando
10
Desenvolvedor 10
Classificação
(71)
Projetos
80
10%
Arbitragem
36
8% / 53%
Expirado
6
8%
Trabalhando
11
Desenvolvedor 11
Classificação
(16)
Projetos
24
17%
Arbitragem
2
0% / 50%
Expirado
1
4%
Trabalhando
12
Desenvolvedor 12
Classificação
(9)
Projetos
8
38%
Arbitragem
3
0% / 67%
Expirado
2
25%
Trabalhando
13
Desenvolvedor 13
Classificação
(13)
Projetos
16
19%
Arbitragem
0
Expirado
2
13%
Livre
14
Desenvolvedor 14
Classificação
(550)
Projetos
1333
59%
Arbitragem
28
82% / 0%
Expirado
10
1%
Livre
15
Desenvolvedor 15
Classificação
(14)
Projetos
23
26%
Arbitragem
8
38% / 25%
Expirado
3
13%
Carregado
16
Desenvolvedor 16
Classificação
(95)
Projetos
117
38%
Arbitragem
9
89% / 0%
Expirado
0
Livre
17
Desenvolvedor 17
Classificação
(61)
Projetos
188
73%
Arbitragem
4
100% / 0%
Expirado
1
1%
Livre
18
Desenvolvedor 18
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
19
Desenvolvedor 19
Classificação
(471)
Projetos
533
33%
Arbitragem
28
39% / 43%
Expirado
8
2%
Carregado
20
Desenvolvedor 20
Classificação
(66)
Projetos
143
34%
Arbitragem
10
10% / 60%
Expirado
26
18%
Livre
21
Desenvolvedor 21
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
I want to modify my indicator to make it a scanner so it will be easier and not missed the signal alerted by the indicator for all the available currency no settings will be changed just adding the time frame selection. time frame selection has to have an option to select all timeframe or just the timeframe selected. the job is to make the indicator: 1. make it a scanner (window or table to show all signal produces
I need an expert advisor based on MACD and MA signals. It must have check and handling of trade operations errors. The main criteria for opening and closing positions: ◇Both Main and Signal direction must be shown by Arrows which is going to be for buy and sell positions
Need a programmer 30 - 50 USD
I am seeking an experienced MQL programmer to develop a custom Expert Advisor for MetaTrader 5. The project involves creating a trading strategy that stops trading after 2 consecutive losses until 6 AM the next day. The ideal candidate should have: - Proficiency in MQL5 programming. - Strong understanding of trading strategies and market analysis. - Experience with backtesting and optimizing trading algorithms. If
Trendline expert 40 - 200 USD
My project is to put my strategy on the VCrush indicator. I already have the indicator, I just need to add the entry methods, take and stop rules. There are 5 lines in total, when these lines are aligned, the robot makes the entry. Below are two images of what the buy and sell entries would look like with the lines aligned
Description of the ScriptThis script is designed for MetaTrader 4 (MT4) to execute a Buy order based on a re-entry strategy using the BBMA (Bollinger Bands Moving Average) approach. The main timeframe used is H1 (1-hour), and the script employs the Classic Bullish Engulfing pattern as a validation criterion before placing a Buy order.Key Components of the Script:Input Parameters:Lots: Defines the lot size for the
I need an expert to help me with adding more features to my existing mt4 EA I think the addition I want added to this EA is fairly simple--but I don't really understand how programming works, Contact me for a long term work, This is not the only project, I will explain the features in the inbox, Let me know if you can do it
Expert Advisor para operar no par XAU/USD no gráfico de 30 minutos, com as seguintes especificações: Indicadores : Utilize uma mídia móvel simples (SMA) de 72 períodos. Utilize o indicador Money Flow Index (MFI) com um período de 7. Inclui um indicador para marcar suporte e resistência nas últimas duas semanas no gráfico H4. Critérios de Operação : Venda : Execute uma ordem de venda se o preço se poupar no mínimo 800
EA Robot 30 - 500 USD
I Shawn Mametsa wants to creat a robot that will help a lot of people to make money through trading and become successful through trading I want to help those who want to trade but don’t know how to analyse the market
This is a simple Martingale based EA with RSI indicator used as buy/sell order conditions Mandatory Inputs: extern double TakeProfit = 120.0; // self explanatory for first order, for martingale orders it will adjust TP of all orders of the same type (buy / sell) to one, for example if an order opened at 100, 2nd opens at 105, the both of their tps will be at the same point, if an order is manually closed, it will
I need an expert advisor based on supply and demand zones. The zones should be identified automatically with tweakable parameters, but there should be also an option to input my own zones. I need the EA to have capability of opening market positions as well as pending orders. Other requirements: Martingale News filter Time filter Set expiry to zones, to prevent opening positions when price enters old zones

Informações sobre o projeto

Orçamento
30+ USD
Desenvolvedor
27 USD