mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Add new columns to backtest format type
This commit is contained in:
parent
6071fce0f4
commit
0887fdc932
|
@ -25,7 +25,7 @@
|
|||
<TradeList
|
||||
class="trade-history mt-2"
|
||||
:trades="backtestResult.trades"
|
||||
profitColumn="profit_percent"
|
||||
profit-column="profit_percent"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -61,6 +61,9 @@ export interface StrategyBacktestResult {
|
|||
max_open_trades: number;
|
||||
timeframe: string;
|
||||
total_trades: number;
|
||||
profit_mean: number;
|
||||
profit_total: number;
|
||||
profit_total_abs: number;
|
||||
trades_per_day: number;
|
||||
winner_holding_avg: number;
|
||||
winning_days: number;
|
||||
|
|
Loading…
Reference in New Issue
Block a user