reqHistoricalData() (I'm using Java) only returns results if the symbol is first typed into the TWS platform.? I appear to have this issue only with OTC stocks.? For example, my software can call?reqHistoricalData() all it wants but the?historicalData() callback is never called until I go to TWS and manually type in the symbol the software is looking for.? The next call then produces the proper callback.
Any ideas?
Thanks!