cleanup and fixed initial capital / commision / splippage
This commit is contained in:
parent
70da2c68e5
commit
d14380d740
19 changed files with 1344 additions and 33 deletions
|
|
@ -91,7 +91,7 @@ export function BacktestResults({ status, results, currentTime }: BacktestResult
|
|||
/>
|
||||
<MetricsCard
|
||||
title="Max Drawdown"
|
||||
value={`${results.metrics.maxDrawdown.toFixed(2)}%`}
|
||||
value={`${(results.metrics.maxDrawdown * 100).toFixed(2)}%`}
|
||||
trend="down"
|
||||
/>
|
||||
<MetricsCard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue