Hi,
I've written some code that creates detailed reports for my automated jforex strategies.
Theoretically I could create a strategy for JForex which could be added to your live trading and produce those reports for manual trades.
Furthermore I could provide a library (Jar) that could be used with your automated strategies and produce these reports for your backtests and your automated live trading.
During automated live trading, you could also perhaps send daily reports per email or anything, anytime you want. Since the reports are based on JasperReports/DynamicReports/JFreeCharts, you could also change the format from PDF to HTML or anything else.
Anyhow I would be interested in what you think about it and if there is interest in something like this.

Here is the link to a sample reports I could create a strategy/library for (created using a sample automated strategy that only produces loss trades):
-->
https://invesdwin.de/public/Pluggable_Report.pdfThe report is structured like this:
- Depot overview of the whole strategy timeframe
- Each instrument from the point on when it has been subscribed to during the strategy timeframe
- Each trade on the instrument with its own detailed timeframe
- Always one statistics page followed by a chart page
Maybe you also have suggestions on how to improve the reports. For now I've integrated the statistics I saw on myfxbook.com, in MT4 reports and in the JForex reports and made my own enhancements.
-- Edit:
Since the other sample report is missing the instrument chart (because I've commented out too much code to produce the pluggable report) here is the complete report that also contains the report pages that can only be created for strategies that are implemented in my own platform independend API for which JForex is a backend:
-->
https://invesdwin.de/public/Complete-API ... Report.pdfIn those reports I am also able to create charts for technical analysis since I have my own indicators that are used there (work in progress). I have not planned yet to create a wrapper based indicator that can use JForex internal indicators and thus generate a chart for those. For now this is restricted to strategies using my own API. I am also planning to include a profiling page with performance information about the time each strategy method call took, like JForex has in its reports. Though this would also be limited to my API only.
The first report above gives a clue what a JForex limited report could look like.
