Page 120 of 158

Re: Trend Indicators for MT4

Posted: Wed Jun 29, 2022 6:02 pm
by xpf2003
xpf2003 wrote: Fri Jun 17, 2022 2:33 am Dear Mrtools - going back to this comment - it was ift_wpr_mtf_shadow that was causing the problem. I was using buffer 5 whose history bars are updated via PlotPoint function. I do not really understand what the PlotPoint function is really doing but I have now shifted to using buffer 0 which is not repainting.

On that note, it is possible to include all price and moving average options to this indi please? Since you said you do not have a copy handy, I am attaching the one I am using

ift_wpr_mtf_shadow.mq4
Dear Mrtools,

Any chance you are able to take a look at this? Not sure if it is possible to add all price types and averages to this indi, but if it is possible, that would be great.

Re: Trend Indicators for MT4

Posted: Thu Jun 30, 2022 1:29 am
by mrtools
xpf2003 wrote: Wed Jun 29, 2022 6:02 pm Dear Mrtools,

Any chance you are able to take a look at this? Not sure if it is possible to add all price types and averages to this indi, but if it is possible, that would be great.
For some reason Wpr prices was added to the mix even though it is not used, if you are wanting a wpr using prices you can use the latest ift stoch has all the prices and moving averages and to make it the same as the ift wpr, set stoch slowing to 1.

Re: Trend Indicators for MT4

Posted: Fri Jul 01, 2022 5:53 am
by 太虚一毫
mrtools wrote: Tue Oct 05, 2021 5:20 am Added 4 colors and the averages.
Image


very funny! Ask the teacher to add a button to it. :thumbup:

Infinite merit!

Re: Trend Indicators for MT4

Posted: Fri Jul 01, 2022 8:08 am
by mrtools
太虚一毫 wrote: Fri Jul 01, 2022 5:53 am very funny! Ask the teacher to add a button to it. :thumbup:

Infinite merit!
Button added.

Re: Trend Indicators for MT4

Posted: Tue Jul 05, 2022 4:07 pm
by Banzai
Gann High-Low Activator
(on/off button)



ahtf = automatic higher time frame
In this version, you can choose from 20 different Moving Averages.
ma_sma, // simple moving average - SMA
ma_ema, // exponential moving average - EMA
ma_dsema, // double smoothed exponential moving average - DSEMA
ma_dema, // double exponential moving average - DEMA
ma_tema, // tripple exponential moving average - TEMA
ma_smma, // smoothed moving average - SMMA
ma_lwma, // linear weighted moving average - LWMA
ma_pwma, // parabolic weighted moving average - PWMA
ma_alxma, // Alexander moving average - ALXMA
ma_vwma, // volume weighted moving average - VWMA
ma_hull, // Hull moving average
ma_tma, // triangular moving average
ma_sine, // sine weighted moving average
ma_linr, // linear regression value
ma_ie2, // IE/2
ma_nlma, // non lag moving average
ma_zlma, // zero lag moving average
ma_lead, // leader exponential moving average
ma_ssm, // super smoother
ma_smoo // smoother


Before, the coder used SMA. Simple Moving Average.


If you want more Moving Averages, ask MrTools over here:
viewtopic.php?f=579496&t=8418142

What are these Moving Averages? Click here:
viewtopic.php?f=579496&t=8474786

-----------------------------------------
edit 7/5/22

Please download a newer version down here:
viewtopic.php?p=1295481990#p1295481990

Re: Trend Indicators for MT4

Posted: Tue Jul 05, 2022 5:18 pm
by josi
Banzai wrote: Tue Jul 05, 2022 4:07 pm
Thanks, Banzai, for the indicator.
Good idea to add ma_methods but:
If I change MA_Method nothing happens! But maybe it is just me....

Re: Trend Indicators for MT4

Posted: Tue Jul 05, 2022 7:00 pm
by Banzai
josi wrote: Tue Jul 05, 2022 5:18 pm Thanks, Banzai, for the indicator.
Good idea to add ma_methods but:
If I change MA_Method nothing happens! But maybe it is just me....
Oops. Let's go back to the basic 4 MA:
Simple, Exponential, Smoothed, and Linear Weighted.
I will try to figure out tomorrow to add in some more.

Re: Trend Indicators for MT4

Posted: Wed Jul 06, 2022 3:24 pm
by mrtools
sal wrote: Tue Jul 05, 2022 2:21 pm mr.tools/kvak
can you please make an arrow additional as per the conditon below
for UP arrow
1. fractal breakout upper channel signal confirmed (dot)
2. Price bar bullish (low < upper channel ; Open price > upper channel)
if both confirmed new arrow on current bar
see snap
Image
Try

Re: Trend Indicators for MT4

Posted: Wed Jul 06, 2022 9:35 pm
by sal
mrtools wrote: Wed Jul 06, 2022 3:24 pm Try
Image
Thanks mr.tools. :hug: :In Love:
this is what a binary traders helps ....
have you notice this modified channel is repaint after few miniutes when refresh chart !!!

Re: Trend Indicators for MT4

Posted: Thu Jul 07, 2022 1:09 am
by sal
mrtools wrote: Wed Jul 06, 2022 3:24 pm Try
Image
dear mr.tools
i try in real market and what i made trades all are wins 5/5 :clap:
how ever , a small update can be done if possible to avoid the arrow to jumb backwards. I think reason for this due to the channel which is changes due to fractal

we can avoid this to update with below condition!!

After confirmed UP DOT for breakout bar , next bar should be
1. Low price < dot break out bar price level
2. Open price > dot break out bar price level
3. Close price > open price
ARROW on current bar ... :)
could you please update
Snap shown for DOWN ..