Skip to content

In the web UI subplots add ability to define static line graphs #2270

@mrigi

Description

@mrigi

Describe your environment

  • Operating system: Linux
  • Python Version: 3.12.7
  • CCXT version: 4.4.48
  • Freqtrade Version: docker-2025.1-dev-aceb3ac7

Describe the enhancement

In the web UI subplots add ability to define static line graphs

Let's say you want to display scatter line with value of 20 at percentage subplot.
Right now you can add dataframe['20'] = 20 but it would me more logical to make it within config because this is purely decoration thing.
Maybe add "y" attribute? Something like this:
"20": { "y":"20", "color": "grey", "type":"scatter", "scatterSymbolSize":"2" }

And ofc this should not be displayed in overlay at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Low prioIssues with low priorityenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions