How to obtain advancing/declining issues (McClellan Oscillator)?
Author: aequatis
Creation Date: 12/17/2009 12:01 AM
profile picture

aequatis

#1
I am trying to getting advancing/declining issues for implementing McClellan Oscillator by the following script and it failed:

CODE:
Please log in to see this code.


Could anyone point to the correct way? Thanks.
profile picture

Eugene

#2
It is already implemented long ago in Community.Indicators - McClellan Oscillator. The indicator uses hardcoded Fidelity symbols for advancers/decliners. Download Community.Indicators from this site, Extensions section.

UPDATE

McClellan Oscillator has been implemented long ago in MS123 IndexDefinitions library.
profile picture

Eugene

#3
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

#4
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).