I use UniRenko to trade trends based on comparing current bar close to previous bar close and have some logic for Stop and Reverse. Right now, I am able to enter trades by comparing Default Input[0] > Default Input[1]
I can't find an easy way to allow comparing current bar to X bar back. For example, upon reverse, I want to make sure that Close[0] > Close [ConfirmationBars]. I tried to use offset, but "bars ago" doesn't take input, just takes an integer value.

Comment