Quote:
I am talking about the ability to push live data (last price, entry price, exit price, trail stop etc.) to a panel so one can easily view the data in real time.


From the manual:
Quote:
panelSet (int row, int col, string text, int color, int style, int type)
Set properties or update content of an individual cell.

With this command you can update the content of any cell of the panel with any live data at any time you like while the command 'panel' initiates a panel optional with loading its initial structure from a .csv.
I guess the question is more how useful is watching the 'live parameters' with your eyes instead of let them watch by a machine. A quick & dirty solution (I use them often, indeed) might be to save the parameters of your interest to a text file by Zorro (each minute or each intervall you like), set a DSN to it and use the DSN in Excel as the data source.