Does anyone know an indicator/script which gives one sound alarm at the open of a new bar - or can code this?
- Alarm at close of 4 hour bar
- Indicators with alerts/signal
- Indicators: Real Signal
int start() { datetime PrevBarTime = Time[0]; while (!IsStopped()) { if (PrevBarTime != Time[0]) { PlaySound("alert.wav"); PrevBarTime = Time[0]; } } return (0); }?

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