Market Breadth
Author: giorgos
Creation Date: 11/17/2010 11:36 AM
profile picture

giorgos

#1
Fidelity on their ActiveTrader platform provides real time updates(intraday) for Advancers, Decliners and Advance and Declining volume for each of the AMEX NYSE and NASDAQ. Is it it possible to access this information from WealthLab?
profile picture

Cone

#2
It would only be possible if there were a symbol for each of those that would work in a streaming chart. Please call Active Trader Support to find out if they exist.
profile picture

kbellare

#3
I found these as ticker symbols on StockCharts ($NYAD, $NAAD, $NYHL, $NAHL - for NYSE and NASDAQ Advance-Decline and NewHigh-NewLow) but couldn't find these symbols on Yahoo, although it reports these daily numbers - http://finance.yahoo.com/advances?u

Are these indicators listed under different symbols in the Yahoo or Fidelity data source even as End-of-Day data (dont need intra-day)?

thanks
Kiran
profile picture

Eugene

#4
Forget about Yahoo: AFAIK, they don't have downloadable market sentiment data. This provider will do the job:

Market Sentiment static data provider
Wiki documentation for Market Sentiment data provider
profile picture

norfleetc

#5
Thanks Eugene. Works great as the Fidelity Market Sentiment data is totally messed up at the present.
profile picture

giorgos

#6
In the following script that uses .MB_NH.N and .MB_NH.N (which are still broken) is there a simple way to switch the data to the new Market Sentiment NYSE_newhi ?
CODE:
Please log in to see this code.
profile picture

Eugene

#7
No, there is no simple way as this script can not be adjusted to use other data as basis (i.e. the Market Sentiment data provider) because it would require making a modification to the NewHighLow class. Technically, it might be possible but that's up to Cone to decide.

EDIT

Here's my take at it. Feel free to fix/modify. Before you start, create and update a Yahoo! DataSet with ^NYA symbol which is eqivalent to Fidelity's .NYA.

Note: Your script is too specific for this general data-related thread. Kindly consider avoiding to discuss/troubleshoot it here. Instead, start a new topic if required, repeat question, and paste both original and edited scripts.

CODE:
Please log in to see this code.
profile picture

Eugene

#8
The Market Sentiment provider is depreciated. Effective 02/20/2020, MS123 supports the most frequently used market sentiment data through our Wealth-Data provider - the advancing, declining and unchanged issues for AMEX, NASDAQ and NYSE! Here are the symbols:

$AMEX_ADVN (AMEX Advancing Issues)
$AMEX_DECLN (AMEX Declining Issues)
$AMEX_UNCHN (AMEX Unchanged Issues)
$NASDAQ_ADVN (NASDAQ Advancing Issues)
$NASDAQ_DECLN (NASDAQ Declining Issues)
$NASDAQ_UNCHN (NASDAQ Unchanged Issues)
$NYSE_ADVN (NYSE Advancing Issues)
$NYSE_DECLN (NYSE Declining Issues)
$NYSE_UNCHN (NYSE Unchanged Issues)

You can create a W-D DataSet by copying/pasting the symbols or by choosing them from "MS" Classification Group in the New DataSet Wizard > Wealth-Data.
profile picture

Eugene

#9
UPDATE:

Effective 03/09/2020, get more market sentiment data using our Wealth-Data provider - the new highs and lows for AMEX, NASDAQ and NYSE! The new symbols are:

$AMEX_newhi (AMEX New Highs)
$AMEX_newlo (AMEX New Lows)
$NYSE_newhi (NYSE New Highs)
$NYSE_newlo (NYSE New Lows)
$NASDAQ_newhi (NASDAQ New Highs)
$NASDAQ_newlo (NASDAQ New Lows)
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).