TradePanel

 

Pls , Is there any information on mt4 dashboards. Most Articles here have Dialog Window application and Buttons.

 
There is a regular example in the terminal - MQL4\Indicators\Examples\SimplePanel
 
Is dashboard same as panel. i notice panel has cancel button ,minimise button. Is there any code.Thanks
 
Moatle Thompson #:
Is dashboard same as panel. i notice panel has cancel button ,minimise button. Is there any code.Thanks

SimplePanel has a minimize/maximize button like this (figure is clickable):

Any buttons are also presented. You can just rename them.

 
This sample above helps . thank you.