Need help in resolve the issues in my strategy

I have created a strategy, but the problem is it is not taking the trade continuously. Only sometime it takes the trade and i am not finding out why it is so.

The conditions of my strategy is as follows:

CE Condition:

  1. Renko is used
  2. Whenever the closed candle of renko touches lower band of DC and the next candle is green then it should enter into the CE

Exit Condition:

  1. if candle closes below the entry candle
  2. if candle close touches the upper band of DC and then form the red candle

PE Condition:

  1. Renko is used
  2. Whenever the closed candle of renko touches upper band of DC and the next candle is red then it should enter into the PE

Exit Condition:

  1. if candle closes above the entry candle
  2. if candle close touches the lower band of DC and then form the green candle

can anyone help me in this regard.

are you doing universal exit?

yes, I using universal exit.