Assistance With Indicator Email Alerts

bmkinyua

Active Trader
Dec 26, 2018
24
1
39
39
I have an indicator I downloaded online that helps id support and demand zones.

i wanted the indicator to sen me emails when bid/ask touches the zones but the emails/notifs are not sent.

Attached is the indi. Please help... the alert function is bool CheckEntryAlerts()
 

Attachments

I have an indicator I downloaded online that helps id support and demand zones.

i wanted the indicator to sen me emails when bid/ask touches the zones but the emails/notifs are not sent.

Attached is the indi. Please help... the alert function is bool CheckEntryAlerts()
Do you set zone_show_alerts input parameter to true? If so, do you get pop-up alerts when the price touches the zones?
 
extern bool zone_show_alerts = false;

Current setting above... and I have never got pop-up alerts.

Could this be the issue?