Re: MT4 Indicator requests and ideas

19722
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
These users thanked the author DaffyTaffy for the post:
kvak

HappyRe: MT4 Indicator requests and ideas

19724
BeatlemaniaSA wrote: Thu Dec 14, 2023 6:16 pm Dear master coders,

Would you be so kind as to add the option of displaying this indicator in a sub-window? Currently, it can only show on the main chart ;)

Magnified Market Price.mq4

Regards,
Beatle 🪲

Done

Edit: Mr.Tools beat me to it :sweat:
These users thanked the author DaffyTaffy for the post (total 4):
BeatlemaniaSA, mrtools, kvak, Jimmy


Re: MT4 Indicator requests and ideas

19728
BeatlemaniaSA wrote: Fri Dec 15, 2023 5:27 pm Hi daffyTaffy,

Thanks for this but I've noticed that even if I set it to display in sub-window 1 it opens an additional separate sub-window. :mistake:
Hi Guys,

That happens because you guys drag the indicator and drop it on main chart, if you drag it and drop it on the subwindow that you want and that is the same you chose on the indicator preferences, then it will work fine.

Hope this helps.

Cheers!


PS - Anyway, here it goes,

Here you have the corrected one, that will go to the subwindow you want with no need to drag and drop on specific window, just open and put on the indicator preferences the subwindow number you want.
These users thanked the author SijjiN for the post (total 2):
BeatlemaniaSA, DaffyTaffy

Re: MT4 Indicator requests and ideas

19729
SijjiN wrote: Fri Dec 15, 2023 7:46 pm Hi Guys,

That happens because you guys drag the indicator and drop it on main chart, if you drag it and drop it on the subwindow that you want and that is the same you chose on the indicator preferences, then it will work fine.

Hope this helps.

Cheers!


Here you have the corrected one, that will go to the subwindow you want with no need to drag and drop on specific window, just open and put on the indicator the subwindow number you want.
Thanks, SijjiN for clearing that up. Much appreciated :thumbup:
These users thanked the author BeatlemaniaSA for the post:
SijjiN
BEATS V5 - "Enjoy The Quiet Between Trades”

Improve Your Trading Psychology - NO FEAR, NO DOUBT

Ultimate Risk Management - Maximize Your Trades

Re: MT4 Indicator requests and ideas

19730
DaffyTaffy wrote: Thu Dec 14, 2023 7:50 am Hi everyone. Please does anyone have a version of the Matrix VCS indicator in the image attached that gives notifications to the mobile mt4 app? (from trading systems known as FxMatrix Pro or VoltyChannelStop system).

The one I have is able to display pop up notifications but I don't get the alerts on the app for some reason. This only happens with Matrix VCS; I get alerts from other indicators on the same chart just fine.
Image
Hello. Tell me the name of this indicator. Thank you.