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 Weighted Linear Regression Is an extension of the standard Linear Regression, where a weight is added to each of the points.
It can be used to calculate the linear regression of the closing prices by considering the volume traded on each day, This indicator compared to the standard Linear Regression can indicate in which direction is moving the trading volume.
The function can also be used as a standard Linear Regression by specifying a "1" to the weight parameter.
Example:
temp1 = LinearReg_Wt(close, volume, 14);
This calculates the Weighted Linear Regression using the closing price of the last 14 days, considering the traded volume on each day.