Your log on the 11:55 bar is devolving. After a T1 test's as F, there is an X placed in the P1 column so that the trend advances. You have a test for False on P1 after a test on T1 for false, the P1 test is killed on T1 test as False. Sometimes you are doing it correctly later in the logs and others times not. Consistency is key. The chart is missing the 30m doji.
If one isn't finding a n-1 EE on a Set - that is the same as not finding a n EE and the turn type advances.
Hmm... I don't understand why it's strange for you. The color coding comes from your code I put in the pine editor. Up to now, it's always been like this : the color affected to each bar is referring to the non degapped price case. So if before degap there is a SYM which is the case for bar 14 AND sent is short, the color will be orange, if sent is long, it will be yellow. The same happens for example on OB's. I don't know why you say that, I'm used to that, and to have to degap and therefore sometimes ignore the color coding.
At first, when I was not finding a n EE in the MT, I was thinking I had missed the ID of the EE. Then I observed the MT and noticed there were times when it was possible to have a n EE, and in the next EE, this n EE becoming the new n-1 was not present. I had DDd in my mind that the absence of n EE in the MT would mean the same as the absence of the EE in the n list. Then : - what if n EE is in the list ? -> we have C-turn - what if the n EE is not in the list ? -> we do not have C-turn so either we have A-turn or B-turn. - so, what if we do not find the EE in the n list ? -> it's the same as when the EE is not in the n list - what if the EE is not in the n list ? -> we don't have C-turn - then, if the EE is not in the n-1 list, next one can't lead to any C-turn cause no pairing will be found. Would we know here one turn in advance ? ...
Only trend Set B has a c turn following an a turn. From trend Set C the only options are Set D or if it completed with a c turn then Set A.
Little issue spotted by the red flag : bar 33, 13:40. Bar 26 : BMrev, P1 ass. Bar 27 : XB degapped, vol DEC so T1, rtl is established Bar 28 : XR degapped, vol DEC so T1 repeats. Bar 29 : XB degapped, vol INC so P2. Bar 30 : XR, vol DEC between P2 and leftmost T1 : T2P. L of bar is below last BM so RepBM long. Bar 31 : FTP, vol DEC, wait. New true rtl established from RepBM. Bar 32 : StB degapped, squished, vol INC so UL, I do vol measurement compared to last measured bar, which was bar 30's. It's above and below P2 : repeat T2P. Bar 33 : Xb degapped, vol is DEC but below leftmost T1. From the volume element ranges sheet, to have a repeat T2P, we need higher volume, so it's not T2P repeat here. In the volume OOE, what is after T2P ? -> T2F. But in the same volume element ranges sheet (VERS), T2F is killed if < T1. So It's not T2F. What else could it be ? I have had T2P in a row, so B-band is active. But neither Ba conditions nor Bc's seem fulfilled here. So, at first sight, stuck here .