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.
Describe your environment
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.