jbfajkow:
Hello,
Does anyone know if there is function to automatically populate the horizontal line description?
I wrote an indicator to plot support and resistance lines based on extern manuially entered values.
My goal is to populate the horizontal line description with "Alert_0" so the alerter indicator is triggered
when proice touches the support or resistance lines.
Thanks,
J
Why not just throw in an if statement to check if Support/res is broken and pop an alert if it is?
So for ex with support..
if(Bid>=Support) Alert("SELL SELL SELL - Resistance reached!");

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello,
Does anyone know if there is function to automatically populate the horizontal line description?
I wrote an indicator to plot support and resistance lines based on extern manuially entered values.
My goal is to populate the horizontal line description with "Alert_0" so the alerter indicator is triggered
when proice touches the support or resistance lines.
Thanks,
J