PUSH Notifications and Time Range
6件の返信
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
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
SendNotification(“Hi from your EA”);
0
2件の返信を表示中 - 1 - 2件目 (全2件中)