Laterals
! A lateral becomes present by:
1. squish the pair forming the first two bars.
2. note the H and the L.
3. Bar 3 is not ouTside the H or L.
4. record the price name as lat3.
The lat continues until BO which means BreakOut.
Here is the test for each succeding bar of the lateral.
1. The prior price name is latn where n is 3 or more.
2. An H test is performed with the close and H; the maths is Close < = H (in the context of latn).
AND
3. A L test is performed with the close and L; the maths is Close > = H (in the context of latn).
4. The AND between 2. and 3. means both MUST be True.
5. BO is the OR of 2 and 3 where the "FALSE" output of 2 and three are OR'ed.
As you see this logic can extend as long as the lateral BUT at the BEGINNING of lat 7 (whether it ocurs on bar close or not, a retro process begins and then continues as long as the lateral continues and when it BO's.
I have been kept in the dark in the absence of annotations and displays and completed logs.
the lat 7 RETRO is as follows:
1. Use the column to the right of the EVENTS column and label it lat sub.
2. Fill in the volume event for all lat bars so far. There will be EE's label them P3P whether or not a full trend ends. I tried to provide all PP's by now.
3. Assign P1's properly. If in the future there are improper P!'s assignments I will say they are too late.
4. As bar lat7 comes to an end, if it is not a lat7, do not make use of retro and return to normal price permission after this bar did the BO and either do UL naming or if not UL then write WAIT in that bar row.
5. If lat 7, then keep doing lat stuff and log sub fractal every bar.
When you get this in hand, we can do trading strategy after you deal with the other two outstanding learning issues.
! A lateral becomes present by:
1. squish the pair forming the first two bars.
2. note the H and the L.
3. Bar 3 is not ouTside the H or L.
4. record the price name as lat3.
The lat continues until BO which means BreakOut.
Here is the test for each succeding bar of the lateral.
1. The prior price name is latn where n is 3 or more.
2. An H test is performed with the close and H; the maths is Close < = H (in the context of latn).
AND
3. A L test is performed with the close and L; the maths is Close > = H (in the context of latn).
4. The AND between 2. and 3. means both MUST be True.
5. BO is the OR of 2 and 3 where the "FALSE" output of 2 and three are OR'ed.
As you see this logic can extend as long as the lateral BUT at the BEGINNING of lat 7 (whether it ocurs on bar close or not, a retro process begins and then continues as long as the lateral continues and when it BO's.
I have been kept in the dark in the absence of annotations and displays and completed logs.
the lat 7 RETRO is as follows:
1. Use the column to the right of the EVENTS column and label it lat sub.
2. Fill in the volume event for all lat bars so far. There will be EE's label them P3P whether or not a full trend ends. I tried to provide all PP's by now.
3. Assign P1's properly. If in the future there are improper P!'s assignments I will say they are too late.
4. As bar lat7 comes to an end, if it is not a lat7, do not make use of retro and return to normal price permission after this bar did the BO and either do UL naming or if not UL then write WAIT in that bar row.
5. If lat 7, then keep doing lat stuff and log sub fractal every bar.
When you get this in hand, we can do trading strategy after you deal with the other two outstanding learning issues.