regoup constant and add comments

This commit is contained in:
Pialat 2019-09-16 16:11:43 +02:00
parent ba430a3a27
commit 2a9f454511

View File

@ -8,9 +8,9 @@ from freqtrade.optimize.hyperopt import IHyperOptLoss, MAX_LOSS
NB_SIMULATIONS = 1000
SIMULATION_YEAR_DURATION = 3
# Configure according to your needs
SLIPPAGE_PERCENT = 0.000
NB_EXPECTED_TRADES = 600
CALMAR_LOSS_WEIGHT = 0.5
EXPECTED_TRADES_WEIGHT = 0.5