There is a problem in Squeeze break indicator. It is a trend and sideways market filtering indicator. Currently the Squeeze Break indicator is not filtering out short trades. If the short position is opened then it reverses the logic. In short positions the Squeeze break need to be > 0 instead of Squeeze Break < 0.
Open a new long position at the beginning of the bar when all the following logic conditions are satisfied:
Squeeze Break* (20, 10, 2,0, 2,0); the Squeeze Break line is higher than the zero line; and
Squeeze Break* (20, 10, 2,0, 2,0); the Squeeze Break line rises;
Open a new short position at the beginning of the bar when all the following logic conditions are satisfied:
Squeeze Break* (20, 10, 2,0, 2,0); the Squeeze Break line is lower than the zero line; and
Squeeze Break* (20, 10, 2,0, 2,0); the Squeeze Break line falls;