This is a simple range breakout indicator where we are creating a range based on high and low of two consecutive volatile candles.
The logic is, 1) If the second candle traverse 1% up from the previous candle low (or) 2) If the second candle traverse 1% down from the previous candle high then, the range is formed based on this high and low and 3) Buy signal will be given if the price crosses above the High 4) Sell signal will be given if the price crosses below the Low
The indication comes along with the Entry Indication, Exit Indication along with trailing SL
Option provided for changing the session time, target %, SL % and trailing SL %.