This formula would say if there were 2 lower closes in a row wouldn't it? if e3 is less than e2 and e2 is less than e1, so 2 lower closes?
So for 3 consecutive lower closes, it would be =if(and(e4<e3,e3<e2,e2<e1),TRUE,FALSE) yes?
So, if I'm correct, then looking at the 1 minute data from March so far, there is only a 9% chance that we will get 3 lower closes in a row on a 1m chart? I must have this wrong? Doesn't sound right.
It must be because I'm dragging it down over each row, so each 1 minute, so is e4<e3,<e3<e2,e2<e1 that is right, but then I'm just dragging it down over all of them so then it would do that same calculation on the 2nd row, so e5<e4,e4<3,e3<e2, where as it should be from 4th row to be accurate?
Fark, my head hurts