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
13012Hi everyone,
kindly please add MTF option to the attached indicator.
Thank you very much in advance.
kindly please add MTF option to the attached indicator.
Thank you very much in advance.
Re: MT4 Indicator requests and ideas
13013Moved your post to the correct topic.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.
Re: MT4 Indicator requests and ideas
13014Hello 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.
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
13015Try!!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.
Re: MT4 Indicator requests and ideas
13016Hello
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;
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
13017mrtools 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
13018
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.
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
13019Mainly the problem is the negative shift.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
Re: MT4 Indicator requests and ideas
13020Would need a non decompiled version.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.