I'm not picking this method for any reason other then my mind cant figure out any other way to do it. LOL?
I'm trying to request tickTypes from multiple stocks that will change amount every day. Otherwise the easy way to do what I am doing is just this. Or the only way I know how to do what I am trying to do.?
app.reqMktData(1, usTechStk("SPY"), "", False, False, [])
app.reqMktData(2, usTechStk("AAPL"), "", False, False, [])
app.reqMktData(3, usTechStk("AMD"), "", False, False, [])
Ya know? Just copy and paste as neccessary, but I'm trying to make this program a little more elegant then that LOL. I was hoping I can just update my tickers list each morning and the program does the rest. Only change one line of a code if I have too, instead of having to copy/paste and change 10+ lines of code every morning. I've never built a program to handle multiple stocks at the same time. I only have experience with Futures.. and I have a individual program for each individual futures contract.