Page 356 of 2170
Re: MT4 Indicator requests and ideas
Posted: Sun Jun 03, 2018 2:10 am
by mrtools
Xronos__ wrote: Sat Jun 02, 2018 9:00 pm
at denicalcio
currently i don't have available the mq4 editor but might be able to help if you copy the error message
Try replacing
Code: Select all
AtrBuffer = iNoLagMa(iMA(TempBuffer,0,1,0,MODE_SMA,Price,i),AtrPeriod,alphas,0,i);
with
Code: Select all
AtrBuffer = iNoLagMa(TempBuffer[i],AtrPeriod,alphas,0,i);
that would make it a dynamic zone non lag atr.
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 04, 2018 3:11 am
by shaileshm
Hi,
I would be thankful if someone can add a second RSI with a different period to this extrapolator with the deviations.
I would also like to know about the line 105 of the code
if the value av/=pastBars is rqeuired to be repeated twice or is a mistake?
Regards
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 04, 2018 4:37 am
by Xronos__
shaileshm wrote: Mon Jun 04, 2018 3:11 am
I would also like to know about the line 105 of the code
if the value av/=pastBars is rqeuired to be repeated twice or is a mistake?
Regards
just to accommodate about this one : correctly spot it shaileshm , the second statement is redundant
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 04, 2018 6:14 pm
by Deez
Hi MrTools,
Could you please make a histo version of this indi..as always thank you for your time.
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 04, 2018 10:19 pm
by jothidamannan
Hi
i need an indicator that gives signal whenever 3 green candles or 3 red candles continuously form on chart
signal means: a box should covered all 3 green candles or 3 red candles/message alert/sound alert
hope you help me
thanks in advance
A R Vijay
Re: MT4 Indicator requests and ideas
Posted: Tue Jun 05, 2018 2:03 am
by mrtools
Deez wrote: Mon Jun 04, 2018 6:14 pm
Hi MrTools,
Could you please make a histo version of this indi..as always thank you for your time.
Made a histo version
Re: MT4 Indicator requests and ideas
Posted: Tue Jun 05, 2018 3:19 am
by shaileshm
shaileshm wrote: Mon Jun 04, 2018 3:11 am
Hi,
I would be thankful if someone can add a second RSI with a different period to this extrapolator with the deviations.
I would also like to know about the line 105 of the code
if the value av/=pastBars is rqeuired to be repeated twice or is a mistake?
Regards
Hi Guys,
No need to work on this anymore. I managed to do it myself eventually. A proud moment for me really.
Re: MT4 Indicator requests and ideas
Posted: Tue Jun 05, 2018 9:31 am
by mitzescu
Hi,
Can anyone modify the Semafor indicator to give an alert on the next candle and not on the semafor if that candle is lower for example then high semafor or if the next candle is higher then lower semafor? Or you can go an extra step and give alert on the second candle or third candle after the semafor.
I was using the Heiken candle count alert or the HMA with alert, but it would be better if combined with semafor.
Thank you!
Re: MT4 Indicator requests and ideas
Posted: Tue Jun 05, 2018 4:49 pm
by FBI
mladen wrote: Fri Apr 14, 2017 6:53 pm
Try this (set the deviations to 0 and then you should get VWAP alone)
Hi Mladen
Could you make this as MTF
viewtopic.php?p=1295349566#p1295349566
Thanks
Re: MT4 Indicator requests and ideas
Posted: Tue Jun 05, 2018 6:01 pm
by moey_dw
mrtools wrote: Tue Jun 05, 2018 2:03 am
Made a histo version
GRANDE THX U MRTOOL!!!!
