Rikj000
Rikj000
> Option 2 would be ideal as an extension to saunter as an MQTT AttributeRouting support package. This also sounds like the cleanest implementation to me!🙂 However I'm unsure if...
Managed to get `Option 1` working! 🎉 However the Channel name string conversion *(Different for `MQTTnet Attribute Routing` & `Saunter`)* is still HardCoded, I will write up a conversion method...
> Currently there is no support for custom partial sell orders (but multiple sell orders can actually happen when a sell order is filled partially on exchange). > > Most...
:white_square_button: Rewrite following warning: ```log WARNING - No history data for pair: "XXX/XXX", timeframe XX. Use `freqtrade download-data` to download the data ``` To: ```log WARNING - No history data...
- :ballot_box_with_check: Restrict the unclogger to only unclog if the current trend is flagged as "bad" - :ballot_box_with_check: Implement a configurable buy cooldown window so the same pair can't be...
:ballot_box_with_check: Add more weight to more recent data and less weight to older data used in the `sell___unclogger_trend_lookback_candles_window` for the `sell___unclogger_trend_lookback_candles_window_percentage_needed` check. The idea is inspired off EMAs (Exponential Moving...
:ballot_box_with_check: `sell_profits_only=true` specifically for normal sell signals, so it won't mess with the custom_sell of the unclogger during HyperOpt. Previously it stopped the unclogger from working since it's also a...
:white_square_button: [⚡️ Trend specific Unclogger configurations](https://github.com/Rikj000/MoniGoMani/issues/175)
> https://github.com/freqtrade/freqtrade/pull/5067 - not yet finished, but we could probably store the marketcap somewhere? I'm retrieving it anyway. Very nice! This could indeed very well be used as a more...
> Did I miss or screw something? I can see you followed close attention to how MGM is progressing and I think you got the idea of how we are...