
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 All,
Good afternoon!
I have the following piece of code:
if(setalert==1 && shift==0)
{
Alert(Symbol()," ",period," ",pattern);
setalert=0;
}
The alert works, but every time I open the same chart time period, the alert dialog pops up again.
How can I just have the dialog open just once when hit?
Thanks,
Carlos.