QCollector saves the data in a ASCII text format. ASCII works perfect with Python, right?
I assume you can mung file formats if you know Python (or any other language).
QCollector saves the data in a ASCII text format. ASCII works perfect with Python, right?
Well not quite. I do know the markets, but I have just started studying Python etc. and the next six months are dedicated for this purpose. Can you explain it to me?I assume you can mung file formats if you know Python (or any other language).
d08, is it possible to buy and download the data from IB without a brokerage account?
What about Quantopian? You can't download data but at least you can test ideas in Python.
What about Quantopian? You can't download data but at least you can test ideas in Python.
Thanks for the idea, but as d08 highlights, I feel uncomfortable by the uncertainty with that kind of service.
Does anyone know if Python supports/read ASCII text format?
Unless you have a very large account size can you monitor 100 symbols in parallel. You would have to write your own software (multiple languages supported) and have it connected through the IB API. I don't know if such software has been made available by someone for everybody.Hey d08, I have an IB account, I would like download intraday price data every 2-3 minutes (5 min is okay). Do you know how many stocks can I get every time? is there a tool to get the data directly from TWS?
Thanks in advance.