- You don't need to change TF. You need to fix your broken code.
- Please edit your (original) post and use the CODE
button (Alt-S)! (For large amounts of code, attach it.)
General rules and best pratices of the Forum. - General - MQL5 programming forum
Messages Editor -
if (dResultNet>0) { //dResult1= dResultNet; ExtMapBuffer1[pos]= dResultNet ; } else ExtMapBuffer2[pos]= dResultNet ;
Buffers 1 & 2 are histograms — draws from one price to another. You must set both buffers each time. Perhaps the other should be zero.
- You don't need to change TF. You need to fix your broken code.
- Please edit your (original) post and use the CODE
button (Alt-S)! (For large amounts of code, attach it.)
General rules and best pratices of the Forum. - General - MQL5 programming forum
Messages Editor - Buffers 1 & 2 are histograms — draws from one price to another. You must set both buffers each time. Perhaps the other should be zero.
I Have edited the first post,
I dont have programming skills I see what you mean but I do not know how to change it
Please could you help me
Thanks
Kind regards
So what is your exact problem?You want to modify the formula?
That is whatWlliam Roeder says that I need to do for the indicator to refresh properly, if you see above he mentions what to do
The OP is not a programmer, he clarified he does not have skills for coding, but he also said he understood what has to be done (the concept of what needs to be done)
I understand the OP want's/[is asking] someone here to do it for him.
The OP is not a programmer, he clarified he does not have skills for coding, but he also said he understood what has to be done (the concept of what needs to be done)
I understand the OP want's/[is asking] someone here to do it for him.
Thanks for the clarification
That is exactly the point
-
MT4: Learn to code it.
If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into yours. - or pay (Freelance) someone to code it.
Hiring to write script - General - MQL5 programming forum
No free help
urgent help.
Noneone is able to do the small modification of the code ?
To be honest with you, I won't even look at your code.
There are big areas of white space, why so many blank lines?
Lots of commented out lines
Make your code easier to read and somebody may help you.

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi,
I have an indicator that shows the net wick for the candle, the problem is that it does not autorefresh and to do so I need to change the timeframe
The code is the following, please let me know what to do to change it please