Topic: New Indicator: R-Squared

Hi All,

This is an R-Squared indicator. It is a non-directional indicator which give us a useful information regarding the non trending and trending price. Lower value of R-Squared suggests a non trending price and higher value suggests a trending price.

http://s2.postimage.org/ikVP9.jpg

Rgds
Denny Imanuel
imanuel.denny@gmail.com

Post's attachments

R Squared.cs 14.99 kb, 131 downloads since 2010-03-03 

You don't have the permssions to download the attachments of this post.

Re: New Indicator: R-Squared

For more information about this indicator:
http://tuckerreport.com/indicators/r-squared/
http://www.paritech.com.au/paritech-sit … quared.asp
http://codebase.mql4.com/1279

Re: New Indicator: R-Squared

Thank you!

Re: New Indicator: R-Squared

There are compilation errors in FSB Pro 1.1 what i tried to use this indicator, I hope that somebody will fix this indicator.

File name: R-Squared.cs
ERROR: "R-Squared" compilation failed.
     Line 294 Column 33: An object reference is required for the non-static field, method, or property 'ForexStrategyBuilder.Indicators.Indicator.Bars.get'.
     Line 295 Column 29: An object reference is required for the non-static field, method, or property 'ForexStrategyBuilder.Indicators.Indicator.Bars.get'.
     Line 296 Column 30: An object reference is required for the non-static field, method, or property 'ForexStrategyBuilder.Indicators.Indicator.Bars.get'.
     Line 307 Column 32: An object reference is required for the non-static field, method, or property 'ForexStrategyBuilder.Indicators.Indicator.Bars.get'.

Re: New Indicator: R-Squared

I got it working now smile

Re: New Indicator: R-Squared

I desperately need R-Squared.mph.

Rgds

Re: New Indicator: R-Squared

Worked for couple of nights on this, mql is not my forte, so I had to "simplify" the .cs version in order to make the .mqh stick. Updated files attached. And have a thorough test, some things may have gone under my radar.

Post's attachments

R Squared.cs 14.56 kb, 16 downloads since 2016-04-04 

RSquared.mqh 7.01 kb, 15 downloads since 2016-04-04 

You don't have the permssions to download the attachments of this post.

Re: New Indicator: R-Squared

Thank you....