To my knowledge, you cannot draw trend lines, change objects, or adjust indicators that are shown in the Tester.
Anthony Garot:
To my knowledge, you cannot draw trend lines, change objects, or adjust indicators that are shown in the Tester.
To my knowledge, you cannot draw trend lines, change objects, or adjust indicators that are shown in the Tester.
Really Thanks Anthony,
As you know the context menu is not enable on MT5 tester (on MT4 is)... I just wondering there might be a way to make Context menu enable...
actually there is a function for that (ChartSetInteger(0,CHART_CONTEXT_MENU,true)) but doesn't work... I just moved from MT4 to MT5 and so far had many trobles to convert my codes
Anyway, Thanks for Your Time
Anthony Garot:
To my knowledge, you cannot draw trend lines, change objects, or adjust indicators that are shown in the Tester.
To my knowledge, you cannot draw trend lines, change objects, or adjust indicators that are shown in the Tester.
Actually that's not exact, it's possible though not trivial. You need to use an indicator, and code some custom stuff.

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
Hi Every one...
I have a system that works semi-automatic and I need to be able to click on the tester chart and change the angle of trend line
but it seems that the CHART_CONTEXT_MENU is false while testing and ChartSetInteger(0,CHART_CONTEXT_MENU,true); does not work
any idea what can i do about it... I need to be able to click on the MT5 tester chart
Regards and Thanks for you valuable time