I spent quite a bit of time last evening running through the code to find things which I think others might readily need and adding some support to the documentation for some of it would save the time for the next user.
For example:
b.portfolio.attr('value')
bt.balance.current
bt.balance.start
b.portfolio['XXX'].short.attr('num_shares')
b.portfolio['XXX'].long.attr('num_shares')
These are all very useful data points and I know you use them in your Performance analysis, I would like to see some place which just helps guide users for how to access things like this from the get go.
Thanks for the work you put into this, I was really impressed once I got the caching in and how thought out a lot if this is.
I spent quite a bit of time last evening running through the code to find things which I think others might readily need and adding some support to the documentation for some of it would save the time for the next user.
For example:
b.portfolio.attr('value')bt.balance.currentbt.balance.startb.portfolio['XXX'].short.attr('num_shares')b.portfolio['XXX'].long.attr('num_shares')These are all very useful data points and I know you use them in your Performance analysis, I would like to see some place which just helps guide users for how to access things like this from the get go.
Thanks for the work you put into this, I was really impressed once I got the caching in and how thought out a lot if this is.