- ago
As the question says, I would like to export manually or programmatically all the metrics after performing a backtest. This would include all the trades taken as well.

How do I go about this?

0
508
Solved
4 Replies

Reply

Bookmark

Sort
- ago
#1
Can you tell us why you'd want to do it? I'm asking because there may be a more straightforward way to reach your goal. For example:

1. Compare two backtests? This tool can do it:
https://www.wealth-lab.com/extension/detail/finantic.ScoreCard#screenshots

2. Export signals and/or publish trades? Another tool for this purpose is:
https://www.wealth-lab.com/extension/detail/finantic.Publisher
0
Cone8
 ( 26.65% )
- ago
#2
Right click, copy and paste works too.
0
- ago
#3
And since topic starter expressed interest in programmatic export of backtest results, here's helper class that makes it easier to run backtests from Strategy code - the StrategyRunner:

https://www.wealth-lab.com/Support/ApiReference/StrategyRunner

It returns an instance of Backtester class with all equity curve and performance data objects:

https://www.wealth-lab.com/Support/ApiReference/Backtester
0
Best Answer
- ago
#4
That might be helpful. Thanks for the responses! I will check things out
0

Reply

Bookmark

Sort