Showing posts with label Linear Regression Channel. Show all posts
Showing posts with label Linear Regression Channel. Show all posts

Saturday, July 23, 2011

fibonacci linear regression mq

Yet the Fibonacci numbers are not consistently reliable triggers for entering and exiting trades, and therefore, like so many other linear indicators, The Linear Regression Indicator is used for trend identification and trend following in a similar fashion to moving averages, but reacts faster than an MA

Friday, July 22, 2011

raff regression channel trading

raff regression channel trading
Developed by Gilbert Raff, the Raff Regression Channel is a linear regression with ... The Raff Regression Channel (RRC) is based on a linear regression,

regression channel formula

regression channel formula
Formula. The Raff Regression Channel (RRC) is based on a linear regression, which is the least-squares line-of-best-fit for a price

regression channel v2 mq4

regression channel v2 mq4
Free download Indicator Regression Channel V2 mq4 for Metatrader 4 and Metatrader 5. Please rate and review Regression Channel V2 mq4 Indicator.

raff regression trading


raff regression trading
Developed by Gilbert Raff, the Raff Regression Channel is a linear regression with ... The Raff Regression Channel (RRC) is based on a linear regression, The moving linear regression indicator is a great little tool that can help you get into and out of the market faster. There are two main types of linear

raff channel

raff channel

Developed by Gilbert Raff, the Raff Regression Channel is a linear regression with evenly spaced trendlines above and below. Raff regression channel, also known as regression channel, Raff regression and linear regression channel is a handfor finding trend

Tuesday, April 12, 2011

Slope of the linear regression line indicator

Slope of the linear regression line
The following custom formula will return the slope of the linear regression line.
TP: = Input ("periods", 1,200,21);
((TP * (Sum (Cum (1) * C, TP )))-( Sum (Cum (1), TP) * (Sum (C, TP ))))/(( tp * Sum (Pwr (Cum (1), 2), TP))-Pwr (Sum (Cum (1), TP), 2))

Oscillator and Regression Slope / Close Indicator

Oscillator and Regression Slope / Close Indicator
In MetaStock 6.0 it is easy to create regression slope and oscillator / Close Indicator by Richard Goedde article is "Market timing with regression oscillator" which appears in the March 1997 edition of Stuttgart in stocks and commodities magazine.
First choose Indicator Builder from the Tools menu and enter the following formula:
Regression Oscillator
100 * (CLOSE / LinearReg (close, 63) -1)
Slope / Close
10000 * LinRegSlope (close, 63) / CLOSE
Next drag each of these formulas from the indicator QuickList and drop them on the title of the table. To create horizontal lines, click the right mouse button while the mouse pointer is positioned over the regression oscillator to display the menu. Select the Regression Oscillator Properties. The horizontal lines page add horizontal lines at 14, 0, and -14.
You can use Explorer, for performing the screen mentioned in the article. First select Explorer from the menu Tools, instantly create new research with the following information:
Column A
Name: Reg OSC
Formula: Fml ("regression oscillator")
Column B
Name: SLP / CLS
Formula: Fml ("slope / Close")
Filter
Formula: ColB> 50 and Cola> -15 and circuits <-5

Select OK and then Explore to run the research. In MetaStock for Windows 5.x users instructions are the same, except enter the following custom indicator in place of those mentioned earlier.
Regression Oscillator
100 * (CLOSE / ((63 * Sum (Cum (1) * C, 63) - Sum (Cum (1), 63) * Sum (C, 63)) / (63 * Sum (Pwr (Cum (1) , 2), 63) - Pwr (Sum (Cum (1), 63), 2)) * Cum (1) + (Mov (C, 63, S) - Mov (Cum (1), 63, S) * (63 * Sum (Cum (1) * C, 63) - Sum (Cum (1), 63) * Sum (C, 63)) / (63 * Sum (Pwr (Cum (1), 2), 63) - Pwr (Sum (Cum (1), 63), 2 ))))- 1)
Slope / Close
10000 * ((63 * Sum (Cum (1) * C, 63) - Sum (Cum (1), 63) * Sum (C, 63)) / (63 * Sum (Pwr (Cum (1), 2) , 63) - Pwr (Sum (Cum (1), 63), 2))) / CLOSE
Powered by Blogger.