Skip to content

Conversation

@artshooter
Copy link
Contributor

Hi, I've made improvements and refinements based on the feedback from the previous PR.


Feature Summary

This PR adds a candle marker system to CandlestickChart for marking trading signals on candlestick charts.


Key Features:

  • CandleMarkerPainter - Abstract base class for custom candle marker implementations
  • BuyAndSellSignalPainter - Built-in implementation with flexible condition-based signal detection,
    customizable bubble styles and labels to easily extend various trading signal scenarios

@SAGARSURI
Copy link

SAGARSURI commented Dec 2, 2025

Can I draw a line to show trade indicators? Something like this:

@artshooter
Copy link
Contributor Author

artshooter commented Jan 3, 2026

@SAGARSURI
Unfortunately, this PR implements buy/sell signal markers on individual candles, not horizontal lines across the chart. The screenshot shows an order line feature that displays price lines, position size, and P&L information. These are fundamentally different features, which are not currently supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants