Displaying data from an Expert Advisor

 

The ways I'm aware of in which I can display data from an Expert Adviser are:

1. Using the Print command to send messages to the Experts tab;

2. Using the FileWrite command to send data to a csv file.

Any more? Is it possible to have a specific window which displays the data? I suppose I could always have a .net application which reads csv data, but something more direct would be simpler if it's possible.

The problem with opening csv files in Excel is that they can't be updated while they're open and I'm wondering how best to get around this.

Thanks for any help.

 

Alert() // pops up a window

Comment() //shows on the chart

 
qjol:

Alert() // pops up a window

Comment() //shows on the chart

Just learned something new :)
Reason: