04-13-2018, 07:58 PM
zschoro,
When I go to backtest your strategy, I'm seeing on the right (in the UI) a section that says Parameters and has these options:
threshold_buy = 1.0
threshold_sell = -1.0
method = 'adadelta'
learning_rate = 1.2
momentum = 0.9
decay = 0.10
stoploss_enabled = false
stoploss_threshold = 0.85
hodl_threshold = 1.2
price_buffer_len = 100
min_predictions = 1000
and it confuses me! I tried to review the strategy code itself and I don't see any reference to any stoploss or hodl_threshold and I'm confused. Any guidance on what these parameters are?
When I go to backtest your strategy, I'm seeing on the right (in the UI) a section that says Parameters and has these options:
threshold_buy = 1.0
threshold_sell = -1.0
method = 'adadelta'
learning_rate = 1.2
momentum = 0.9
decay = 0.10
stoploss_enabled = false
stoploss_threshold = 0.85
hodl_threshold = 1.2
price_buffer_len = 100
min_predictions = 1000
and it confuses me! I tried to review the strategy code itself and I don't see any reference to any stoploss or hodl_threshold and I'm confused. Any guidance on what these parameters are?