I have been paper trading this strategy with some success! I am trying to look into platforms to automate it - I am not a coder. I already use some bots from Options Alpha and with the help of AI I am trying to write this code in Pine Script for TradingView so I can send it to OA via a webhook to test it out. As I understand TOS does not have automated trading capabilities; have you been looking into platforms to automate trading for this strategy, or any other platform for that matter? I would love to hear your recommendations. Thanks once again for putting in time and effort to make trading less "scary"!!![]()
Thinkorswim does have quasi automated trading via Conditional Orders which can be saved and reused but they are one-and-done trades... You may want t do real time testing in that fashion before attempting to go full automated with an algo that could quickly destroy your trade account balance... I have used Conditional Orders more than a few times over the years and they do work if coded properly... If your coding is wrong you'll only lose the number of times you attempt the flawed logic... Schwab also has an API that can be used for automated trading, it just isn't tied into the platform itself...