improve description
This commit is contained in:
parent
192d7ad735
commit
1493771087
@ -200,7 +200,7 @@ class SuperDuperHyperOptLoss(IHyperOptLoss):
|
|||||||
Currently, the arguments are:
|
Currently, the arguments are:
|
||||||
|
|
||||||
* `results`: DataFrame containing the result
|
* `results`: DataFrame containing the result
|
||||||
The following columns are available in results (corresponds to the output of backtesting):
|
The following columns are available in results (corresponds to the output-file of backtesting when used with `--export trades`):
|
||||||
`pair, profit_percent, profit_abs, open_time, close_time, open_index, close_index, trade_duration, open_at_end, open_rate, close_rate, sell_reason`
|
`pair, profit_percent, profit_abs, open_time, close_time, open_index, close_index, trade_duration, open_at_end, open_rate, close_rate, sell_reason`
|
||||||
* `trade_count`: Amount of trades (identical to `len(results)`)
|
* `trade_count`: Amount of trades (identical to `len(results)`)
|
||||||
* `min_date`: Start date of the hyperopting TimeFrame
|
* `min_date`: Start date of the hyperopting TimeFrame
|
||||||
|
Loading…
Reference in New Issue
Block a user