Matthias
|
09fae25c94
|
Fix some tests after drawdown calculation change
|
2022-01-04 17:07:31 +01:00 |
|
Robert Roman
|
88b96d5d1b
|
Update hyperopt_loss_calmar.py
|
2021-10-25 00:45:10 -05:00 |
|
Robert Roman
|
c3414c3b78
|
resolved mypy error
error: Signature of "hyperopt_loss_function" incompatible with supertype "IHyperOptLoss"
|
2021-09-27 17:32:49 -05:00 |
|
Robert Roman
|
3b99c84b0a
|
resolved the total profit issue
I resolved the total profit issue and locally ran flak8 and isort
|
2021-09-23 21:31:33 -05:00 |
|
Robert Roman
|
c6b684603c
|
removed trade_count inside if statement
i removed trade_count inside if statement. Even though it helps overfitting, It is not useful when running hyperopt on small datasets.
|
2021-09-22 09:21:43 -05:00 |
|
Robert Roman
|
b946f8e7f1
|
I sorted imports with isort
|
2021-09-22 09:18:17 -05:00 |
|
Robert Roman
|
3834bb86ff
|
updated line 42
I removed the minus sign on max drawdown.
|
2021-09-21 20:25:17 -05:00 |
|
Robert Roman
|
3845d55186
|
a new hyperopt loss created that uses calmar ratio
This is a new hyperopt loss file that uses the Calmar Ratio.
Calmar Ratio = average annual rate of return / maximum drawdown
|
2021-09-21 20:04:23 -05:00 |
|