Page 363 of 2041

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 18, 2018 6:38 am
by mrtools
Zelias wrote: Sun Jun 17, 2018 8:31 pm Hi Team,

Would it be possible to add a Slope change coloring (ideally for Up, Down & Sideways) for the attached indicator? I believe it would be useful when gauging market conditions using BB.

Thank you and hope someone could make it happen.
Added slope change coloring.

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 18, 2018 7:59 am
by Zelias
mrtools wrote: Mon Jun 18, 2018 6:38 am

Added slope change coloring.
Hoho, so fast and so good. Thank you loads MrTools!

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 18, 2018 12:23 pm
by mtp
mrtools wrote: Mon Jun 18, 2018 6:38 am

Added slope change coloring.
Default values? Its D1 any change you advice for H1? Thank you MRT

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 18, 2018 7:15 pm
by Zelias
mtp wrote: Mon Jun 18, 2018 12:23 pm

Default values? Its D1 any change you advice for H1? Thank you MRT
Was this a question to me or MrTools?

The way I'll be using it is that I'll have the indicator settings match those of the standard Bollinger Bands that I have on the chart.

The period settings depend on the strategy you're using, so can't help you there. The generally accepted and ones introduced by Mr Bollinger are 20 period, however, for 1 Hour TF a lot of ppl use 24 since there are 24 hours in 1 Day.

Bear in mind that the indi MrTools updated has got a smoothing factor in it, so you'd need to adjust your settings if you're using it (any value higher than 1). For example, if you're using 20 period on your BB on-chart indi, but would like to have 3 smoothing factor in the i-BandsPrice indi - you may wish to set the period to 17 in order for them to match as closely as possible (17+3=20).

Hope this helps and good luck!

Re: MT4 Indicator requests and ideas

Posted: Mon Jun 18, 2018 11:44 pm
by TEAMTRADER
Is it possible to add an alert to this indicator please?
I am trying to find a simple but reliable 'prospector' alert that will alert to currencies increasing in value (over value 6) against currencies decreasing in value (under value under 3).
Thanks
TEAMTRADER

Re: MT4 Indicator requests and ideas

Posted: Tue Jun 19, 2018 1:40 am
by Holmes27
Hello Folks….

Re the attached ‘ADR 1 London Close’ indicator and the attached screenshot; would someone who understands coding please let me know what is the line code number of the line of code that I need to adjust to increase the on-screen text size?

With thanks

Holmes27

Re: MT4 Indicator requests and ideas

Posted: Tue Jun 19, 2018 2:26 am
by mrtools
Holmes27 wrote: Tue Jun 19, 2018 1:40 am Hello Folks….

Re the attached ‘ADR 1 London Close’ indicator and the attached screenshot; would someone who understands coding please let me know what is the line code number of the line of code that I need to adjust to increase the on-screen text size?

With thanks

Holmes27
Maybe try on line 418 where it says 8 change it to something like fontSize, then put fontSize as an eternal int, then you can control it from your open chart.

Re: MT4 Indicator requests and ideas

Posted: Tue Jun 19, 2018 3:24 am
by Holmes27
mrtools wrote: Tue Jun 19, 2018 2:26 am

Maybe try on line 418 where it says 8 change it to something like fontSize, then put fontSize as an eternal int, then you can control it from your open chart.

Thank you so much for your help Mr Tools; so much easier to read now!

Kind regards

Holmes27

Re: MT4 Indicator requests and ideas

Posted: Tue Jun 19, 2018 5:17 am
by Deez
Hi MrTools..one more request if you can accommodate me..could you possibly add slope coloring to the middle line of this indi when bars cross over it (if possible alert as well but its not really needed)

Thank you.

Re: MT4 Indicator requests and ideas

Posted: Tue Jun 19, 2018 3:12 pm
by mrtools
Deez wrote: Tue Jun 19, 2018 5:17 am Hi MrTools..one more request if you can accommodate me..could you possibly add slope coloring to the middle line of this indi when bars cross over it (if possible alert as well but its not really needed)

Thank you.
Coloring on slope or on price crossing the middle line.