How to add the 'name of the day' to the price data tooltips

The price data tooltip shows the indicator values on hovering the mouse over the candle. I also want the name of the day(Monday, Tuesday....) to be added to the tooltip. How can I do this?.

Thanks.

After searching. I found that I can use the plot function with StyleHidden.

Plot( DayOfWeek(), "Day", ParamColor("Color", colorDefault ), StyleHidden);

This shows the day in numbers [0,.....6) . This serves my purpose but is there any option to show the day names in text (Monday, Tuesday...) in the tooltip.

It is not an answer, but i have disabled tooltip as the box can grow quite large and hides part of the chart so instead I use the Title String.
Title string by design seems to be more versatile than tootip.

1 Like

This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.