Page 656 of 2042

Re: MT4 Indicator requests and ideas

Posted: Sun Jul 21, 2019 9:32 pm
by PREETHI
thiru wrote: Sun Jul 21, 2019 6:57 pm

its in the INPUT Tab, check for lines width and histogram width.
If Chart Background color settings is given NONE, then the indicator displays normally like the first image .If the chart background colour settings is given anything other than NONE it displays like the second image on refreshing.

Re: MT4 Indicator requests and ideas

Posted: Sun Jul 21, 2019 10:50 pm
by thiru
PREETHI wrote: Sun Jul 21, 2019 9:32 pm If Chart Background color settings is given NONE, then the indicator displays normally like the first image .If the chart background colour settings is given anything other than NONE it displays like the second image on refreshing.
OK, this is what it looks like on a MT4 default template with green on black color scheme;
when the background colour is changed to DimGrey, it appears like this;
I suppose this is normal behaviour? MrTools can advise.

Re: MT4 Indicator requests and ideas

Posted: Mon Jul 22, 2019 1:18 am
by Steam1
mrtools wrote: Sat Jul 20, 2019 3:54 am

Added shift,
Hi MrTools, , Is possible to add a Filter for smoothing ?

Re: MT4 Indicator requests and ideas

Posted: Mon Jul 22, 2019 3:22 am
by mrtools
thiru wrote: Sun Jul 21, 2019 10:50 pm

OK, this is what it looks like on a MT4 default template with green on black color scheme;

2019-07-21 20_44_15-EURUSD,H1.png

when the background colour is changed to DimGrey, it appears like this;

2019-07-21 20_44_56-EURUSD,H1.png

I suppose this is normal behaviour? MrTools can advise.
Normal mt4 regular histograms are all zero based, no matter what you are basing your code on the histogram will draw from zero. This code think if I remember correctly was creasted by Mladen and what it does is the code automatically changes the 3rd histogram color to match your chart background color, so the indicator is still actually drawing a zero based histogram but the part that you want hidden is hidden by the histogram color being the same as the background color. Hope that explains it somewhat.

Re: MT4 Indicator requests and ideas

Posted: Mon Jul 22, 2019 3:26 am
by mrtools
PREETHI wrote: Sun Jul 21, 2019 5:28 pm
The second colour in the indicator settings cant be changed as it returns to the color of the chart Background .Kindly solve this problem.
In mt4 that is the only way I know of to code an histogram to display that way, it is supposed to hide the part of the histogram from zero to the ob/os level.

Re: MT4 Indicator requests and ideas

Posted: Mon Jul 22, 2019 6:20 am
by markw118
PREETHI wrote: Sat Jul 20, 2019 6:06 pm

I have written it over the screenshot with a mouse MAN. Not with the hand./pen
Hi
Just scrap it there is so many better indicators....like one below which can actually predict what can happen
I think is brilliant

Re: MT4 Indicator requests and ideas

Posted: Mon Jul 22, 2019 10:56 am
by uncle wong
Dear Mrtools ,

Can you add arrows on when the indicator crosses the up and down lines? Thanks.

Re: MT4 Indicator requests and ideas

Posted: Mon Jul 22, 2019 8:34 pm
by thiru
mrtools wrote: Mon Jul 22, 2019 3:22 am
Normal mt4 regular histograms are all zero based, no matter what you are basing your code on the histogram will draw from zero. This code think if I remember correctly was creasted by Mladen and what it does is the code automatically changes the 3rd histogram color to match your chart background color, so the indicator is still actually drawing a zero based histogram but the part that you want hidden is hidden by the histogram color being the same as the background color. Hope that explains it somewhat.
Thank you for the great deal of explanation mrtools. really appreciate that.

Remember reading somewhere either you or mladen saying the same where the indicator was created to show mirror image due to the limitations of mt4. Especially the 0 based ones.

the information is clearly shown by the indicator, so that's good for the users :)

Re: MT4 Indicator requests and ideas

Posted: Tue Jul 23, 2019 5:24 pm
by roman251117
Good afternoon. There is an indicator to it you need to add a classic moving average MT4.When the indicator crosses the buy arrow from the bottom up. Top down arrow for sale. We need to add an alert.

Re: MT4 Indicator requests and ideas

Posted: Wed Jul 24, 2019 4:19 am
by mrtools
roman251117 wrote: Tue Jul 23, 2019 5:24 pm Good afternoon. There is an indicator to it you need to add a classic moving average MT4.When the indicator crosses the buy arrow from the bottom up. Top down arrow for sale. We need to add an alert.
Added the ma,arrows,and alerts also made it more user friendly.