I'd like to see a new investment graph that shows the net investment vs the account value over time. Basically, I just want a graph that shows ValueOfAccount - (ValueOfBuys - ValueOfSells). Alternately, a graph that shows ValueOfAccount as a solid line and (ValueOfBuys - ValueOfSells) as a dashed line would also be useful. Reproducible: Always It's important to remember that when calculating (ValueOfBuys - ValueOfSells), you always need to sum the running total from the beginning of time, even if you're only displaying recent data.