Not sure what you mean by half settings?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.
Re: MT4 Indicator requests and ideas
14262Hi, 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
14263Yes, just change line 20 fromHercs78 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.
Code: Select all
extern int Amplitude = 2;
Code: Select all
extern double Amplitude = 2.0;
Re: MT4 Indicator requests and ideas
14264mr. tools
can you advise how i can correct the error
can you advise how i can correct the error
"There is NO GOD higher than TRUTH" - Mahatma Gandhi
Re: MT4 Indicator requests and ideas
14265experts
possibel to make siganl line historgram zero level as per snap!!!
"There is NO GOD higher than TRUTH" - Mahatma Gandhi
Re: MT4 Indicator requests and ideas
14266I 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
Keltner multi bands.
Stochastic combination.
Hull Multiple Fibonacci based ma's with S&R
Only two non standard indicators used!
TEAMTRADER
- These users thanked the author TEAMTRADER for the post:
- A_5
Re: MT4 Indicator requests and ideas
14268Thanking you ever so much, MrTools.mrtools wrote: Wed Nov 10, 2021 7:58 pm Yes, just change line 20 from
toCode: Select all
extern int Amplitude = 2;
that should do it.Code: Select all
extern double Amplitude = 2.0;
I will report back to you for interest's sake.
Continued success to you.
Hercs.
Re: MT4 Indicator requests and ideas
14269Hercs78 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
14270i 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...

"There is NO GOD higher than TRUTH" - Mahatma Gandhi