Creating a Movable, Clickable GUI Panel in MT5 on Visual Mode

 
Is it possible to code a trading panel in MQL5 that can be moved and have clickable buttons in Strategy Tester (Visual Mode) ?
 

Clickable? Yes! Movable? Uncertain.

Proof? There are trade panels for "Visual testing" in the Market. At least one of them is free. Run a search.

 
B.Moreno:
Is it possible to code a trading panel in MQL5 that can be moved and have clickable buttons in Strategy Tester (Visual Mode) ?

Yes the property OBJPROP_STATE is applicable on all object types (for clickable)

 
Thank you very much Fernando and  Lorentzos.