@jstap Yes it's just creating a gap from the last trade at set n pips. Just like a normal grid, so the logic is probably working in that block.
What I can't figure out is that I only want the next trade to happen after a signal and n pips or greater from the previous open order. This prevents multiple trades in the same area if there are multiple signals (i.e in a range).
So I would want blocks 11,12,13 to only fire n pips above the last open trade. I want a distribution of trades made up from each trade signal and not every 10, 20, 30 pips pips etc...
Trade 1, then price moves n pips, no trade within n pips of trade 1, price might move 37 pips, then signal, then ok to trade because it is n pips or greater than the last open trade.
Hope that makes sense?
https://fxdreema.com/shared/NCF98JrKb
I've also tried the no trade nearby block but that doesn't seem to work as I think it should.