how to make MQL5 SCRIPTS run continously

 
How does one make a script to run continuously for example i want the script to watch for a specific price level which can be triggered several times during the day?
 
Kevin Sang: How does one make a script to run continuously for example i want the script to watch for a specific price level which can be triggered several times during the day?
Use an Indicator or Expert Advisor instead of a Script, which are better for that. Scripts are better for one-time tasks.
 
Fernando Carreiro #:
Use an Indicator or Expert Advisor instead of a Script, which are better for that. Scripts are better for one-time tasks.

thanks