Topic: Questions about collection.json "balance" and "equity" properties
Hi all!
In the collection json arrays, there are these backtest objects. And these objects have `balance` and `equity` properties. From the collections I've inspected so far, all of the `balance` and `equity` are arrays that have a length of 500.
How should I interpret that? Is it just a way to normalize backtests?
Also, if I iterate over `balance` arrays from collections that were backtested using the same data horizon, then can I expect that the array indexes line-up to the same point in time?
Thanks,
traderaw