Linear Regression Indicator - page 3

 
Grim187:
i have been looking all over this forum and google and cant find a good Linear Regression indicator for mt4 that looks like the one on accuecharts. if someone can point me in the right direction or post the mq4 i would appreciate it.

Posts moved to this thread.

The forum have several thread Linear regression, some are:

https://www.mql5.com/en/forum/174257

https://www.mql5.com/en/forum/173057

https://www.mql5.com/en/forum/173215

https://www.mql5.com/en/forum/174257

 
Linuxser:
Posts moved to this thread.

The forum have several thread Linear regression, some are:

https://www.mql5.com/en/forum/174257

https://www.mql5.com/en/forum/173057

https://www.mql5.com/en/forum/173215

https://www.mql5.com/en/forum/174257

ya i couldn't find anything like this lr in any of those threads or any other threads for that matter which is why i posted my own thread.

 
Grim187:
ya i couldn't find anything like this lr in any of those threads or any other threads for that matter which is why i posted my own thread.

Which values are you using?.

Also, could you post a picture with a standard TF like H1? it's hard math something when the TF used is different than the ones we have on MT4.

 
Grim187:
http://img116.imageshack.us/img116/8818/linearregression1hrua1.jpg

theres a 1hr.

Values:

Period: 4

Targetb: -1

Try this one

 
Linuxser:
Which values are you using?. Also, could you post a picture with a standard TF like H1? it's hard math something when the TF used is different than the ones we have on MT4.

theres a 1hr.

Values:

Period: 4

Targetb: -1

 
Linuxser:
Try this one

that works great, thanks.

 

Linear Regression Curve - colorized?

Could someone please colorize (for up/down) the attached mt4 Linear Regression Curve indicator?

It really rocks as a confirming indicator - with length set to 25, and up/down color.

Attached are:

-Tradestation Linear Regression code with up/down color, for reference.

- MT4 Linear Regression indicator, which I've verified is the same as Tradestation, minus the coloring.

- Tradestation chart of how it should look

TIA

 

newdigitial,

I believe this threads need a review of all Regression indicators, as you normally do for similar threads

 

Linear Regression

Hi guys

I've made this indicator some days ago, I know that there are lots of indicators like this one but most of then looks like a Moving Average. I've made based upon the formula Simple Linear regression - Wikipedia, the free encyclopedia and it gets some data(high or open or close or low) then calculates and draw an straight line obtained throught the data.

Sorry if it's the same thing of other indicator, I did because I saw some requests in other foruns too but no indicator that draw the line this way. So I hope this thing get useful for someone.

On the image you'll see the indicator, the white line that passes through the chart, it's setted to get the close data of 24 candles. It draws the line as soon as it get the number of data setted.

Cyah

 

Thanks, but how to use it in trading?