vbcrazyforbit
Posts: 1
Joined: Thu Nov 11, 2021 4:37 pm

ATR - Stock tooltip - to show both ATR (14) and ATR (50)

Indicator charts show partial tooltip in default settings. Like the ATR chart in the demo here:
https://www.highcharts.com/samples/stock/indicators/atr
shows only ATR (14) in the ATR tooltip, however the OHLC tooltip shows all the 4 OHLC points.
How can I override that to also show ATR (50)?
The same applies to other indicator charts like DEMA:
https://www.highcharts.com/samples/stoc ... ators/dema
which shows only DEMA (9).

Kindly advise.
magdalena
Posts: 517
Joined: Tue Aug 24, 2021 1:32 pm

Re: ATR - Stock tooltip - to show both ATR (14) and ATR (50)

Hello vbcrazyforbit,

Welcome to our forum and thanks for contacting us with your question!

Your question is related to this issue: https://github.com/highcharts/highcharts/issues/15227

As a workaround use following configuration in your chart:

Code: Select all

		
tooltip: {
	split: false,
	shared: true
	},

Let me know if you have any further questions!
Regards!
Magdalena Gut
Developer and Highcharts Support Engineer

Return to “Highcharts Stock”