Set the in-built MT4 price alarm by dragging a script into a chart

MQL4 Indicators Scripts

Specification

Hello,

I need a script which I drag into the chart and then the in-built MT4 price alarm should be set.

The script should start like this:

//+------------------------------------------------------------------+
//| Script program start function                                    |
//+------------------------------------------------------------------+
void OnStart()
  {
   double price = WindowPriceOnDropped();
   
   [... your code ...]

  }

This price must be the alarm price level.

I can code some mql4-stuff but I think for this project it is necessary to know a lot about user32.dll and other Win32 API things.

Just to be very clear, I am talking about these alerts: https://www.metatrader4.com/en/trading-platform/help/overview/terminal/terminal_alerts

Files:

PNG
euro.png
19.7 Kb

Responded

1
Developer 1
Rating
(229)
Projects
339
49%
Arbitration
21
5% / 33%
Overdue
24
7%
Free
2
Developer 2
Rating
(188)
Projects
212
58%
Arbitration
9
11% / 89%
Overdue
8
4%
Free
3
Developer 3
Rating
(258)
Projects
396
28%
Arbitration
69
19% / 49%
Overdue
121
31%
Free

Project information

Budget
50+ USD