Git Product home page Git Product logo

Comments (4)

Rikj000 avatar Rikj000 commented on July 26, 2024
  • ☑️ Restrict the unclogger to only unclog if the current trend is flagged as "bad"
  • ☑️ Implement a configurable buy cooldown window so the same pair can't be bought again for X candles after unclogging

from monigomani.

Rikj000 avatar Rikj000 commented on July 26, 2024

☑️ 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 Averages) where they act upon the same principle.

The amount of weight added in the near candles and subtracted of the oldest candles should balance out when a sum of all values used to multiply is taken.
Also the weight by how much we add / subtract will be important, so I want to make it configurable.
Example: The newest candle has a weight of x2, oldest candle a weight of x(1/2) with incremental steps in between (steps depending on the amount of candles in the lookback window), middle candle should be x1

Here the newest candles will be 4 times as important as the oldest 2 = 4 * (1/2)
Our configurable parameter value is 2 in this case, name proposition unclogger_trend_lookback_candles_window_recent_past_weight_separator (It's clear but not a fan due to the length..)

from monigomani.

Rikj000 avatar Rikj000 commented on July 26, 2024

☑️ 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 "sell signal", which lead to a hodl bot. This should resolve that issue though and be a step towards: #37

from monigomani.

Rikj000 avatar Rikj000 commented on July 26, 2024

🔳 ⚡️ Trend specific Unclogger configurations

from monigomani.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.