mackancurtaincheeks

Results 9 comments of mackancurtaincheeks

> Date should be passed as index. It worked! Thanks!

![ploterr](https://user-images.githubusercontent.com/47204968/116589090-917d0480-a91c-11eb-922e-61ee2d34ebd8.JPG) I can this error when trying to use portfolio.plot()

Right, but in the examples in Documentation you do not have to specifiy any coloumn. Then you can just plot the whole 'portfolio' and get some nice plots

> Which example do you refer to? You don’t have to select a column if your portfolio 1) has only one column or 2) it’s grouped into one single group....

Would you like to expand that explanation a bit? So I can access the orders/signals from vbt.Portfolio.from_orders() and from portfolio.trades I can get the information about the trades, right? But...

Okay, thanks alot! But if I would like to put purchases manually - do I use the same dataframe also? Instead of using the built-in strategies.

> As I mentioned earlier, you need to use `Portfolio.from_orders`, which is the easiest way to enter custom order info. For example, to analyze a simple trade: > > ```python...

> Trades and orders are different animals. You want to work with orders, since trades already have P&L info attached. To be specific, you need portfolio.orders.records (Everything that has “_readable”...

> This looks like a base64 representation of your image. How did you produce the output? I followed the instructions and it didn't work - I couldn't find ocra -...