forex software

Create and Test Forex Strategies

forex software

Skip to forum content

Forex Software

Create and Test Forex Strategies

You are not logged in. Please login or register.


Forex Software → Technical Indicators → Incorrect or faulty Laguerre indicator

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 10

Topic: Incorrect or faulty Laguerre indicator

Dear Popov, Footon

The Laguerre Indicator .cs or .mph obviously still has a faulty code. It generates a signal in the MT4, which is not present in the FSB Pro. I ask for review and correction.

Thank you

THS

Re: Incorrect or faulty Laguerre indicator

What you mean by still having a faulty code?

When you report, then please include your strategy file, it contains the indi with those values, which arise suspicion.

I took a quick glance of the code and I think I know where the problem is.
It is this line:

L0  = (1 - dGamma) * Close[iBar] + dGamma * L0A;

The issue is that it uses the whole data series for value calculation. While in backtesting there can be tens of thousands of bars, in trading there's bare minimum, which in most cases is well below 1000 bars and this explains the discrepancy. The code is not faulty but it behaves differently because it is calculated on different length data sets.

Re: Incorrect or faulty Laguerre indicator

Well, I can report what I've found. See the graphics. This is today, Daily Chart, Dax.

Post's attachments

Laquerre_fsb.gif
Laquerre_fsb.gif 87.31 kb, file has never been downloaded. 

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

Re: Incorrect or faulty Laguerre indicator

and this.

Post's attachments

Laquerre_mt4.gif
Laquerre_mt4.gif 4.96 kb, file has never been downloaded. 

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

Re: Incorrect or faulty Laguerre indicator

Thomas, upload your strategy or EA, please.

Re: Incorrect or faulty Laguerre indicator

...

Post's attachments

Laquerre_test.xml 11.95 kb, 4 downloads since 2017-10-18 

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

Re: Incorrect or faulty Laguerre indicator

...

Post's attachments

Laquerre_test.mq4 209.31 kb, file has never been downloaded. 

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

Re: Incorrect or faulty Laguerre indicator

Thanks, Thomas, this is much better! A proper report with files and screenshots.

Try this .mqh file and report back if you still have this issue.

Post's attachments

Laguerre.mqh 6.49 kb, 12 downloads since 2017-10-18 

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

Re: Incorrect or faulty Laguerre indicator

accepted.

Thank you, Footon.

Re: Incorrect or faulty Laguerre indicator

I can't login to repo to update the indicator file...

So everyone who reads this and uses Laguerre, update your .mqh file from this thread!

Posts: 10

Pages 1

You must login or register to post a reply

Forex Software → Technical Indicators → Incorrect or faulty Laguerre indicator

Similar topics in this forum