You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No reason. 10 was arbitrary. (I personally can't imagine needing more than 4 or 5). Will up the limit next time I'm in the code. Having some limit helps alert user to typos and similar errors (and also helps manage memory), but i can see upping it to 20 or 30.
(and I do admit my charts are a mess because I just keep appending more signal panels to compare different trade algorithms, but it works for quick visual comparisons—and thanks for making the library so useful!)
I added my 10th panel today and hit two places where the "validators" rejected the plot.
Easy fix: just increase (or remove) the upper limit check. I increased them to 20 in my local source and everything still works.
Any reason the limit is there in the first place?
mplfinance/src/mplfinance/_arg_validators.py
Line 304 in 385b27c
mplfinance/src/mplfinance/plotting.py
Lines 207 to 209 in 1cc114a
The text was updated successfully, but these errors were encountered: