Recent content by Ben3211

  1. B

    Real-time data and indicators with python

    Hi every one, I have no problems to get histocial and real-time data. Now I would like to calculate indicators using historical data in real time, as twap and moving average. I’m wondering if I need to stock some historical data in a variable, with a loop to add the last value (depend on the...
  2. B

    Screener real-time stock market data, using ib api and python.

    Thank you all for your help and feedback
  3. B

    Screener real-time stock market data, using ib api and python.

    Some have ever use pyQT table ? I am looking if it is possible to uplaod real-time data and handle them.
  4. B

    Screener real-time stock market data, using ib api and python.

    Do you have an idea about which module, libraries ?:) Cause pandasTable and treeview make me crazy. So perhaps two programs, because some indicators or calculi need previous values as pivot points, atr... And for that, the database seams needful. Do you have an idea about database who can make...
  5. B

    Screener real-time stock market data, using ib api and python.

    it's for me, friends , passionated about trading and programming, practicing. What's do you mean whithout UI, I need interface to see the results. But yes, this has to be as simple as possible.
  6. B

    Screener real-time stock market data, using ib api and python.

    Hi HobbyTrading I talk about stocks data as "high, low, open, close" then add a column with some indicator's calculation, as spread between "open" and "high". Also, hide or delete tickers from the screener if it doesn't respect a condition. Example : if a stock's variation is greater than 1%...
  7. B

    Screener real-time stock market data, using ib api and python.

    In a first time I'm just looking for a functional project Doesn't matter if there is some latency. Can you give me more information about your last message, the in-memory DB and internet server ?
  8. B

    Screener real-time stock market data, using ib api and python.

    Yes true, I'll clean up my code and create a github repo.
  9. B

    Screener real-time stock market data, using ib api and python.

    Thank you all for your answer.I'll bring more precision. A high performance screener is not my goal at the moment. fetched data from IB API is not a problem.If the tick by tick is too “greedy”, I would use the snapshots. I'm running the program on around 50 tickers at the moment, with...
  10. B

    Screener real-time stock market data, using ib api and python.

    Hi everyone ! I'm new in the game, struggling, stuck, and not ready to give up I tried promising things, but I failed, I need your advices. I'm using the native IB API and python. Target : Make a screener real-time data and handle those data. For example, I would like to be able to sort column...
Back
Top