Quote from the bouch:
How do you guys manage getting r/t options data into excel? I want to input a list of options on various tickers to quote and analyze various spreads but im having a couple of problems.
Firstly If I want a chain of say ten options on each stock, I'm having trouble getting the data as I have symbol limits. I use esignal which has a 500 symbol limit. So that limits me to 50 tickers. I use IB and that has an even lower symbol limit. I can higher esignal to 1000 but i use it for other stuff as well. so it prob still wouldnt be enough. Where do you guys get your data?
Also, how do you deal with the fact that the ATM is always changing so as a result the list of options to follow and collect data on is always changing.
Curious how others deal with these problems.
Instead of trying to quote spreads on hundreds of tickers, just input a single ticker at a time, and having resting formulas that will add/subtract prices to form various spreads.
I do not know the syntax that IB uses to quote options (symbols) for DDE/ActiveX. But once you know the structure perhaps use the concatenate function to build an option symbol. For example, place the underlying symbol, expiration, contract type in separate cells. Then in another cell, concatenate these cells to build the symbol. That way whenever you change the underlying ticker or expiration date, your option quotes will change with it. Since you do not know the atm strike price, pull the last price of the underlying stock into a cell, use the round function, and add this value to the option symbol formula. I have had success with this method before. Then you will only have to input a ticker, and all the option quotes/spread prices will populate.