-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Error when plotting a large amount of data #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
enhancement
New feature or request
Comments
I just realized that even with 50k data, it fails, but 20k is fine. |
Not presently. I think the exact amount of data points might depend on available RAM and web browser configuration. Would certainly welcome automagically downsampling to a reasonable amount of candles for plot. 👍 |
kernc
added a commit
that referenced
this issue
Mar 9, 2020
Merged
kernc
added a commit
that referenced
this issue
Mar 9, 2020
kernc
added a commit
that referenced
this issue
Mar 10, 2020
kernc
added a commit
that referenced
this issue
Mar 23, 2020
kernc
added a commit
that referenced
this issue
Mar 29, 2020
kernc
added a commit
that referenced
this issue
Jun 7, 2020
kernc
added a commit
that referenced
this issue
Jul 13, 2020
Goblincomet
pushed a commit
to Goblincomet/forex-trading-backtest
that referenced
this issue
Jul 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a very simple test:
with all the data, bt.plot() will fail with Javascript Error: Maximum call stack size exceeded.
if I add:
then the display works fine.
I have about 1.3M data points (and need them); is there a way to resample the data but ONLY for the display?
The text was updated successfully, but these errors were encountered: