PUSH Notifications and Time Range
6 replies
Jojo
12 years ago #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?
Thanks
Jojo
0
Mark Fric
12 years ago #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
Mark
StrategyQuant architect
0
mantadiver
11 years ago #127366
SendNotification(“Hi from your EA”);
0
Viewing 2 replies - 1 through 2 (of 2 total)