Automated Options Trading

Studies that have been contributed to the community by other users. If you’ve got something useful to share, that’s great!
quantarb
Posts: 51
Joined: 14 Apr 2012
Has thanked: 9 times
Been thanked: 33 times

Automated Options Trading

Postby quantarb » 21 Mar 2014

I wanted to create this thread to share my experiences with automated options trading on Multicharts. My goal for this thread is to make automated options trading more popular. Hopefully, this will get the developers create and release features for automated options traders as interest in option trading grows. I encourage others to share their approaches for automated options trading. Finally, any feedback or suggestions on the methods I’m currently using would be greatly appreciated.

An option on a stock, ETF, or futures can have many different strike prices, expiration dates, and they are usually thinly traded. These complexities make options one of the hardest asset classes to model and trade. However, with each new release of Multicharts is making automated options trading more and more viable. This is why I’m really looking to the release of Multicharts 9.0.

GetOptionsSymbol

An individual stock can have thousands of different options available to trade at any given time. There are over 6,000 different options for SPY alone. It is impractical to load up every strike price and expiration option combination even if it is just for one stock. As a result, you need a method to load the correct option you want for automated trading.

I created a function called GetOptionSymbol. The function takes four string arguments and output the name of the Option Symbol based on your inputs.
RootSymbol is the symbol of the underlying security of the option.
ExpDate is the expiration date.
Type is the option type – use “C” for call options and “P” for put options.
StrikePrice is the strike price for the option.
Attachments
GetOptionSymbol.pla
(1.61 KiB) Downloaded 989 times

bluefightingcat
Posts: 38
Joined: 31 Oct 2015
Has thanked: 1 time
Been thanked: 2 times

Re: Automated Options Trading

Postby bluefightingcat » 16 Jul 2016

Have you had any progress with this since your post?

bomberone1
Posts: 310
Joined: 02 Nov 2010
Has thanked: 26 times
Been thanked: 23 times

Re: Automated Options Trading

Postby bomberone1 » 24 Oct 2017

News?


Return to “User Contributed Studies and Indicator Library”