Hi,
What would be the condition if I’d like today’s open to being lower than the previous day’s low?
I’ll be using 5 min timeframe
Hi,
What would be the condition if I’d like today’s open to being lower than the previous day’s low?
I’ll be using 5 min timeframe
You can write
Timeframe: 5min
Entry: Nth Candle( Open, 5min) lower than Prev N (Low, 1day, -1)