That's exactly the idea I had in mind, but I wouldn't even deal with historical option data, or backtested option trades. I'd just design the algo to run live trades based on underlying signals, a month or two on a sim account for stability checks, and then small capital commitment. Perhaps I can get my front end to send an email alert to a developer who can build an App to work the option logic from there. I have no intention of coding this up. My brain is fried.Do you have access to historical options data? If so, I don't think it would be too much effort to create a prototype to test your idea. Really, all you need are backtested trades from the underlying and then line up the entry datetime with a corresponding option datetime and have some logic built in to determine which option to buy. And then you would exit the option trade when you would have exited the underlying trade.
