mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 03:25:15 +00:00
Add win-rate, expectancy and expectancy_ratio to profit types
This commit is contained in:
parent
591606d043
commit
c8517939e0
|
@ -45,4 +45,7 @@ export interface ProfitInterface {
|
|||
/** Initial bot start date*/
|
||||
bot_start_timestamp?: number;
|
||||
bot_start_date?: string;
|
||||
win_rate?: number;
|
||||
expectancy?: number;
|
||||
expectancy_ratio?: number;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user