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 → RegressionPolynomial request

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 6

Topic: RegressionPolynomial request

I'm using this indi while manual trading on EURUSD M15 :

http://codebase.mql4.com/ru/8257
http://codebase.mql4.com/ru/source/31350

My settings on EU15 : 1000,100,3,2,0,false

How to trade : open order when previous closed bar have crossed the lines (no need to wait for the indi lines cross) (note that i only trade active hours: 8gmt-17gmt)

As this indi gives good signals (but arrows are useless and repainting with false signals) it should be good to translate it for FSB/FST.

Re: RegressionPolynomial request

Coding this indi is a ... journey. I might even finish it, hehhee.

Re: RegressionPolynomial request

For crossing the lines - does it mean both lines have to be crossed? Or only one and whatever which?

4 (edited by Spy'n'Trade 2012-08-16 16:49:11)

Re: RegressionPolynomial request

both lines are very close, but i always wait for a clear confirmation :

- if lines are trending up : then the reverse trend is confirmed IF the previous bar has closed (and fully crossed) outside both lines  (close < open)

- if lines are trending down: like above , the previous bar need to close outside the two lines
  (open < close)

This is the way i use it on M15 chart during active hours trading. This can be used also on chart with higher TF for confirmation. If you think that this indi can be coded with a custom TF (different than the chart TF) aka an extern setting, then this indi could be used twice on the same chart: one for short TF and the other for greater TF (wtf like)

Re: RegressionPolynomial request

Spy'n'Trade wrote:

If you think that this indi can be coded with a custom TF (different than the chart TF) aka an extern setting, then this indi could be used twice on the same chart: one for short TF and the other for greater TF (wtf like)

In FSB it is called WTF, you should be familiar with it.

Re: RegressionPolynomial request

My porting attempt is here, values match on my end, logic implementation is a discussing point if necessary.

Post's attachments

RegressionPolynomial.cs 22.12 kb, 24 downloads since 2012-08-17 

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

Posts: 6

Pages 1

You must login or register to post a reply

Forex Software → Technical Indicators → RegressionPolynomial request

Similar topics in this forum