Pyfolio with Live Trading
-
Hi, Backtraders!
I have made some Backtesting and although I don't have outstanding results, I want to make the next step and do some paper trading. But I'm wondering how to get the results to analyze it with Pyfolio of my paper/live trading close to real time. I searched on this community but I couldn't find something related to this topic.
Any clue how to achieve it?
Thanks in advance,
Javier
-
Hi, Backtraders!
In case anyone else is asking a similar question, the best source of info I found until now is this blog.
Cheers!
-
@j-javier-gálvez said in Pyfolio with Live Trading:
Any clue how to achieve it?
I don't think neither
Pyfolio
nor theAnalyzer
built on top of it are meant for real-time analysis. The analyzer will only do something when the main engine stops (no more data is available) and this is of course not compatible with real-time analysis.
-
I understand. Thank you.