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

 

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.

The Fundamentals of Testing in MetaTrader 5
The Fundamentals of Testing in MetaTrader 5
  • www.mql5.com
What are the differences between the three modes of testing in MetaTrader 5, and what should be particularly looked for? How does the testing of an EA, trading simultaneously on multiple instruments, take place? When and how are the indicator values calculated during testing, and how are the events handled? How to synchronize the bars from different instruments during testing in an "open prices only" mode? This article aims to provide answers to these and many other questions.