Per favore mi potete aiutare indicandomi dove stà l'errore? Voglio che il ts entri long quando una delle 2 bollinger entrano nel keltner, però quando lo faccio partire mi dà solo 1 segnale mentre su grafico ce ne sono molti altri.
Poi farò girare anche la parte short che in pratica è uguale.

SET A = BBT (CLOSE, 20, 2, EXPONENTIAL)
SET B = BBM (CLOSE, 20, 2, EXPONENTIAL)
SET C = BBB (CLOSE, 20, 2, EXPONENTIAL)
SET D = KCT (20, EXPONENTIAL, 1.5)
SET E = KCM (20, EXPONENTIAL, 1.5)
SET F = KCB (20, EXPONENTIAL, 1.5)
SET G = KCT (20, EXPONENTIAL, 3.5)
SET H = KCM (20, EXPONENTIAL, 3.5)
SET I = KCB (20, EXPONENTIAL, 3.5)

#BUY SET
A < D OR C > F

# long exit
SET A = BBT (CLOSE, 20, 2, EXPONENTIAL)
SET B = BBM (CLOSE, 20, 2, EXPONENTIAL)
SET C = BBB (CLOSE, 20, 2, EXPONENTIAL)
SET D = KCT (20, EXPONENTIAL, 1.5)
SET E = KCM (20, EXPONENTIAL, 1.5)
SET F = KCB (20, EXPONENTIAL, 1.5)
SET G = KCT (20, EXPONENTIAL, 3.5)
SET H = KCM (20, EXPONENTIAL, 3.5)
SET I = KCB (20, EXPONENTIAL, 3.5)

A > G OR C < I OR CLOSE > G OR CLOSE < I