I have moved your topic to the correct forum as you posted in a forum dedicated to PRT platform support whereas your question is regarding strategy backtesting which is more of a ProOrder question.
Please try to post in the most relevant forum with any future topics. 🙂
A simple way to see the change in equity after each position closure is to simply add this to the bottom of any strategy:
1
2
winloss=strategyprofit-strategyprofit[1]
graphwinloss
You will then get a separate window that shows one bar later the change in equity as a graph. Hover over any peak or trough to see the value of the last closed trade.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok