読み取り専用

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

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

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

ご参加ください Discord YouTube

PUSH Notifications and Time Range

6件の返信

ジョジョ

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

プロフィールを表示

12年前 #112017

Hi All

I have 2 key needs/questions.

1. I would like to enable my Indicator and EAs to send PUSH notifications (not just emails) to my iPhone.

2. I would also like to set time ranges when the EA should trade or when an indicator should trigger a signal.

Has anyone had joy in setting these up?

ありがとう

ジョジョ

0

マーク・フリック

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

プロフィールを表示

12年前 #123973

1. in EA Wizard this is generally possible using custom functions. You can make a custom function that will send message and then use it in EA Wizard.

I don’t know the code that could be used for this, I’m not sure if this is possible in MQL without some external libraries.

 

2. this is simple, use conditions like Hour > something and Minute > something AND Hour < something2 and Minute < something2

マーク
StrategyQuantアーキテクト

0

マンタダイバー

Subscriber, bbp_participant, community, 33 replies.

プロフィールを表示

11年前 #127366

SendNotification(“Hi from your EA”);

0

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