How to create alert for options

Hi Guys how to create alert in which open interest and rsi increasing

@Streak Can you.

@Garvit_Chaudhary
There are various ways to write this. You can create a condition like this

Period Min (3,RSI(14,0) - RSI(14,-1)) higher than 0 and
Period Min (3,Open interest(0) - Open interest(-1)) higher than 0

1 Like

hi sir thanks for reply i have a few questions can we set this alert on telegram second i want to create alert for options conditions is
open interest should increaseing above 20 ma
and rsi should decreasing below 40
and options price should be below vwap
can u help me please write the code and send me :slight_smile:

can we get alert on telegram??

Just write this
https://twitter.com/modelbalaji/status/1365764332265562113/photo/1

No currently this is not possible.

You probably need to make changes to your code. Trying to incorporate new conditions in accordance with your requirements.

Please elaborate if you are facing any issues.