A cron job is a scheduled task on Unix/Linux systems that runs scripts or commands at specified times or intervals. Cron is a command-line utility (job scheduler) that automatically executes repetitive tasks (such as running a trading script) on a fixed schedule. In Forex bot automation, cron jobs can be used to start bots daily, fetch market data, or perform backups without manual effort.