Hi, everyone,
This is my first post (sorry for no introduction yet), but I’ll try make this concise. I’m looking to deploy strategies which I’ve been developing and backtesting in ThinkorSwim, except I want to trade stock and ETF equity options instead of the underlying symbols directly. I.e., the underlying symbol strategy conditions fire the events for a handler function to trade its calls/puts. On what platforms would I be able to achieve this?
NinjaTrader is off the table for me as I have discovered, even though I’ve successfully converted my strategies to their platform, because I found out that “Options are not supported for NinjaScript use,” according to their documentation (https://ninjatrader.com/support/helpGuides/nt8/?data_by_provider.htm).
So now I’m looking into MetaTrader 5, StockSharp (S#), and Python for solutions. But could anyone kindly share any tips or suggestions to help me, please? I’m looking for the simplest solution, as I’m not a programmer and still need to outsource for a programmer to write the function I need for an event handler to trade options.
My broker is TD Ameritrade, btw, but I don’t mind switching to Etrade if I need to (because, for example, StockSharp does not support a TDA connection but does support Etrade). From MT5 to S# to Python though, respectively, things start to look more and more complicated to me lol, so I’m hoping to find the simplest, most streamlined solution for the purpose I’ve outlined.
So I’d like to ask, what would you do if you were trying to do the same thing? Or do you already have an automated system set up to trade options off strategies from underlying symbols?
Thank you, and I would appreciate very much your input.
This is my first post (sorry for no introduction yet), but I’ll try make this concise. I’m looking to deploy strategies which I’ve been developing and backtesting in ThinkorSwim, except I want to trade stock and ETF equity options instead of the underlying symbols directly. I.e., the underlying symbol strategy conditions fire the events for a handler function to trade its calls/puts. On what platforms would I be able to achieve this?
NinjaTrader is off the table for me as I have discovered, even though I’ve successfully converted my strategies to their platform, because I found out that “Options are not supported for NinjaScript use,” according to their documentation (https://ninjatrader.com/support/helpGuides/nt8/?data_by_provider.htm).
So now I’m looking into MetaTrader 5, StockSharp (S#), and Python for solutions. But could anyone kindly share any tips or suggestions to help me, please? I’m looking for the simplest solution, as I’m not a programmer and still need to outsource for a programmer to write the function I need for an event handler to trade options.
My broker is TD Ameritrade, btw, but I don’t mind switching to Etrade if I need to (because, for example, StockSharp does not support a TDA connection but does support Etrade). From MT5 to S# to Python though, respectively, things start to look more and more complicated to me lol, so I’m hoping to find the simplest, most streamlined solution for the purpose I’ve outlined.
So I’d like to ask, what would you do if you were trying to do the same thing? Or do you already have an automated system set up to trade options off strategies from underlying symbols?
Thank you, and I would appreciate very much your input.