Page 1427 of 2170

Re: MT4 Indicator requests and ideas

Posted: Wed Nov 10, 2021 5:32 am
by mrtools
Hercs78 wrote: Wed Nov 10, 2021 12:50 am Hello, MrTools.
I trust that you are well and free from the viral attacks.
Would you mind telling me whether you could change the HalfTrend indicator settings to half settings? It is MVA-based and in my mind should not be a problem, but then I am not a coder with that kind of knowledge.
Is there any reason why not in case it cannot be done?
I attach the version I trade with daily for your kind perusal and comments, please.
Looking forward to hearing from you at your earliest convenience.
Hercs.
Not sure what you mean by half settings?

Re: MT4 Indicator requests and ideas

Posted: Wed Nov 10, 2021 7:50 pm
by Hercs78
mrtools wrote: Wed Nov 10, 2021 5:32 am Not sure what you mean by half settings?
Hi, MrTools.
The usual settings are either 1 or 2, 3, etc. But, I find that the option of say 1,5 would be more desirable where 2 is just too long.
So my question is whether you could possibly adapt it so that I can use 1,5 etc.?
Looking forward to hearing from you.
Hercs.

Re: MT4 Indicator requests and ideas

Posted: Wed Nov 10, 2021 7:58 pm
by mrtools
Hercs78 wrote: Wed Nov 10, 2021 12:50 am Hello, MrTools.
I trust that you are well and free from the viral attacks.
Would you mind telling me whether you could change the HalfTrend indicator settings to half settings? It is MVA-based and in my mind should not be a problem, but then I am not a coder with that kind of knowledge.
Is there any reason why not in case it cannot be done?
I attach the version I trade with daily for your kind perusal and comments, please.
Looking forward to hearing from you at your earliest convenience.
Hercs.
Yes, just change line 20 from

Code: Select all

extern int    Amplitude        = 2;
to

Code: Select all

extern double    Amplitude        = 2.0;
that should do it.

Re: MT4 Indicator requests and ideas

Posted: Wed Nov 10, 2021 11:27 pm
by sal
mr. tools
can you advise how i can correct the error

Re: MT4 Indicator requests and ideas

Posted: Wed Nov 10, 2021 11:33 pm
by sal
mrtools wrote: Mon Aug 03, 2020 10:47 am Like this?
Image
experts
possibel to make siganl line historgram zero level as per snap!!!

Re: MT4 Indicator requests and ideas

Posted: Wed Nov 10, 2021 11:40 pm
by TEAMTRADER
I thought this was worth looking at for day traders and scalpers and it appears to have good transferrence to the higher timeframes.
Keltner multi bands.
Stochastic combination.
Hull Multiple Fibonacci based ma's with S&R
Only two non standard indicators used!
TEAMTRADER

Re: MT4 Indicator requests and ideas

Posted: Wed Nov 10, 2021 11:48 pm
by kvak
sal wrote: Wed Nov 10, 2021 11:27 pm mr. tools
can you advise how i can correct the error
Image
Deleted sorry...

Re: MT4 Indicator requests and ideas

Posted: Wed Nov 10, 2021 11:55 pm
by Hercs78
mrtools wrote: Wed Nov 10, 2021 7:58 pm Yes, just change line 20 from

Code: Select all

extern int    Amplitude        = 2;
to

Code: Select all

extern double    Amplitude        = 2.0;
that should do it.
Thanking you ever so much, MrTools.
I will report back to you for interest's sake.
Continued success to you.
Hercs.

Re: MT4 Indicator requests and ideas

Posted: Thu Nov 11, 2021 12:44 am
by pacois
Hercs78 wrote: Wed Nov 10, 2021 11:55 pm Thanking you ever so much, MrTools.
I will report back to you for interest's sake.
Continued success to you.
Hercs.

Hi, adjustments other than values ​​1 -2 etc will not affect the lines.'HalfTrend.

Re: MT4 Indicator requests and ideas

Posted: Thu Nov 11, 2021 12:48 am
by sal
kvak wrote: Wed Nov 10, 2021 11:48 pm Deleted sorry...
i didnt understand
you mean remove the code from the part.
i need these levels and bar
trendsize = histogrambars size
zero - centre line. this can be remove... :think: