Page 1302 of 2169
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 07, 2021 1:45 pm
by tkhanfx
Good day Mr.Tools/coders
Could you kindly look into the attached indi's? They appear to all repaint/recalculate, i suspect it might be because of the shift function but am not too sure
thank you for your continued timeless efforts
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 07, 2021 3:08 pm
by makhlaghi
Hi everyone,
kindly please add MTF option to the attached indicator.
Thank you very much in advance.
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 07, 2021 3:32 pm
by Jimmy
makhlaghi wrote: Mon Jun 07, 2021 3:08 pm
Hi everyone,
kindly please add MTF option to the attached indicator.
Thank you very much in advance.
Moved your post to the correct topic.
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 07, 2021 6:04 pm
by Outclear
Hello MrTools, Coders & Traders,
NB: Im aware of the repainting and recalculating nature of this Advanced MA.
The problem here is, the indicator's ma period is fixed to 10, and can not be changed no matter what value u insert. Can you fix this for me so that i can be able to change values of the ma period.
Thanks in advance.
Re: MT4 Indicator requests and ideas
Posted: Mon Jun 07, 2021 6:43 pm
by pacois
Outclear wrote: Mon Jun 07, 2021 6:04 pm
Hello MrTools, Coders & Traders,
NB: Im aware of the repainting and recalculating nature of this Advanced MA.
The problem here is, the indicator's
ma period is fixed to 10, and can not be changed no matter what value u insert. Can you fix this for me so that i can be able to change values of the ma period.
Thanks in advance.
Try!!
Re: MT4 Indicator requests and ideas
Posted: Tue Jun 08, 2021 3:29 am
by Koalala
Hello
There is an indicator which drives me mad Please no outside the forum links, if you need help post the indicator
It never loads right on the first load of a graph in mt4. I always need to change TF or load another pair, then load the original pair to get the curve printing.
I don't understand why and I have a fast computer. i also use H1 only and I have only 1000 of bars loaded in history [ctrl+O, graphix] precisely to keep MT4 snappy.
Can somebody improve this code ?
also in MQL4, what does "?" mean, for instance
Level_Up= (Level_Up<51) ? 51 : Level_Up;
Re: MT4 Indicator requests and ideas
Posted: Tue Jun 08, 2021 4:18 am
by 太虚一毫
mrtools wrote: Mon Jun 07, 2021 5:00 am
Working on it am stuck on the coloring part and trying to figure it out.
Expect the teacher to add a price set to Triple jurik smooth button.mq4.
My intention: go online, the price is pr_high;
Midline, the price is pr_habtbiased2;
Offline, the price is pr_low.
In short, the prices of the three lines can be freely chosen.
(If you can add MTF, of course it's better!)
Thanks a lot!
Re: MT4 Indicator requests and ideas
Posted: Tue Jun 08, 2021 5:00 am
by Acursioo
Hello MrTools, Coders & Traders,
Is it possivel to make this indicator a MTF indicator ?
I was able to put the option of MTF but it did not work, the indicator signals did no change when changed the time frame option.
(I'm not a coder, problably did something wrong)
I have attached the original file.
Re: MT4 Indicator requests and ideas
Posted: Tue Jun 08, 2021 5:24 am
by mrtools
tkhanfx wrote: Mon Jun 07, 2021 1:45 pm
Good day Mr.Tools/coders
Could you kindly look into the attached indi's? They appear to all repaint/recalculate, i suspect it might be because of the shift function but am not too sure
thank you for your continued timeless efforts
Mainly the problem is the negative shift.
Re: MT4 Indicator requests and ideas
Posted: Tue Jun 08, 2021 7:59 am
by mrtools
Acursioo wrote: Tue Jun 08, 2021 5:00 am
Hello MrTools, Coders & Traders,
Is it possivel to make this indicator a MTF indicator ?
I was able to put the option of MTF but it did not work, the indicator signals did no change when changed the time frame option.
(I'm not a coder, problably did something wrong)
I have attached the original file.
Would need a non decompiled version.