Page 1 of 1

Simple question.... Data on NYSE breadth

Posted: Wed Mar 16, 2022 7:35 pm
by dude
I am new to pinescript, but I have coded for Amibroker and make charts in StockCharts. What I need is market depth data. In Stockcharts they have a ticker $NYHL, it is the number of new NYSE issues hitting 52 week highs minus those making 52 week lows. Is there such market depth data available on TradingView?

If you want to read specifically how the indicator works you can read up here: https://school.stockcharts.com/doku.php ... _new_highs

But I need the data in a symbol I can access to code from. I think the best symbol available is MADN, but is there any list of all the breadth indicators and how they are calculated?

Thank you.

Re: Simple question.... Data on NYSE breadth

Posted: Tue Mar 29, 2022 10:46 pm
by processingclouds
Hey, what you can do is get the data on 40 stocks + 1 in an indicator.
You can pull their data and calculate the breadth. Only thing is you have to decide beforehand and choose which 40 symbols you would be looking at the net highs and net lows.