hello all,
can you help me for my code please?
I placed an ARROW in this code(the code shows an ARROW when price break the highest(object named "BoxBreakOut_High") or the lowest(object named "BoxBreakOut_Low")),the problem is it does not work well because it saved all the previous day HIGHEST and the LOWEST of asian session,so it places many arrows(it should save the HIGHEST and the LOWEST of asian session in the day)
This is my code and the screenshot:
If your EA doesn't do what it should use the debugger to check the variables at each moment.
Here: https://www.mql5.com/en/articles/654 you can read how it works.

- www.mql5.com
If your EA doesn't do what it should use the debugger to check the variables at each moment.
Here: https://www.mql5.com/en/articles/654 you can read how it works.
thanks so much, I will check your link
If your EA doesn't do what it should use the debugger to check the variables at each moment.
Here: https://www.mql5.com/en/articles/654 you can read how it works.
I have read the topic in the link, all the variable in the code work well, but the problem is the fucntion I think or the algo is not ok, because I do not know wihch fucntion should I use to avoid the code save the previous value(previous day), that problem makes the codeto put many arrow
Eg: yesterday, the highest price of asian session was 1.45600 and the lowest was 1.44000,and for today, the highest is 1.47000 and the lowest is 1.43000,so the robot should take the value for today( the highest is 1.47000 and the lowest is 1.43000 ), it should not take the yesterday value also,it should take 2 value everyday(it makes the code to show many arrows because there are many previous values)
and that is the problem of my code, it place many arrows
can you please heolp me?
i think that this group is nothing now, there is no help anymore, that's the problem of the group like this, the people who know something very well do not help a people lie me anymore(beginner)
KEEP YOUR KNOWLEDGE!!!!!!! this group becomes worst and worst

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
hello all,
can you help me for my code please?
I placed an ARROW in this code(the code shows an ARROW when price break the highest(object named "BoxBreakOut_High") or the lowest(object named "BoxBreakOut_Low")),the problem is it does not work well because it saved all the previous day HIGHEST and the LOWEST of asian session,so it places many arrows(it should save the HIGHEST and the LOWEST of asian session in the day)
This is my code and the screenshot: