Don't look at bar zero.
William Roeder:
Don't look at bar zero.
I dont understand. Do you know how to fix it?
Don't look at bar zero.
Khalid Aldarawy: I dont understand. Do you know how to fix
it?
Change your code so it doesn't look at bar zero. What part of that was unclear? Yes I know how to fix it. Do you?
William Roeder:
I don't know how to code, I only can try and modify using trial and error :) but I dont know terms. If you can edit that part and share it with me I will
be thankful :)
Change your code so it doesn't look at bar zero. What part of that was unclear? Yes I know how to fix it. Do you?
No excuse, learn!
-
MT4: Learn to code it.
MT5: Learn to code. 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 We're not going to code it for you (although
it could happen if you are lucky or the problem is interesting.) We are willing to
help you when you post your attempt (using CODE button)
and state the nature of
your problem. -
for(i=limit; i>=0; i--)
Read the documentation on for. Then tell me what values your i variable takes. Then tell me how to avoid zero.
No free help
urgent help.
William Roeder:
No excuse, learn!
No excuse, learn!
- MT4: Learn to code it.
MT5: Learn to code. 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 We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem. - Read the documentation on for. Then tell me what values your i variable takes. Then tell me how to avoid zero.
No free help
urgent help.
LOL

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
I have a problem with this code. It is a great indicator however, the fractals are not redrawn, which means if the indicator draw a fractal it doesnt remove it if another fractal formed within the fractal range (2 candles before and after, 5 candles before and after ... etc depends on the user). Can anybody help me fix this code to make it redraw if another fractal formed within the fractal range? ... thanks!