Hi,
What do you want to run every 24 hours ?
Usually, you want the cron task to run with a higher frequency, like every 15 minutes. Then, in each plugin / feature using the cron task, there is usually a frequency setting you can use to set the frequency you want for it.
So for example, if you want to use the HikaShop rates auto update plugin to refresh the exchange rates once every day, you can configure its frequency to 86400. Then, as long as the frequency of the HikaShop cron is smaller than 1 day, the plugin will run once every day.
In fact, to get a more precise frequency of 1 day, it's better to make the main cron task frequency as high as possible, like every minute.