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?
Size:
Color:
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.
Size:
Color:
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?uAre 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
Size:
Color:
Size:
Color:
Thanks Eugene. Works great as the Fidelity Market Sentiment data is totally messed up at the present.
Size:
Color:
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.
Size:
Color:
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.
Size:
Color:
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.
Size:
Color:
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)
Size:
Color: