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

MQL4 지표 스크립트

명시

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