Hello Dhan developers,
As an investor, I want to create an alert on a stock based on a criteria but should have met another criteria already. Please note that this is not like a two conditions to check at a given point but alert should activiate only after first criteria has met. Example, I want to put alert to buy stock at a price (criteria#2) on a breakout stock (criteria#1). That means, I want to alert only if; first, a breakout happened and stock has retraced to certain level.
Example#2: I want to buy stock when RSI > 60 and volume > ‘X’ but this alert should trigger only after RSI first has trigger oversold criteria , say RSI < 10.
Is this practically possible to implement other than doing this the traditional way of using screeners to add the stocks to watch list (applying critier#1) and then start monitoring the watchlist meeting the criter#2?