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:
- Renko is used
- 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:
- if candle closes below the entry candle
- if candle close touches the upper band of DC and then form the red candle
PE Condition:
- Renko is used
- 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:
- if candle closes above the entry candle
- if candle close touches the lower band of DC and then form the green candle
can anyone help me in this regard.