Indicators: Regression Analysis - page 2

 
jerrimix:

Mr. Barmenteros, can you make an algorithm that calculates the best value of standard deviation in segment of regression?

If you mean the standard deviation of the data (Close in this case) regarding its regression is reflected in the bands and its value is determined by the parameter multStdDev
 

Excellent work. Thank-You.

1) Could you add the ability to turn comments off.

2) Just to clarify, If endpos is greater than zero it will draw best LR but not if greater than zero. Correct??

Thanks again.

Brooky

 
how to use it with icustom ?
 
Just come across your software, I-regression Analysis and upload same. It seems a good one but it always state “Cannot open file 'C:\Program Files\FXDD Malta - MetaTrader 4\experts\indicators\i-Regr.ex4' on the EURUSD,H1”

Please what do I do? I trade 1hr time frame.
 
brooky29:

Excellent work. Thank-You.

1) Could you add the ability to turn comments off.

2) Just to clarify, If endpos is greater than zero it will draw best LR but not if greater than zero. Correct??

Thanks again.

Brooky

Thank you.

1) Of course

2) No matter where it is located 'endpos', the indicator always choose the regression that best fits the data evaluated. If you generate a 'log file' setting the parameter 'record' to 'true', you can see the regression chosen by the indicator every time there is a tick to the terminal. Chosen regression is shown with the lowest value.

 
razoff:
how to use it with icustom ?

double iCustom( string symbol, int timeframe, "b_Regression_Analysis",100,0,1.96,false, int mode, int shift)

The use depends on what you want.

 
emmauk:
Just come across your software, I-regression Analysis and upload same. It seems a good one but it always state “Cannot open file 'C:\Program Files\FXDD Malta - MetaTrader 4\experts\indicators\i-Regr.ex4' on the EURUSD,H1”

Please what do I do? I trade 1hr time frame.



Many reasons could be causing your problem. You should post more information as fragments of the log files found in the following locations:
C:\Program Files\MetaTrader\logs
C:\Program Files\MetaTrader\experts\logs
 
Hi,

Another word of good will. I can say that the software is really wonderful- yes, very wonderful and promising. Good deed, my dear.

Please can you write the manual, for better usage? The little I can deduce from it, it seems to be extremely wonderful and resourceful. Please provide the usage or the link to it.

God bless you and few others who are toiling to put smiles on the faces of other traders.

Ema
 

Hi,

Sorry I am giving you too much troubles. Please can you explain what you mean by the "linear, Quadratic, Logarithm and Exponential". I am sorry but i seem not to know that and I can not do without this your almost self-explanatory channel indicator. Please do me and many others the favour. I have tried to know by putting the software on all timeframes and on all pairs that I trade, but almost always it shows "QuadReg" as the lowest number.

With regards,

Emma

 
emmauk:

Hi,

Sorry I am giving you too much troubles. Please can you explain what you mean by the "linear, Quadratic, Logarithm and Exponential". I am sorry but i seem not to know that and I can not do without this your almost self-explanatory channel indicator. Please do me and many others the favour. I have tried to know by putting the software on all timeframes and on all pairs that I trade, but almost always it shows "QuadReg" as the lowest number.

With regards,

Emma

Thanks. "Linear, Quadratic, Exponential and Logarithm" refers to different types of regressions compared by the indicator. The topic of the regressions is very wide and you can find a lot of information on the web. In general, the name of the regressions corresponds to the type of function used to approximate the data. As I said before, the indicator always chooses the regression that best approximates the selected data, so if almost always the indicator shows "QuadReg"is because the quadratic regression is the one that best fits the data range evaluated. Regards
Reason: