I'm thinking Daily as well. I have some good ideas.
I'll start by building one that calculates the trend: up, down, none. It'll go long in an up trend, short in a down trend,
and cash in no trend.
It'll keep track of a simulated portfolio balance. That way, we'll know how well it performs.
There are some parameters associated with determining a higher high, and lower low, etc.
How far do you look back in time, etc. It'll be clearer once I build it. We will be able to see how changing this parameter affects the results.
There's another variable associated with how the "portfolio balance" is calculated. More on that later. We should probably do this one step at a time, or it can get real convoluted real fast.
I build models where I can change the parameters manually; then, I add the automation afterwards. I let computer code run through scores, hundreds, or thousands of possibilities to find the optimal settings for the system.
We can start simply with the trend, then get as complicated as we want; one step at a time.
After we get this trend idea where you want it, we can proceed with your next idea/indicator/etc.
Let me know when I go off track.