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 (ascending, descending), and display or not rows if the stock answer to my criteria (uncluttered the table).
Libraries:
With Pandastable, I was able to display a screener, sort the column, but only with static data.
Then I tried tkinter treeview, such a good tools as well, the screener was updating real-time data for each symbol. But I was not able to apply sort functions or remove the actions that did not answer to the criteria.
Questioning:
I need your experience and your advices to solve those issues.
Is it possible to reach my target with the precedent libraries ?
As well, I'm wondering if it's possible, but maybe harder, to go through a database ? SQLite ?
Fetched real-time data, send them to the database, then read, treat and display data from the database to the screener ?
Thanks !
Have a nice day
Ben
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 (ascending, descending), and display or not rows if the stock answer to my criteria (uncluttered the table).
Libraries:
With Pandastable, I was able to display a screener, sort the column, but only with static data.
Then I tried tkinter treeview, such a good tools as well, the screener was updating real-time data for each symbol. But I was not able to apply sort functions or remove the actions that did not answer to the criteria.
Questioning:
I need your experience and your advices to solve those issues.
Is it possible to reach my target with the precedent libraries ?
As well, I'm wondering if it's possible, but maybe harder, to go through a database ? SQLite ?
Fetched real-time data, send them to the database, then read, treat and display data from the database to the screener ?
Thanks !
Have a nice day
Ben

