Trend Analysis Signal US 500CAPITALCOM:US500balprThe formula for long trades (breakout) is:Entry Condition: Ct>max(UKCt,UBBt)C_t > \max(UKC_t, UBB_t)C_t > \max(UKC_t, UBB_t) and Ct>GA1x1(t)C_t > GA_{1x1}(t)C_t > GA_{1x1}(t) Stop-Loss: min(LKCt,LBBt)\min(LKC_t, LBB_t)\min(LKC_t, LBB_t) Target: Ct+(UKCt−LKCt)C_t + (UKC_t - LKC_t)C_t + (UKC_t - LKC_t) Where:CtC_tC_t : Current closing price UKCtUKC_tUKC_t : Upper Keltner Channel LKCtLKC_tLKC_t : Lower Keltner Channel UBBtUBB_tUBB_t : Upper Bollinger Band LBBtLBB_tLBB_t : Lower Bollinger Band GA1x1(t)GA_{1x1}(t)GA_{1x1}(t) : Gann Angle (1x1) at time ( t )