Attachments forums

List of attachments posted on this forum.


All files on forums: 135294

Re: No Nonsense Forex - Indicators

memirxan, Tue Dec 06, 2022 3:05 am

Centaur wrote: Tue Dec 06, 2022 2:38 am Try this:
https://www.mql5.com/en/docs/network/sendnotification
https://www.mql5.com/en/docs/network/sendmail
https://www.mql5.com/en/docs/common/alert

Code: Select all

if(Buy_Signal[i] != EMPTY_VALUE)
   SendNotification("Buy Signal Triggered!");
if(Sell_Signal[i] != EMPTY_VALUE)
   SendNotification("Sell Signal Triggered!");
dude, thank you very much for your answer..but i tried it, both buy and sell signals come in seconds..i took a screenshot to see if i am typing the code in the wrong place..
All files in topic