You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hj Mladen
Hj Mrtool
Can you add interpolate function forHMA Color nrp & mtf & alerts + arrows 2 indicator
Thanks
Talaat E
Hj Mladen
Hj Mrtool
Can you add interpolate function for
HMA Color nrp & mtf & alerts + arrows 2 indicatorThanks
Talaat EHi Talaat E, added the interpolate function.
Hi Talaat E, added the interpolate function.
Thanks my hero Mrtool, you are always the best
Hj again Mrtool
it seems I am the only posting
I am sorry for asking again
do we have this indicator HMA histo & alerts + arrows mtf as 4 bar MTF
I am sorry for asking too much
Thanks
Talaat E
Hj again Mrtool
it seems I am the only posting
I am sorry for asking again
do we have this indicator HMA histo & alerts + arrows mtf as 4 bar MTF
I am sorry for asking too much
Thanks
Talaat ETalaat E
You can use the 4 time frame HMA - the result must be the same
Hj again Mrtool
it seems I am the only posting
I am sorry for asking again
do we have this indicator HMA histo & alerts + arrows mtf as 4 bar MTF
I am sorry for asking too much
Thanks
Talaat ETalaat E, have you tried this one here: https://www.mql5.com/en/forum/181187/page24
ps) don't worry, it's no problem.
Talaat E, have you tried this one here: https://www.mql5.com/en/forum/181187/page24 ps) don't worry, it's no problem.
when you compiled I got this error
declaration of 'HullPeriod' hides global declaration at line 28
Talaat E You can use the 4 time frame HMA - the result must be the same
Hj Mladen
I saw your post about your back problem, please be careful
can you guide me for the post of (4 time frame HMA)
Hj Mladen and Mrtool
it is the same link Mrtool sent, after compiling even with the error i mentioned about there is ex4 version created and it give me same result and so it is done
thank you very much
however, it is possible to reverse the order, such that the upper row is the lower time frame and so on
please don't bother if it need too much work
Thanks for both of you, you are very helpers
Hj Mladen
I saw your post about your back problem, please be careful
can you guide me for the post of (4 time frame HMA)Talaat E
That is just a stupid warning that metatrader people decided to treat as warning and which is 100% bening
Let me explain : any coding language, in case when a variable local to a function or procedure has the same name as a global variable, is using local variable. It seems that metatrader people did not read or use C/C++ (which they are so proudly comparing to their mql) otherwise they would have known that local variable is always preceding global variable in C++ (and any normal coding language)
So, don''t worry about that warning : one day mq people will probably read some post like this one I am writing and will finally remove that nonsense warning (and maybe even provide us a method to access any level of variables, as any normal coding language like C++ has)