Page 424 of 2041

Re: MT4 Indicator requests and ideas

Posted: Thu Sep 20, 2018 9:23 am
by mrtools
TEAMTRADER wrote: Thu Sep 20, 2018 7:33 am
The indicator you posted HMA_Bands (attached) does not have the HMA setting.
It has 8 settings for the moving average (bands method) but it does not include HMA.
I have tried to duplicate the HMA with various settings on the 8 moving averages but cannot get it to match.
The HMA Bands indicator I originally posted does reproduce the HMA setting whereas the HMA_Bands indicator (attached) does not.
Thanks
TEAMTRADER
No i need the custom indicator called "HMA". iCustom(NULL,0,"HMA",BandsPeriod,PRICE_CLOSE,2.0,0,i);

Re: MT4 Indicator requests and ideas

Posted: Thu Sep 20, 2018 2:49 pm
by ii6uu99
Write a simple indicator that simulates renko points.
Display on the chart (you can adjust the display position) :
5m= points 15m= points 30m= points 1h= points 4h= points 1d= points
Use the SQRT of time function to approximate a time range (5 minutes or 15 minutes).Here's an example:
If you want to mimic the 5-minute time scale:
Average daily range (last 30 days)/SQRT (1440/5).
So as a formula, it's going to be
ADR/SQRT (1440 / simulation time frame)

Re: MT4 Indicator requests and ideas

Posted: Thu Sep 20, 2018 5:36 pm
by TEAMTRADER
mrtools wrote: Thu Sep 20, 2018 9:23 am

No i need the custom indicator called "HMA". iCustom(NULL,0,"HMA",BandsPeriod,PRICE_CLOSE,2.0,0,i);
I don't have the custom indicator so I will continue to adapt what I have.
Thanks anyway.
TEAMTRADER

Re: MT4 Indicator requests and ideas

Posted: Thu Sep 20, 2018 9:36 pm
by friend4you
Ajiboyf wrote: Tue Sep 11, 2018 4:30 pm Hello Forex-staion friends,
Please, can a candle bar indicator be made like this one, it should have a function to select any time frame on the chart like from 5M,15M,30M, ETC.
This version was made for only daily
Use this, it's just any tf candle.

Re: MT4 Indicator requests and ideas

Posted: Thu Sep 20, 2018 10:31 pm
by pacois
friend4you wrote: Thu Sep 20, 2018 9:36 pm

Use this, it's just any tf candle.

Re: MT4 Indicator requests and ideas

Posted: Thu Sep 20, 2018 11:36 pm
by fundamental
Looking for good Trend line draw indicators. A request to great forum posters to find out one for me. Thanks in advance.

Re: MT4 Indicator requests and ideas

Posted: Fri Sep 21, 2018 12:09 am
by friend4you
fundamental wrote: Thu Sep 20, 2018 11:36 pm Looking for good Trend line draw indicators. A request to great forum posters to find out one for me. Thanks in advance.
very popular:

Re: MT4 Indicator requests and ideas

Posted: Fri Sep 21, 2018 5:05 am
by mntiwana
TEAMTRADER wrote: Thu Sep 20, 2018 5:36 pm
I don't have the custom indicator so I will continue to adapt what I have.
Thanks anyway.
TEAMTRADER
Hi man
try to play with "bands speed" parameters of Mrtools ver,for example 2,i hope it help you solve your matter

Re: MT4 Indicator requests and ideas

Posted: Fri Sep 21, 2018 6:19 am
by TEAMTRADER
mntiwana wrote: Fri Sep 21, 2018 5:05 am
Hi man
try to play with "bands speed" parameters of Mrtools ver,for example 2,i hope it help you solve your matter
Understood and now is perfect.
Thank you both.
TEAMTRADER

Re: MT4 Indicator requests and ideas

Posted: Fri Sep 21, 2018 8:32 pm
by AlexLoco
Dear mladen and mrtools, this ADR doesn't refresh properly on every new candle... would you mind to take a look please?
thanx in advance...