Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

⚡️ Trend specific Unclogger configurations #175

Open
Rikj000 opened this issue Oct 28, 2021 · 0 comments
Open

⚡️ Trend specific Unclogger configurations #175

Rikj000 opened this issue Oct 28, 2021 · 0 comments
Labels
Feature - Enhancement Update or improvement to existing feature Planned Planned feature, improvement or bugfix (not being worked on yet)

Comments

@Rikj000
Copy link
Owner

Rikj000 commented Oct 28, 2021

To more aim for a 3 in 1 strategy (one setup for each trend) & after talking with @3ylo I think we can gain benefit by HyperOpting for 3 separate unclogger configurations, one for each trend.

The idea here is that the detected trend usually correlates to the expected amount of volatility of the crypto market.
(For example: sideways trend => less volatility then upwards or downwards trends)
Then we would be better off with 3 individual (for each trend) unclogger configurations.

Example output section of mgm-config-hyperopt after the implementation of this:

"sell___unclogger_downwards_buy_cooldown_minutes_window": 327,
"sell___unclogger_downwards_minimal_losing_trade_duration_minutes": 318,
"sell___unclogger_downwards_minimal_losing_trades_open": 2,
"sell___unclogger_downwards_open_trades_losing_percentage_needed": 34,
"sell___unclogger_downwards_trend_lookback_candles_window": 32,
"sell___unclogger_downwards_trend_lookback_candles_window_percentage_needed": 26,
"sell___unclogger_sideways_buy_cooldown_minutes_window": 182,
"sell___unclogger_sideways_minimal_losing_trade_duration_minutes": 157,
"sell___unclogger_sideways_minimal_losing_trades_open": 1,
"sell___unclogger_sideways_open_trades_losing_percentage_needed": 43,
"sell___unclogger_sideways_trend_lookback_candles_window": 28,
"sell___unclogger_sideways_trend_lookback_candles_window_percentage_needed": 22,
"sell___unclogger_upwards_buy_cooldown_minutes_window": 360,
"sell___unclogger_upwards_minimal_losing_trade_duration_minutes": 281,
"sell___unclogger_upwards_minimal_losing_trades_open": 3,
"sell___unclogger_upwards_open_trades_losing_percentage_needed": 22,
"sell___unclogger_upwards_trend_lookback_candles_window": 18,
"sell___unclogger_upwards_trend_lookback_candles_window_percentage_needed": 30,
@Rikj000 Rikj000 added Feature - Enhancement Update or improvement to existing feature Planned Planned feature, improvement or bugfix (not being worked on yet) labels Oct 28, 2021
@Rikj000 Rikj000 added this to Planned in MoniGoMani - Global Development Progress via automation Oct 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature - Enhancement Update or improvement to existing feature Planned Planned feature, improvement or bugfix (not being worked on yet)
Development

No branches or pull requests

1 participant