I would like to design a trading algorithm specifically for stock options. I have experience in C++ and Matlab, although I haven't used either in 10 years. I'd be willing to learn whichever language is necessary and switch to a broker that this system will work with. I currently have IB (I'm hoping I can stick with them).
What I'd desire in my trading system:
1. Identify when the trigger conditions are satisfied in the underlying shares.
2. Find and buy option contracts (pre-determined expiry) at a strike that has low bid/ask spread when buy triggers are met.
3. Ideally I would also be able to specify a minimum Greek Delta value that must also be satisfied.
4. Exit contract at pre-determined sell trigger.
Simply put, I am not fast enough with the mouse when I want to enter the option for a quick scalp trade. When my triggers are hit, the stock moves and the options move even faster! Multiple times I have lost out on potential profit because I couldn't get the order in fast enough. Very frustrating.
The main problem is quickly finding the right strikes with low bid/ask spreads and Delta values high enough to make the entry worthwhile. These are quick trades and I don't like holding the options for more than a few minutes, so every second is crucial. Especially the timing of the entry.
If anyone knows if this is possible and can help give advice on what language I will need to learn (with tutorials or examples) and what broker I will need to switch to if IB isn't suitable it would be greatly appreciated! I'm willing to put in the time and effort to make this happen. Thank you.
What I'd desire in my trading system:
1. Identify when the trigger conditions are satisfied in the underlying shares.
2. Find and buy option contracts (pre-determined expiry) at a strike that has low bid/ask spread when buy triggers are met.
3. Ideally I would also be able to specify a minimum Greek Delta value that must also be satisfied.
4. Exit contract at pre-determined sell trigger.
Simply put, I am not fast enough with the mouse when I want to enter the option for a quick scalp trade. When my triggers are hit, the stock moves and the options move even faster! Multiple times I have lost out on potential profit because I couldn't get the order in fast enough. Very frustrating.
The main problem is quickly finding the right strikes with low bid/ask spreads and Delta values high enough to make the entry worthwhile. These are quick trades and I don't like holding the options for more than a few minutes, so every second is crucial. Especially the timing of the entry.
If anyone knows if this is possible and can help give advice on what language I will need to learn (with tutorials or examples) and what broker I will need to switch to if IB isn't suitable it would be greatly appreciated! I'm willing to put in the time and effort to make this happen. Thank you.