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

指定

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

ファイル:

PNG
euro.png
19.7 Kb

応答済み

1
開発者 1
評価
(229)
プロジェクト
339
49%
仲裁
21
5% / 33%
期限切れ
24
7%
2
開発者 2
評価
(188)
プロジェクト
212
58%
仲裁
9
11% / 89%
期限切れ
8
4%
3
開発者 3
評価
(258)
プロジェクト
396
28%
仲裁
69
19% / 49%
期限切れ
121
31%

プロジェクト情報

予算
50+ USD