finplot performance #429
Closed
idealisticLie
started this conversation in
General
Replies: 2 comments 1 reply
-
Without code, hard to tell. Make sure you perform any HTTP calls or similar outside of the timer callback. Instead do those first in a separate thread, and then have the timer callback update. Slight delays are currently not possible to circumvent, but if they're longer than those in |
Beta Was this translation helpful? Give feedback.
1 reply
-
See |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Nice work,
I know this was not designed for real-time candlestick plotting, but so fourth this is a great choice for something simple.
I am scraping live price tick changes & plotting candlesticks which works well.
When using timer_callback on 1000ms callback there is a slight latency with application;
Do you know of any performance adjustments, or even rendering each candlestick differently? I use macOS.
thx
Beta Was this translation helpful? Give feedback.
All reactions