読み取り専用

フォーラムは現在、読み取り専用のアーカイブとなっています。.

バグ報告やプラットフォームに関する質問はこちら → [email protected]

私たちのコミュニティはDiscordとYouTubeで活動しています。ぜひ参加してください!

ご参加ください Discord YouTube

Send notification

6件の返信

alemanico

購読者、bbp_participant、コミュニティ、3件の返信。.

プロフィールを表示

13年前 #111579

Hi to everybody. I want an indicator send a notification to my smartphone using this function from MT4. EA Wizard does not include the “send notification” function. What I have to add manually to the indicator to do so? Or is there a script out there that sends indicator signals as notifications?

0

マーク・フリック

管理者、sq-ultimate、2件の返信.

プロフィールを表示

13年前 #122633

こんにちは、,

 

what exactly do you mean by notification? EAW has Send Email function (in Other actions), so you can send emails.

 

Alternatively, if you’ll export your strategy as Signal Indicator it automatically allows you to define that you want to receive MT4 or email alerts.

 

マーク

マーク
StrategyQuantアーキテクト

0

alemanico

購読者、bbp_participant、コミュニティ、3件の返信。.

プロフィールを表示

13年前 #122655

マークさん、こんにちは,

 

thanks for you response.

 

I refered to push notifications.

 

マーティン

0

ジョジョ

顧客、bbp_participant、コミュニティ、50件の返信。.

プロフィールを表示

12年前 #123927

Mark, I have the same need as Martin above, though his post was sometime in the past. Yes, the indicator can send emails, but seems not capable of initiating push notifications. i.e. text alerts to Smart phones. Has this been addressed?

 

ありがとう

ジョジョ

0

マーク・フリック

管理者、sq-ultimate、2件の返信.

プロフィールを表示

12年前 #123972

こんにちは,

 

no, there’s no support for sending smses right now. It would probably require some external library, I’m not sure if this is possible in MQL code.

I’m not really keen on adding some external library to the code, right now we don’t need any.

マーク
StrategyQuantアーキテクト

0

マンタダイバー

Subscriber, bbp_participant, community, 33 replies.

プロフィールを表示

12年前 #124701

I too would really like to see the ability to send PUSH Notifications as an alternative to emails.

 

Not to be confused with SMS messages, the push notifications get passed to an Apple or Andriod device via the relevant Metatrader App.

 

I’m no programmer but I don’t believe they require much amendment or any third party library as I have successfully amended an alert indicator that I use by simply changing the SendEmail() statement to SendNotification() and it works like a dream.

 

http://docs.mql4.com/common/sendnotification

 

I find these notifications to be a critical aspect of any trading strategy and particularly an automated one.

 

どうもありがとうございます。.

0

マーク・フリック

管理者、sq-ultimate、2件の返信.

プロフィールを表示

12年前 #124712

こんにちは,

 

I’;m not sure if this notifications function is supported in od MT4 build, but you can use it in EA Wizard also now. Simply use THEN -> Other -> Custom action

and call the function directly.

 

例えば:

 

Custom Action: SendNotification(“Notification text”);

 

As I understand it you also need to have MT4 correctly configured in Options -> Notifications tab

マーク
StrategyQuantアーキテクト

0

6件の返信を表示中 - 1 - 6件目 (全6件中)