1) using a 3rd party database is not a roadblock. It just would not solve the problem. We keep stuff in memory for speed. Having to go to the database for everything would slow things down significantly. If the database was in memory, that would defeat the purpose of switching to a database. I am quite familiar with database technology - Was a consultant in that field prior to QT.
2) Hours cut off is not that simple problem, but not our main roadblock. The data is not specific to the datasource, so configuring it there is not an option. Yes, it can be user configured globally, but there are many that trade multiple markets (UK, Australia and US come to mind).
3) You forget that defining "closing of day" or closing of extended hours is not so simple when you are dealing with more than one market.
as for Memory is cheap, its not just the memory. Its CPU as well. The way QT does calculations would have to be changed throughout the system. Its not brain surgery, but would take a significant amount of time
"The choice you have is to have better memory management so that when the chart is no longer needed, its memory can be released or reduce memory usage with compression. "
Yes, but that has to be designed and implemented. time time time
.
Jerry
2) Hours cut off is not that simple problem, but not our main roadblock. The data is not specific to the datasource, so configuring it there is not an option. Yes, it can be user configured globally, but there are many that trade multiple markets (UK, Australia and US come to mind).
3) You forget that defining "closing of day" or closing of extended hours is not so simple when you are dealing with more than one market.
as for Memory is cheap, its not just the memory. Its CPU as well. The way QT does calculations would have to be changed throughout the system. Its not brain surgery, but would take a significant amount of time
"The choice you have is to have better memory management so that when the chart is no longer needed, its memory can be released or reduce memory usage with compression. "
Yes, but that has to be designed and implemented. time time time
. Jerry
