Attachments forums

List of attachments posted on this forum.


All files on forums: 135955

Re: MT4 Indicator requests and ideas

DaffyTaffy, Fri Dec 15, 2023 1:07 am

kvak wrote: Thu Dec 14, 2023 8:12 am Here is another version....? CLICK
Thank you kvak. This version still didn't do what I wanted but since this is an mq4 file I was able to add it. Bothe versions send "alerts" but none sent push notifications to the phone app. I've attached an update mq4 file that does that. Images to explain what I mean below.

I just added this code.

Code: Select all

extern bool   alertsNotify   = true;
if (alertsNotify)  SendNotification(message);
Thank you for pointing to the source code.

Edit: Forgot to attach the mq4 file.
I get these on both files I get these on both files

But I didn't get this on the mobile app till I edited the code But I didn't get this on the mobile app till I edited the code

Volty Channel Stop 2.1__2(push_notifications).mq4 Downloaded 138 times 9.23 KiB

All files in topic