Dennis Einloft

Results 36 comments of Dennis Einloft

> Using the official docker, hosted on my server. I am using the official docker on my server and building the container from source for local development. Both times I...

I had a similar issue with horizontal lines used for stop-loss. A workaround for me was to simply try/except line.delete function call.

That would be a great feature! The CSV export should then only export the current filtered trades. Maybe we can add filters like in Excel? So that every column can...

> Alternatively, feel free to check out my fork of the project, which includes support for both Bar and Area series. Is your library intended to be used as drop...

> migrating to v5 first using this [#524](https://github.com/louisnw01/lightweight-charts-python/pull/524) It would be great if this PR gets merged. Looks promising.

> Not supported yet, but you can find it's implementation here Sadly the CustomCandle is nor working together with the tick update. So I stick to the normal Candlestick chart.

> try to just switch to my version because i've updated the lightweight-charts library to version 5, not to mention all the other little changes that were made along the...

Maybe not the best solution, but kind of a workaround. Instead of only using **line.delete()** add some custom JS code to remove the drawing from the drawingTool. ```python l.delete() l.run_script(f'''...

Please add some reference or screenshot how the indicator should look like together with a minimal running example of what you already have.

@Mhrashtchi I do not have a super trend indicator ready to use, so I show you how to plot a simliar indicator using the line color. In this example, I...