python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Adding multiple vertical lines and scatterplot to cufflinks quantfig candlestick plot
I am trying to use cufflinks quantfigure to add more elements to the candlestick plot. I need guidance on 2 items.
Add multiple horizontal lines, in different color, at once. I am able to add multipl...
anugun
Votes: 0
Answers: 1
how to include trace name in hovertemplate?
I am using cufflink to plot pandas dataframe using plotly. How to include trance name( column name) in hover template?
I use name=df.columns.to_list() then use %{name} in hovertemplate and it doesn't ...
roudan
Votes: 0
Answers: 1
Parabolic SAR (PTPS) doesn't work in cufflink quantfig
I am using cufflink Quantfig for stock TA. The Parabolic SAR (PTPS) never works with error of TypeError: '<=' not supported between instances of 'float' and 'NoneType'.
Someone told me I need to co...
roudan
Votes: 0
Answers: 0
how to customize hover date info in cufflink iplot?
I am using cufflink iplot. the default hover date info only include month and year. How to include day as well? like (Jan 24 2022, value) instead of (Jan 2022, value) by default? and there is not hove...
roudan
Votes: 0
Answers: 1