This is a trading object shared by a member. You can use this object as well as hundreds of others with QuantShare - Trading Software.
Click on the Like button or on one of the share buttons to share this object and spread the word about QuantShare.
QuantShare is an advanced trading software for stock, forex, futures, ETF and options markets. It is the best and the most complete EOD trading software software and it is FREE (beta version).
Ticker symbols:
$ADV: The number of advancing stocks
$DECL: The number of declining stocks
$UCHG: The number of unchanged stocks
To plot the number of NYSE advances and declines on chart with a different ticker symbol:
adv = GetSeries("$ADV", close, LastData);
decl = GetSeries("$DECL", close, LastData);
Plot(adv,"Advances",colorRed,chartLine,styleOwnScale);
Plot(decl,"Declines",colorGreen,chartLine,styleOwnScale);