"Data Reports" add-on for PTMC
Data Reports add-on replicates the behavior of default reports menu in PTMC terminal with idea to show to community how this feature is working programmatically. This add-on grants ability to analyze code using a PTMC API to access any report's record connected with user account.
By requesting all reports, user can select any method from list (using method either GetReportByName(string name) or GetReportById(int id)). Fill data in object (property ReportParameters) before sending back a query to server with use of RecieveData() method. A returned data could be printed out, sent, calculated or manipulated depending on demand.
Have fun PTMC coders, and let these lines of code help you to create trouble proof trading tool.
Please use this manual "How to install trade Plug-in to PTMC trading platform"