StockFetcher Forums · Indicators and Measures · RSquared<< >>Post Follow-up
stockfetcher
979 posts
msg #96300
9/16/2010 1:00:28 PM

R-Squared

ParametersIndicator
Period
UsageRSquared(close,45)
RSquared(MA(10),50)
DescriptionR-Squared is a statistical measure of how closely values match the linear regression trend line for a data series. In conjunction with the linear regression slope or "slope of" function, the R-Squared can help ascertain the strength of the trend.

For example, the filter below provides matches that may be showing a strong 45 day uptrend:

Fetcher[45 Day slope of the close is above 0
and RSquared(close,45) is above 0.750
and close is above 5.00
and average volume(30) is above 250000
and add column RSquared(close,45)
]



Below is another example, that looks for strong down-trends based on a short-term moving average:

Fetcher[20 day slope of MA(10) is below 0
and RSquared(MA(10),20) is above 0.750
and close is above 5.00
and average volume(30) is above 250000
]



The RSquared value ranges between 0 and 1. Higher values indicate stronger trends (either positive or negative.)





StockFetcher Forums · Indicators and Measures · RSquared<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.