One of the problem I had with QChart is that the more active the market is, the less reliable it becomes. In other words, it tends to crash when you need it the most. It's easy to understand since it receive tick data which increase with market activities.
Is it possible to config QChart to update, lets say, every 5 seconds instead of tick data? Of course, I would expect seperate servers for this kind of feed so that it's reliability is not affected by how crazy market is up to this moment since they feed fixed amount of data at a constant rate.
Is this possible at all? Thanks
Is it possible to config QChart to update, lets say, every 5 seconds instead of tick data? Of course, I would expect seperate servers for this kind of feed so that it's reliability is not affected by how crazy market is up to this moment since they feed fixed amount of data at a constant rate.
Is this possible at all? Thanks
Comment