Page 1973 of 2170

Re: MT4 Indicator requests and ideas

Posted: Thu Dec 14, 2023 6:16 pm
by BeatlemaniaSA
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 ;)

Regards,
Beatle 🪲

Re: MT4 Indicator requests and ideas

Posted: Fri Dec 15, 2023 1:06 am
by DaffyTaffy
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.

Re: MT4 Indicator requests and ideas

Posted: Fri Dec 15, 2023 1:12 am
by mrtools
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 🪲
Try.

Re: MT4 Indicator requests and ideas

Posted: Fri Dec 15, 2023 2:15 am
by DaffyTaffy
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:

Re: MT4 Indicator requests and ideas

Posted: Fri Dec 15, 2023 5:25 pm
by BeatlemaniaSA
mrtools wrote: Fri Dec 15, 2023 1:12 amTry.
Hi mrtools,

I think this is still the old version :D There is NO option to set it in a sub-window ;)

Re: MT4 Indicator requests and ideas

Posted: Fri Dec 15, 2023 5:27 pm
by BeatlemaniaSA
DaffyTaffy wrote: Fri Dec 15, 2023 2:15 am Done

Edit: Mr.Tools beat me to it :sweat:
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:

Re: MT4 Indicator requests and ideas

Posted: Fri Dec 15, 2023 6:09 pm
by ixion700
mrtools wrote: Fri Dec 15, 2023 1:12 amTry.
Hello everybody! Can anyone share us a proper on chart moving average please? I have this one but it is kinda oldie, lacks many components and averages. Much appreciations in forward.

Re: MT4 Indicator requests and ideas

Posted: Fri Dec 15, 2023 7:46 pm
by SijjiN
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.

Re: MT4 Indicator requests and ideas

Posted: Fri Dec 15, 2023 7:53 pm
by BeatlemaniaSA
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:

Re: MT4 Indicator requests and ideas

Posted: Fri Dec 15, 2023 8:12 pm
by Spazmus
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.