I made an interesting tool for systems that use any kind of progression, especially useful for martingale systems.
Its free for use.
It prints comments in the upper left corner of the chart.
Those comments contain:
account balance
account equity
current margin
max margin it had ever seen
Time! And date of the last tick it had seen.
Max margin it had ever seen is written into an external file, the file is generated when you start and error 4103 is generated before it. If you got only 1 error 4103, then everything is fine. It is generated because we try to read a file that does not exist. But once we get any margin that is higher than 0, the file is generated. It will be re-written each time a new margin is archived.
I don't want to upload it twice, you'll find it here:
Simple trending
Its code is uploaded, feel free to use! Its written in such a way that you can easily copy it into any expert. Its a very useful tool.