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
Mplfinance is looking great and I have adopted it in my Example Notebook for my Pandas TA Library.
Is your feature request related to a problem? Please describe.
Simple value to pass into vlines argument so it passes without error.
Describe the solution you'd like
Some value like None or False or whatever you deem appropriate for the package requirements.
Describe alternatives you've considered
I created an invisible out of chart range data to bypass the error. It's a hack but seems unnecessary.
ifamat_sr:
vlines_=dict(vlines=amat_sr, alpha=0.1, colors="
else:
# Hidden because vlines needs valid arguments even if None vlines_=dict(vlines=mpfdf.index[0], alpha=0, colors="white")
Additional context
I made a semi-dynamic Panels Chart Class Example Notebook for my Pandas TA Library. The plot method is located at the bottom of Input Cell 11. You can play around with the Chart class arguments in Input Cell 12.
Thanks for your time,
Kevin
The text was updated successfully, but these errors were encountered:
Hello @DanielGoldfarb,
Mplfinance is looking great and I have adopted it in my Example Notebook for my Pandas TA Library.
Is your feature request related to a problem? Please describe.
Simple value to pass into vlines argument so it passes without error.
Describe the solution you'd like
Some value like None or False or whatever you deem appropriate for the package requirements.
Describe alternatives you've considered
I created an invisible out of chart range data to bypass the error. It's a hack but seems unnecessary.
Additional context
I made a semi-dynamic Panels Chart Class Example Notebook for my Pandas TA Library. The plot method is located at the bottom of Input Cell 11. You can play around with the Chart class arguments in Input Cell 12.
Thanks for your time,
Kevin
The text was updated successfully, but these errors were encountered: