Create a program that sends alerts when a certain type of candlestick is found

MQL4 Indicadores Experts

Trabalho concluído

Tempo de execução 3 minutos

Termos de Referência

Hello, I need an expert advisor (I think this is an EA, but it is maybe a script or an indicator... please let me know what is the best) to get some alerts when a certain type of candlestick occurs (wich looks like haramis).

 

Timeframe : H1 (but it must be possible to change easily the timeframe).

 

Here are the conditions that the program should take into account :

 

1/ the current hour is between 8 AM and 7 PM. The alert is sent once, after the end of a candlestick (if the candlestick I am looking for is found for the hour between 9:00 and 9:59, I want to be noticed at 10:00).

 

2/ if "close[1]" is the closing level of the last candelstick (if it is 10:00, I want the data from the period 9:00 - 9:59), "open[1]" the opening level, "high[1]" the highest point, "low[1]" the lowest point, I need the following conditions :

 

close[1] < close[2] and open[1] > open[2] and high[1] < high[2] and low[1] > low[2]

OR

close[1] > close[2] and open[1] < open[2] and high[1] < high[2] and low[1] > low[2]

 

3/ if "abs" means the absolute value of a number : Abs(2) = 2 and Abs(-2) = 2 for example.

I need the condition :

abs(close[1] - open[1]) < abs(close[2] - open[2])

It should be possible to switch of this condition in order to make some tests.

 

 

The expert advisor (or script, or indicator ?) must send me an e-mail and/or if possible send me an alert thanks to the mobile version of MT4, if conditions 1 AND 2 AND 3 are ok

 

 

 

I join 2 captures :

- 1 capture taken from the software Prorealtime where I have created the indicator that does exactly what I am asking. But Prorealtime cannot send alerts, therefore I want to use MT4.

 

- 1 capture from MT4 showing the expert Advanced Stochastic Scalper, which has exactly the look I want : Arrows showing the candlesticks that match the requirements, and alerts (shared on the mobile mt4 app)

Thank you very much !

 


Respondido

1
Desenvolvedor 1
Classificação
(807)
Projetos
1127
43%
Arbitragem
47
49% / 23%
Expirado
84
7%
Livre
2
Desenvolvedor 2
Classificação
(208)
Projetos
297
54%
Arbitragem
0
Expirado
1
0%
Livre
Publicou: 6 códigos
3
Desenvolvedor 3
Classificação
(564)
Projetos
844
73%
Arbitragem
15
53% / 13%
Expirado
193
23%
Livre
Pedidos semelhantes
HFT Directional Grid Scalper (Simple, Training Project) Overview We are looking for a developer to create a high-frequency grid scalper with a simple, deterministic logic. This is not a complex bot — the goal is to have a clean implementation for training, testing, and educational purposes. The bot should: Continually open trades in one direction only (BUY or SELL) Use ATR-based grid spacing Maintain a fixed
I want a accurate indicator with buy and sell arrows or circle.. with exit points which trade xauusd and btcusd via weekend ... for small like R100 or 500 .... like which can grow small accounts with ... on for serious developer.. no bullshit ... I need on Friday please
I'd like to automate a relatively simple strategy in Sierra Chart, but I'd like to have it backtested and optimized first. Could we collaborate on this, and what would the cost be? Only bid if you think you can handle this project, and I want expert in sierra chart.. Thanks
I need an EMA crossover EA specifically for Boom and Crash. It should automatically buy and sell when crossovers happen. I want adjustable inputs for lot size, timeframe, and maximum loss. I’m keeping it simple because I’ve had bad experiences with EAs before. It should do only the job it is built for, properly and reliably. need someone who have already build EA or Indicator for Boom and Crash befor atleast 10
//+------------------------------------------------------------------+ //| ProTradingEA MT5 | //| Fully MT5-compliant with MACD, Trailing Stop, Break-Even | //+------------------------------------------------------------------+ #include <Trade\Trade.mqh> CTrade trade; // Optional override input string SymbolOverride = ""; // leave blank to auto-detect struct EASettings { int
I have access to an MT5 account. I have investor access. I would like to know if someone could help me create a bot that copies only the trades made on XAU/USD in that account but in my MT4 account. In that account, many trades are made across various pairs, and I realize that the conditions of their account are not very favorable for the type of trading they do, as the commissions are very high. I have an account
Good day, I would like to have an expert advisor for my MT4 indicator (Major key alert) that can scan and provide push notification messages for entry opportunities across different time frames when a when a signal is identified
"I need an MT5 EA based on price action — liquidity sweep + hammer/shooting star reversal strategy. TREND: Identified by HH/HL for uptrend, LL/LH for downtrend on selected timeframe. No trade in ranging conditions. BUY SETUP: In uptrend, price retraces to swing low zone, wicks below it (liquidity sweep), hammer forms (lower wick min 2x body, closes above swept low). Buy stop entry at hammer high. SL below hammer
I need a professional MQL5 developer to finalize a Gold (XAUUSD) trading bot. The core layering and support-filter logic is already drafted. Key Requirements: Refine a hybrid Martingale/Layering volume calculation (1-10 / 11-20 reset logic). Implement a robust "Safety Mode" based on Daily Low price breaks. Ensure precise 6:00 AM Server Time reset for logic variables. Add professional error handling (Slippage
I want a gold order management ea that should be like the below... Pending orders When I open one manual order, ea should be able to set 3 pending orders at x amount of pips below (if buy order) or above (if sell order) manual order entry. So like this Pending order 1 true or false Pending order pips away: 20. Pending order lot size:0.3 Pending order 2 true or false Pending order pips away: 40 Pending order lot

Informações sobre o projeto

Orçamento
30+ USD
Prazo
para 3 dias