So basically what you are saying is that your entry system is based on:For example, one approach to using the system is to only enter trades when certain thresholds are met in terms of how far price has distanced itself away from the daily open AND away from the day-of-day trend line.
Once these two thresholds are met, trades can be executed upon confirmation of a valid reversal back toward the day-to-day trend line and/or daily open.
Typically every trade made using this version of the system will be successful, but there are likely to be only about three trades made per day at the most, with some days resulting in no trades executed at all.
1. how far (certain levels, that your system gave you) the price is from the day open price and how far from the daily trend line - both conditions to be met simultaneously;
2. valid reversal sign (also an assumption given by your system) towards the daily trend line and towards the day opening price (both conditions to be met simultaneously)
Am I correct?