CodeRe: Trend Indicators for MT4

1681
Firefox wrote: Sat Nov 02, 2024 6:56 am Thank you for your work mrtools
Possible to have all levels the same length? regards
BDFXTrender with Support and Resistance lines & Trend Mode for levels

Like this? Trend mode = true!

PS: For those who are new, please see this post for a description of this indicator.
These users thanked the author mrtools for the post (total 7):
kvak, Akela, Jimmy, thomdel, vinuthbn84, Karvamaha, alexm


Re: Trend Indicators for MT4

1685
Firefox wrote: Mon Nov 04, 2024 2:17 am Had something more like this in mind,
elongated and pierce through price
This is my atempt...
I little enhanced version, you may choose average for trend or signal from average pack,
With alerts, arrows, s/r lines and vertical lines.
These users thanked the author kvak for the post (total 6):
camp81, talaate, Jimmy, sal, MACDBOSS, vinuthbn84


Re: Trend Indicators for MT4

1688
Hello Mrtools.

I am new here and came for help because I cannot figure the problem out on my own.
I have been using the legendary wavetrend oscillator, specifically this version: ! Wave trend avgs osc (mtf + alerts + arrows), and it has truly grown to me.
I have been working on recreating my whole template and indicators to in mql5 and so far I could make everything except this.
The problem is that I could remake, supposedly, the core functions and the oscillator plots the same exact thing with SMMA and EMA type. The only concers is that with other MA's it either plots something crazy or just simply does not resemble the original one in mql4. I have tried to put on the MA calculation after calculating the chhannels with only EMA no matter the type, tried calibrating and incorporating a generalised smoothing of non exponential and smoothing MA's but I could not make it resemble outside the mentioned two. Sadly I would need the SLWMA type to match my previous years worth of testing and trading style. I am not asking for source codes, just asking for directions. Have you incorporated any generalised smoothing of the other types or my problem suggests that some core logic and calculation is not how it should be? Also it is promising but also strange that the two MA type plots excatly the same as the original.

Thanks!

Re: Trend Indicators for MT4

1689
milanbenkoczy wrote: Mon Nov 18, 2024 7:47 pm Hello Mrtools.

I am new here and came for help because I cannot figure the problem out on my own.
I have been using the legendary wavetrend oscillator, specifically this version: ! Wave trend avgs osc (mtf + alerts + arrows), and it has truly grown to me.
I have been working on recreating my whole template and indicators to in mql5 and so far I could make everything except this.
The problem is that I could remake, supposedly, the core functions and the oscillator plots the same exact thing with SMMA and EMA type. The only concers is that with other MA's it either plots something crazy or just simply does not resemble the original one in mql4. I have tried to put on the MA calculation after calculating the chhannels with only EMA no matter the type, tried calibrating and incorporating a generalised smoothing of non exponential and smoothing MA's but I could not make it resemble outside the mentioned two. Sadly I would need the SLWMA type to match my previous years worth of testing and trading style. I am not asking for source codes, just asking for directions. Have you incorporated any generalised smoothing of the other types or my problem suggests that some core logic and calculation is not how it should be? Also it is promising but also strange that the two MA type plots excatly the same as the original.

Thanks!
Which mt5 version are you using?