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

仕事が完了した

実行時間3 分

指定

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 !

 


応答済み

1
開発者 1
評価
(803)
プロジェクト
1123
43%
仲裁
47
49% / 23%
期限切れ
84
7%
2
開発者 2
評価
(208)
プロジェクト
297
54%
仲裁
0
期限切れ
1
0%
パブリッシュした人: 6 codes
3
開発者 3
評価
(564)
プロジェクト
844
73%
仲裁
15
53% / 13%
期限切れ
193
23%
類似した注文
Looking for an experienced Pine Script v5 & MQL5 developer to connect a custom TradingView indicator to MT5 (Exness) . The indicator already calculates lot size and includes a dropdown (None / Buy / Sell) . When Buy or Sell is selected, a TradingView alert must trigger , send lot size + direction via webhook , and place a market order in MT5 . No strategy conversion. No SL/TP handling. Execution only. Apply only if
I’m looking for a skilled MQL5 developer to help build and manage an automated trading system that bridges TradingView custom indicator alerts to an Exness MT5 account . This role involves capturing Buy/Sell signals and lot sizes from TradingView webhooks , processing them with a Python listener , and executing orders on MT5 hosted on a 24/7 VPS . The ideal candidate will ensure accurate trades, reliable execution
I need a trading signals indicator. So I can learn how to upgrade my trading skills and mentality. I will be very glad if I can upgrade my trading mentality
I am looking for an experienced MQL5 developer to help build and support an automated trade execution system that connects TradingView custom indicator alerts to an Exness MT5 account. The role involves receiving TradingView webhook signals containing Buy/Sell direction and dynamically calculated lot size, processing them via a Python-based webhook listener, and executing market orders on MT5 running on a 24/7
HELLO EVERYONE , I NEED AAN INDICATORE AND EA ON STOCHESTIC OSSILATOR, WHICH CAN GIVE ME ALERT WHEN SIGNAL APEARS, INDICAOTRE I CAN SHOW ON TRADING VIEW , EXACTLTY THAT INDICATORE I NEEDED.INDICATORE NAME ON TRADING VIEW( JL STOCHESTIC DIVERGENCE ALERT).. THANK YOU
//+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ #property strict // Inputs input int EMA_Fast = 9; input int EMA_Slow = 21; input int RSI_Period = 14; input double Lots = 0.1; input int StopLoss = 20; // وقف خسارة (بـ نقاط) input int TakeProfit = 40; // هدف (بـ نقاط)
Indicator 130+ USD
To trade Forex and pass FTMO challenges by combining: Smart Money Concepts (SMC), RSI divergence and Strict filtering to avoid overtrading and drawdown. If you’re experienced in this let me know. Thank you very much
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","
Hello! I am looking for an experienced, top-rated developer to build highly profitable strategy software that provides accurate signals for both long-term and short-term trades. The software must analyse the market correctly, indicating when to enter and where to set Take Profit (TP) and Stop Loss (SL) levels. It must deliver accurate results across all markets, including Forex, cryptocurrencies, metals, indices, and
I would like an experienced developer to work with. I have an existing EA I would like to modify. The EA works well on demo account but for some reasons, is not profitable on live account. I want an experienced developer to optimise it for a live account. Note: I only have a trial version of the EA, I do not have the source code

プロジェクト情報

予算
30+ USD
締め切り
最高 3 日