Requests & Ideas - page 116

 

Td Sequential mq4/ex4?

I've tried looking in my database to see if I can come up with a td sequential indy to no avail hopefully someone can direct me to one which is spruced and tidy up of course if possible,also I heard on the daily timeframe it's almost 70 percent accurate although i never quite knew how to use the numbers I think it was something about the number 9 or 13 something like that also can the indy be explained correctly in one sentence like I may be way off but I remember something like look to buy or sell when the number 9 or 13 shows up on a candle,please help thanks

 

remind...

Hi Mladen,

any chance to see this alive...?

https://www.mql5.com/en/forum/179807/page77

Best Regards

 

...

I am reading it and reading it and it seems that something is missing from the way how it is calculated. So far haven't figured out what

brax64:
Hi Mladen,

any chance to see this alive...?

https://www.mql5.com/en/forum/179807/page77

Best Regards
 

...

brax

There was an issue in the code that was causing miscalculation (you can notice it when a new tick comes in - there is a sudden change in value and then it stabilizes. It is best visible on low time frames (1, 5 minute). It is corrected now and it now draws just those "stabilized" values which are correct.

btw: very nice work thanks.

Mladen

brax64:
Hi Mladen,

I did some more research about this and I got the original article of Dr. Mafred Durschner; in that article (the link is in the code; but unfortunately, at least for me, is in German...) there's at the end a very simple formula to calculate his average (I don't know why but in the article from the IFTA they omitted the last few pages...)

So I did try to write the indicator following that formula.

Now my math knowledge is not very deep as well my mql skill... , could you please to verify if this indi is coded properly and, more important, if it's calculated correctly?
Files:
 
Maxwell10:
I've tried looking in my database to see if I can come up with a td sequential indy to no avail hopefully someone can direct me to one which is spruced and tidy up of course if possible,also I heard on the daily timeframe it's almost 70 percent accurate although i never quite knew how to use the numbers I think it was something about the number 9 or 13 something like that also can the indy be explained correctly in one sentence like I may be way off but I remember something like look to buy or sell when the number 9 or 13 shows up on a candle,please help thanks

Hi Maxwell,

Try here https://www.mql5.com/en/forum/180100 its in regular elite its a whole thread!

 

...

Updated the colored version (at its original post) with those changes too

brax64:
Hi Mladen,

Thanks a lot for your help! I'm glad that now we have this new toy available..

I did a little mod 'cause to follow "at the letter" the Nyquist criterion, the NMA length "must be" at least twice of the sampling period's length , so I added this verification in the code and a note in the external input.

So this one should be the definitive version (v1.1)

Best Regards
 

...............

see post https://www.mql5.com/en/forum/179807

 

Hi Mladen,

I did some more research about this and I got the original article of Dr. Mafred Durschner; in that article (the link is in the code; but unfortunately, at least for me, is in German...) there's at the end a very simple formula to calculate his average (I don't know why but in the article from the IFTA they omitted the last few pages...)

So I did try to write the indicator following that formula.

Now my math knowledge is not very deep as well my mql skill... , could you please to verify if this indi is coded properly and, more important, if it's calculated correctly?

updated final version here:

https://www.mql5.com/en/forum/179807

mladen:
I am reading it and reading it and it seems that something is missing from the way how it is calculated. So far haven't figured out what
Files:
nma_v1.0.mq4  3 kb
 

Thanks

mrtools:
Hi Maxwell, Try here https://www.mql5.com/en/forum/180100 its in regular elite its a whole thread!

Blessings mrtools I appreciate the link!

 

Final revision NMA v1.2

Mladen,

we were both updating the indi and I did erase it...

this is the final version with the colors and last update.

If someone is interested to know exactly how this new moving average is calculated, read the pdf attached.

Best Regards

mladen:
Updated the colored version (at its original post) with those changes too
Files:
ma3.0.pdf  1343 kb
nma_v1.2.mq4  5 kb
Reason: