Page 169 of 183
Re: Trend Indicators for MT4
Posted: Mon Nov 04, 2024 2:01 am
by mrtools
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.
Re: Trend Indicators for MT4
Posted: Mon Nov 04, 2024 2:17 am
by Firefox
mrtools wrote: Mon Nov 04, 2024 2:01 am
Like this? Trend mode = true!
kvak wrote: Mon Apr 29, 2024 5:02 am
Had something more like this in mind,
elongated and pierce through price
Re: Trend Indicators for MT4
Posted: Mon Nov 04, 2024 5:25 am
by kvak
mrtools wrote: Mon Nov 04, 2024 2:01 am
Like this? Trend mode = true!
Hello.
Can you please check mtf mode?
It freez my terminal....
thank you.
Re: Trend Indicators for MT4
Posted: Mon Nov 04, 2024 6:50 am
by mrtools
kvak wrote: Mon Nov 04, 2024 5:25 am
Hello.
Can you please check mtf mode?
It freez my terminal....
thank you.
Thanks, posted a fixed version at the original post.
Re: Trend Indicators for MT4
Posted: Tue Nov 05, 2024 7:27 pm
by kvak
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.
Re: Trend Indicators for MT4
Posted: Tue Nov 12, 2024 3:36 am
by slnimantha
mrtools wrote: Mon Jul 19, 2021 4:48 am
Added the arrows and alerts.
Hi, can you release a version with arrows showing internally? Like not showing in externally. I'm trying to add in a combiner but the arrows don't have buffers
Re: Trend Indicators for MT4
Posted: Tue Nov 12, 2024 4:07 pm
by sal
kvak wrote: Tue Nov 05, 2024 7:27 pm
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.
nice
Re: Trend Indicators for MT4
Posted: Mon Nov 18, 2024 7:47 pm
by milanbenkoczy
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
Posted: Tue Nov 19, 2024 12:48 am
by mrtools
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?
Re: Trend Indicators for MT4
Posted: Tue Nov 19, 2024 2:52 am
by milanbenkoczy
mrtools wrote: Tue Nov 19, 2024 12:48 am
Which mt5 version are you using?
I made it myself from a pine script wavetrend oscillator, which inputs resembled the most to the original mt4 version. Here it is: