Yes, that is right. The report takes so much of your screen that (on most screens) there is not enough space to add more than one, with an XOffSet and YOffSet. That's why I didn't include this as an option.
Yes, that is right. The report takes so much of your screen that (on most screens) there is not enough space to add more than one, with an XOffSet and YOffSet. That's why I didn't include this as an option.
Just an idea, maybe a write to csv on initialisation option could be a solution. The indicator could write the file just on initialisation according to the selected options (Date, report type) for All Trades, separated by magicnumber and then splitted by by comment. So if one needs a detailed report you can just reinitialize the indicator. Also one benefit would be easier communication regarding EA settings / results since (several) screenshots wouldn't be needed anymore just one csv / excel file.
TradeReport is an indicator to display trade results for a given period, a given Magic Number and optionally a text string to filter out certain order comments. It is a generic utility that can be used to report on all kinds of trades, both generated from EAs or from manual trading.
TradeReport was not created to report on HGB trade results and to provide sub totals by Order Comment.
It is suggested to make TradeReport a query tool to dump a set of trades into a CSV-file, to be analysed, grouped, sorted, and manipulated in Excel (or any other spreadsheet program). Although that can be added to the code, it is not the right tool for the job.
It is far better, to create a little script, with a set of inputs, that just spits out the matching trade records into a CSV file.