Happy New Year to All. Need the ability to manually move a opject (Trendline) within the working MQL5 strategy tester

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 need the ability to manually move a opject (Trendline) within the working MQL5 strategy tester,
I have coded to indicator with the code;
ObjectSetInteger(0,"Trendline", OBJPROP_SELECTABLE, true);
ObjectSetInteger(0,"Trendline", OBJPROP_SELECTED, true);
but can not select or move it within the working MQL5 strategy tester.
Does this need to be a MQL5 feature request?
This works fine in the MQL4 strategy tester.