Forex
Google

Go Back   Forex Trading > Downloads > Indicators - Metatrader 4
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack (4) Thread Tools Display Modes
  #11 (permalink)  
Old 06-30-2006, 01:38 PM
Devil2000 Devil2000 is offline
Senior Member
 
Join Date: Dec 2005
Location: In front of my trading desk
Posts: 340
Devil2000 is on a distinguished road
well, sorry I have no idea how to help you right now.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 08-24-2006, 04:43 AM
nak71 nak71 is offline
Junior Member
 
Join Date: Apr 2006
Location: Malaysia
Posts: 9
nak71 is on a distinguished road
what is the number 63 & 35 in the image no.:2 , post no:2 stand for? Anyone know ?



Another thing, how to make my image as thumbnail ?

http://img.photobucket.com/albums/v6...gressionh1.gif

Last edited by nak71 : 08-24-2006 at 04:59 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 08-24-2006, 09:05 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 15,422
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
As i understand the horizontal lines are 'Regression_begin" and "Regression_end". It means the indicator is drawing the channel from one line to the one one (horizontal line). But I don't know about numbers. Seems it is the price is crossing MA with period = 21 plus or minus something and this number is the numbers of bars starting from this crossing.

Last edited by newdigital : 08-24-2006 at 09:10 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 02-08-2008, 07:30 PM
mimi's Avatar
mimi mimi is offline
Member
 
Join Date: Apr 2006
Posts: 40
mimi is on a distinguished road
Regression Indicators needed

Hi
i need Regression indicators for MT4 platform.below i placed all needed formulas and iformation of how to calcualte the indicators.plz make these for me and of course all members can use them also.any way here are the formulas :
****Linear Time Regression: Coefficient of Regression (Slope)****
Indicator Name : LinTimeRegSlope
Input Parameters:
TimeSeries=[Close or Open or High or Low]
RegressionPeriods= Integer Value(must be >= 3 )

Calculation:

[ n * sum(X*Y) - sum(X) * sum(Y) ] / [ n * sum(X*X) - sum(X) * sum(X) ]

where
sum(X*X) = sum of X*X over the last n periods
sum(X*Y) = sum of X*Y over the last n periods
sum(X) = sum of X over the last n periods
sum(Y) = sum of Y over the last n periods

X = Period Number
Y = Time Series
n = Regression Periods

****Linear Time Regression: Coefficient of Regression (Slope)****

Last edited by mimi : 02-08-2008 at 07:47 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 02-08-2008, 07:38 PM
mimi's Avatar
mimi mimi is offline
Member
 
Join Date: Apr 2006
Posts: 40
mimi is on a distinguished road
hi
**** Linear Time Regression: Coefficient of Correlation (r) ****
Indicator Name : "LinTimeRegr"
Input Parameters:
TimeSeries=[Close or Open or High or Low]
RegressionPeriods= Integer Value(must be >= 3 )

Calculation:

[ n * sum(X*Y) - sum(X) * sum(Y) ] /sqrt ( [n * sum(X*X) - sum(X) * sum(X)] * [n * sum(Y*Y) - sum(Y) * sum(Y)] )

where
sum(X*X) = sum of X*X over the last n periods
sum(Y*Y) = sum of Y*Y over the last n periods

sum(X*Y) = sum of X*Y over the last n periods
sum(X) = sum of X over the last n periods
sum(Y) = sum of Y over the last n periods

X = Period Number
Y = Time Series
n = Regression Periods

**** Linear Time Regression: Coefficient of Correlation (r) ****

Last edited by mimi : 02-08-2008 at 07:47 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 02-08-2008, 07:46 PM
mimi's Avatar
mimi mimi is offline
Member
 
Join Date: Apr 2006
Posts: 40
mimi is on a distinguished road
hi
here is 3rd one that uses 2nd indicator for calculaion based on below formula:

**** Linear Time Regression: Coefficient of Determination (r squared)****
Indicator Name : "LinTimeRegrsqrd"
Input Parameters:
TimeSeries=[Close or Open or High or Low]
RegressionPeriods= Integer Value(must be >= 3 )

Calculation:

LinTimeRegr(X, n) * LinTimeRegr(X, n)

where
X = Time Series
n = Regression Periods


**** Linear Time Regression: Coefficient of Determination (r squared)****
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 02-09-2008, 12:33 AM
Linuxser's Avatar
Linuxser Linuxser is offline
Moderator
 
Join Date: May 2006
Location: Helliconia (Autumn)
Posts: 2,194
Linuxser has disabled reputation
Quote:
Originally Posted by mimi View Post
Hi
i need Regression indicators for MT4 platform.below i placed all needed formulas and iformation of how to calcualte the indicators.plz make these for me and of course all members can use them also.any way here are the formulas :
Posts moved to this thread.

The forum have several thread Linear regression, some are:

R-Squared Indicator Request

Lsma

Linear Regression

R-Squared Indicator Request

and so on..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 02-14-2008, 04:38 PM
gautov gautov is offline
Junior Member
 
Join Date: Feb 2008
Posts: 1
gautov is on a distinguished road
Linear Regression

There is some function that returns the value of the earring of the straight "linear regression" of a certain period?

Might you help me?

Thank you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 05-15-2008, 03:37 AM
scottcap scottcap is offline
Junior Member
 
Join Date: Mar 2008
Posts: 6
scottcap is on a distinguished road
Arrow Linear Regression Indicator with Alert?

Does anyone know of a Linear Regression Indicator displaying channels with an alert where the latest bar hits either of the outside channel lines it sounds an alert?

If not, can someone with time on their hands revise the standard Linear Regression.mq4 indicator with such an alert.

Thanks in advance for all replies.

Scott
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 07-02-2008, 05:37 PM
4xKid 4xKid is offline
Junior Member
 
Join Date: Jun 2008
Location: Michigan
Posts: 2
4xKid is on a distinguished road
MTF Linear Regression Channel

I am looking for a indi lrc for the longer time frames, Any ideas?
__________________
veni vedi vici
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/indicators-metatrader-4/2310-linear-regression-indicator.html
Posted By For Type Date
Linear Regression Channel - Visual TRading Charts Forum This thread Refback 06-20-2008 02:16 AM
Search:linear+regression+mq4 - InfoSpace This thread Refback 11-15-2007 07:26 PM
Visual TRading Charts Forum - View Single Post - Linear Regression Channel This thread Refback 10-01-2007 06:36 PM
Linear Regression Channel - Visual TRading Charts Forum This thread Refback 07-05-2007 12:11 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Linear Regression symtec23 Metatrader 4 4 07-08-2008 07:44 AM
Linear Regression Indicator valnie Indicators - Metatrader 4 3 08-06-2006 06:59 PM
linear regression channel kidhudi Indicators - Metatrader 4 2 07-20-2006 05:25 PM
Looking for Linear Regression Curve Paul_Morin Metatrader 4 5 05-12-2006 10:39 AM


All times are GMT. The time now is 01:54 AM.