This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
The Advance/Decline Line is the most popular Market Breadth indicator. It simply measures the general market sentiment. It tells that the market is strong when there are more advancing stocks than declining stocks and that the market is weak when there are more declining stocks than advancing stocks.
The Advance/Decline Line is calculated by taking the difference between the number of advancing and declining issues and then adding that result to the previous period value.
The composite creates a symbol, whose name is "_Advance_Decline_Line". This symbol will be associated with the Advance/Decline Line data.
You can create an Advance/Decline Line for a specific exchange by changing the composite formula.
For example, to create the 'adv' variable, the formula sums up the number of advancing stocks from the NYSE, AMEX and NASDAQ.
adv = Ticker("^ADVANCE-ISSUES-AMEX", close, Zero) + Ticker("^ADVANCE-ISSUES-NASDAQ", close, Zero) + Ticker("^ADVANCE-ISSUES-NYSE", close, Zero);
To create an Advance/Decline Line for the NYSE exchange, you can change this line (and do the same for the 'dec' variable), so it will become:
adv = Ticker("^ADVANCE-ISSUES-NYSE", close, Zero);
You have to log in to bookmark this object What is this?
>>>> More trading objects? click here to search for trading sytems, downloaders, screens, custom drawing tools, indicators... by country, market or style.