tradingview strategy analyzer

Change log

—version 3.2: this is the first copy released. no obvious bugs noticed

—version 4.0: this is a rewrite of all the code to make the program more cohesive with the addition of the offset feature

—version 4.1: fixed a bug in which when printing the stats it would use the previous one loaded

—version 4.2: made the naming of files more clear when adding offset limits

—version 4.3.2: added feature of showing 10 worst drawdowns and some bug fixes

—version 4.4.1: added the feature to show profit and loss by both year and month. Also changed how the program handled dates. It was using the closed date of trade to represent the trade date. It now is using the date the trade was opened

—version 4.4.2: changed showing 10 drawdowns to all of them. updated some formatting

—version 4.4.3: disabled limit offset feature as in some instances it is not calculating properly. should be fixed it the next update

—version 4.4.4: fixed limit offset issue. old version worked if the config was set properly. No one reads documentation
and so if it was not set it did not calculate correctly. Fixed the issue by auto calculation of position size. Also fixed a bug when exporting data after it was changed in the offset options

—version 4.4.6: made changes to work with the new trading view xlsx files. list of trades file must be exported as csv form the xlsx file

—version 4.4.7: made changes to it works better on Mac, in particular it would not load files in some cases prior to the fix