Page 929 of 2045

Re: MT4 Indicator requests and ideas

Posted: Thu Apr 23, 2020 1:26 am
by Ogee
ummadirajani wrote: Thu Apr 23, 2020 1:07 am MR Tools
kindly do modification of this indicator
only arrows should appear on charts not dots
Hi, the dots are the support and resistance levels that the arrows are showing a breakout of, if you don't want the s/r levels you can make the colour 'none' from the inputs box (right click on chart and select Indicators)

Re: MT4 Indicator requests and ideas

Posted: Thu Apr 23, 2020 2:17 am
by mrtools
Lumios wrote: Wed Apr 22, 2020 11:14 pm

Its Ok, I know you're busy. Appreciate your help! Could you modify this one to have alerts on MA cross centerline? Could that arrow be customizable?

Jurik volty bands - separate 1.02.mq4
Have this one with that alerts and arrows included.

Re: MT4 Indicator requests and ideas

Posted: Thu Apr 23, 2020 2:31 am
by mrtools
moltobello wrote: Thu Apr 23, 2020 12:42 am Dear MrTool's

I would like to ask you to modifiy this indicator cause the signal arrow it is laging or appearing too late.
If it is possible to stabilize would be great also to display on the chart the signal arrow after crossover. (as last candle in mtf)
If it is existing already please help me to find it.

Thank you very much
Maybe try looking in the stochastic section of the forum, would imagine we have some with signal cross alerts and arrows.

Re: MT4 Indicator requests and ideas

Posted: Thu Apr 23, 2020 2:33 am
by mrtools
thomdel wrote: Wed Apr 22, 2020 10:19 pm @mrtools

Dear mrtools,

Request for modification/option : SuperTrend nrp new format (mtf + arrows + alerts)

Using : Interpolate : Off to get step like output of mtf Time Frame.

Please modify or provide option so that this Indicator shows line and arrows only after candle close calculation of selected mtf time frame when applied in mtf mode.
Example : On 5 min chart, 15 min mtf time frame selected and applied, the line and arrows should appear only after 15 min candle close.

Right now, according to current coding the line / arrows jumble in live mkt on 5 min and 15 min mtf TF selected.
Interpolate off option is selected.


Please do the needful.
Thanks for your Support, Kindness and Shares.
Have you tried arrowsOnFirst = false?

Re: MT4 Indicator requests and ideas

Posted: Thu Apr 23, 2020 2:37 am
by ummadirajani
Ogee wrote: Thu Apr 23, 2020 1:26 am
Hi, the dots are the support and resistance levels that the arrows are showing a breakout of, if you don't want the s/r levels you can make the colour 'none' from the inputs box (right click on chart and select Indicators)
if we make none it is not working,again reverting back

Re: MT4 Indicator requests and ideas

Posted: Thu Apr 23, 2020 3:05 am
by ruso
[quote=mrtools post_id=1295408427 time=1587263145 user_id=4864807]


Added arrows!

Dear mrtools, is it possible to add latest prices and averages to this indicator. Regards.

Re: MT4 Indicator requests and ideas

Posted: Thu Apr 23, 2020 3:10 am
by mrtools
ummadirajani wrote: Thu Apr 23, 2020 1:07 am MR Tools
kindly do modification of this indicator
only arrows should appear on charts not dots
Made it as an option to show fractals true/false.

Re: MT4 Indicator requests and ideas

Posted: Thu Apr 23, 2020 3:15 am
by mrtools
[quote=ruso post_id=1295408680 time=1587575102 user_id=4937586]


The last version I did had added all the prices (think it's the version you posted) are you wanting to change out the jurik smoothing to using the averages instead?

Re: MT4 Indicator requests and ideas

Posted: Thu Apr 23, 2020 3:16 am
by Lumios
mrtools wrote: Thu Apr 23, 2020 2:17 am

Have this one with that alerts and arrows included.
Thank you so much! This is a wonderful improvement! There's one more alert option I was looking for...when the MA makes zero cross. Attached a picture.

Re: MT4 Indicator requests and ideas

Posted: Thu Apr 23, 2020 3:17 am
by thomdel
mrtools wrote: Thu Apr 23, 2020 2:33 am

Have you tried arrowsOnFirst = false?

Respected Sir,
Thank you for Reply.

Already did that, but this option alertsonfirst=false is for alerts.
Also, arrow on first bar does not solve this.

Actually I am asking for Calculation of Line / Arrows of the User Selected MTF Time Frame to be displayed dependent on close of the MTF BAR in the current Time Frame.
So that it does not change/jumble/repaint.
( Right now it changes/jumbles/repaints )

Example : 15 min MTF selected in Super Trend nrp and applied on 5 min chart.
( Interpolate is selected as OFF so it appears in Step format )
( This 15 min line/arrows keeps on changing right now )

Also. Please see the attached Tradingview Script - txt file format *** Please load this script in tradingview =, we get proper results. *
In Tradingview this is possible as this script considers close of the MTF Bar. ***