fixed bad commit

This commit is contained in:
Yazeed Al Oyoun 2020-02-07 01:30:03 +01:00
parent 0b5c243437
commit 899812856b

View File

@ -50,11 +50,7 @@ class SortinoHyperOptLossDaily(IHyperOptLoss):
expected_returns_mean = total_profit.mean()
results['downside_returns'] = 0
<<<<<<< HEAD
results.loc[total_profit < 0, 'downside_returns'] = results['profit_percent_after_slippage']
=======
results.loc[total_profit < 0, 'downside_returns'] = results['profit_percent']
>>>>>>> 0e8c569baadc9aefb80aab573def124666fb39ea
down_stdev = results['downside_returns'].std()
if (down_stdev != 0.):