Dear Users,
I need help on a "simple" task which I can't make it work properly
I have an overlapping of different signals, those create "trade zone" and "no trade zone", each interposed, now, due to nature of indicator involved I can't create a single tick buy/sell signal.
What I need is something that open the trade and the beginning (1 tick) of trade zones, but avoid to open at each candles in the same trade zone, and it's not limited by (if trade/no trade) block to open a position in the next trade zone, even if there are positions still open.
The actual problem is:
- If I have a trade zone of 6 candle, then a no trade zone of 9 followed by a trade zone of 10 = 16 trades (wrong)
- If I have a trade zone of 6 candle, then a no trade zone of 9 followed by a trade zone of 10 = 1 trade since the first is not yet closed
I need 1 trade for trade zone regardless time, Trade zone lenght in bar, and number of position open
Thanks for your help