Sorry, it looks like your screenshots didn't load correctly. Could you please upload them again?
To answer your questions:
You enable Timer on the Main tab ("Use timer") and you set the time (be careful to choose either Local or Server time according to your needs).
I would also like to correct myself, because if you want the conditions and actions to renew each day, you'll need to set the "Recapture snapshots" actions on the first AP. Use the second AP (Timer) only to enable autotrading (I assume you have some other EA that is trading, right?).
To make sure, your setup keeps renewing automatically, you need to set the following input parameters (on both instances) to true:
- DoNotDisableConditions
- DoNotDisableActions
- DoNotDisableTimer
This will make sure that when your AP triggers (either via condition or via timer, it will not untick the conditions/timer/actions).