mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 11:05:17 +00:00
Add drawdowns start/end to profit interface
This commit is contained in:
parent
e0bfe9c5ee
commit
804a5e8915
|
@ -41,6 +41,10 @@ export interface ProfitInterface {
|
|||
profit_factor?: number;
|
||||
max_drawdown?: number;
|
||||
max_drawdown_abs?: number;
|
||||
max_drawdown_start?: string;
|
||||
max_drawdown_start_timestamp?: number;
|
||||
max_drawdown_end?: string;
|
||||
max_drawdown_end_timestamp?: number;
|
||||
trading_volume?: number;
|
||||
/** Initial bot start date*/
|
||||
bot_start_timestamp?: number;
|
||||
|
|
Loading…
Reference in New Issue
Block a user