removed unused profit_abs
This commit is contained in:
parent
56af3c929c
commit
183194947c
@ -40,7 +40,7 @@ class SharpeHyperOptLossDaily(IHyperOptLoss):
|
|||||||
|
|
||||||
sum_daily = (
|
sum_daily = (
|
||||||
results.resample("D", on="close_time").agg(
|
results.resample("D", on="close_time").agg(
|
||||||
{"profit_percent": sum, "profit_abs": sum}
|
{"profit_percent": sum}
|
||||||
)
|
)
|
||||||
* 100.0
|
* 100.0
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user