Quote from Aurum:
Just to throw out a scenario for you, from what I understand of your posting above:
The channel is built - an up channel. Price currently resides inside the channel. This would put your position at 1. (inside the channel).
Price is "below" the LTL, and ticks up. The LTL has still not been reached. No criteria is met for you to enter analysis.
Price now ticks down. The LTL has not been reached, nor has the RTL been reached. No criteria is met for you to enter analysis.
Price continues to tick down until the RTL is reached. Criteria is met for you to enter analysis now, and you've missed the FTT.
Am I missing something from your algorithm? If not, what solution would you consider in order to effectively capture the FTT?
-Au
What does LTL stand for? Did you type and mean LTR? (Left to Right)?
But your question about FTT is good.
At the moment I have an issue to resolve for the FTT because it ticks down to be AtRightLine and was InsideChannel so it is now LtoR.
If it then ticks right up, it's in the InsideChannel zone again. Since it comes from the LtoR to inside zone, the analysis says its now in the TLeft state which is traversing left.
If then it ticks down again the analysis says it's now an FTT.
But as a human I can see that all happens during one bar.
Next, guess what? It ticks up again shortly afterwards and now says InsideChannal after an FTT.
That make the analysis switched to "confused" because it doesn't know what to do with InsideChannel after an FTT.
My thinking at the moment is to set a minimum level that an LTL has to reach before it's LTL
Jacks says it's usually about half way across the channel before it gives up.
That looks right in the two instances on my test chart. So my thought is to add another position. I like your term "zone" better.
So i add another zone call CenterChannel which ranges from 40% to 60% of the channel range.
That way, an FTT has to go from the LtoR state (in the AtRightLine zone) all the way to the center before it can qualify as an FTT if it doesn't make it to the AtLeftLine zone.
Does that answer your question?
Wayne