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
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.
Code: Select all
extern bool alertsNotify = true;
if (alertsNotify) SendNotification(message);
Try.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![]()
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![]()
Hi mrtools,
Hi daffyTaffy,
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.
Hi Guys,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.![]()
Thanks, SijjiN for clearing that up. Much appreciatedSijjiN 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.
Hello. Tell me the name of this indicator. Thank you.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.