Make a standalone panel

 

I would like to do a panel in MQL4 that wouldn't be bound to a chart, like the example 'SimplePanel' is. How could I do this?

 

Thanks 

 
JulioCesar1:

I would like to do a panel in MQL4 that wouldn't be bound to a chart, like the example 'SimplePanel' is. How could I do this?

 

Thanks 

All panels are bounds by limits of the charts.  They are either created on the main window or a subwindow.  You can customize codes for SimplePanel (requires alot of reading, and a lot lot of coding), or hire someone to do it for you. 
Freelance service at MQL5.com
Freelance service at MQL5.com
  • www.mql5.com
Orders for the development of automated trading programs
 
Either you create a DLL or shell an EXE (and manage communications) to do it. In either case not with MQL4.
Reason: