Option price move alert


0
0

Hi Pete,

Is there a way to set an alert for an option price moving 20% in the previous five minutes?

Thanks again!

Marked as spam
Posted by (Questions: 20, Answers: 27)
Asked on December 17, 2019 8:40 am
94 views
0
Private answer

This will only work for options that trade in extremely high volume. So unless your target for the underlying is QQQ, SPY or one of the FANG stocks there is no way to make this work. Trust me. Even then you have very little trade data to work with. Take the example in the screenshot below. Notice how little trade data is available for most of the previous 6 days. And this was an ATM call option on QQQ that expires next Friday. You will be hard pressed to find stocks options that trade more actively than this.

In order to set this up, you will need to set the alert for a specific contract. So you need to first determine the strike price and expiration you want to track. Then select call or put. Once you determine this you would need to copy the OPRA code from the option chain. Then move over to the MarketWatch tab and select Study Alert. From there you set the Study Alert to the 5 min time frame and enter the following code:

plot signal = close > close[1] * 1.20;

Be sure the setting for "Trigger If:" is set to "True".

Screenshot below shows how this looks just before you click the "Create Alert" button. The spikes on the bottom subgraph display when this particular alert would be triggered.

I do not recommend that anyone wastes their time trying to use this on a regular basis.

Attachments:
Marked as spam
Posted by (Questions: 37, Answers: 4087)
Answered on December 17, 2019 11:30 am
0
I see what you're talking about. I take it there isn't a way to scan for this instead?
( at December 18, 2019 8:21 am)
0
No, there is not. We have a scan window in Thinkorswim called Option Hacker. You would think that tool could be used for something like this. However in my experience has been that it's not very useful. So far after receiving several requests for options scans I've not found any that could be created in Options Hacker. Weird. It's there but it's not very useful.
( at December 18, 2019 2:33 pm)