Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Individual Horizontal Price Lines with Limited Extension and Label Support #1756

Open
iwaqaruddin opened this issue Dec 15, 2024 · 0 comments

Comments

@iwaqaruddin
Copy link

Description:

I am requesting the ability to add individual horizontal price lines on the chart (e.g., for Entry and Exit points) that meet the following criteria:

Limited Extension:

The horizontal lines should extend only a specified number of candles (e.g., 2 candles or x candles ahead) and not behave like infinite rays.
Text Labeling:

Each horizontal line should support a text label at one end (e.g., "Entry at $1000" or "Exit at $1050"), allowing for clear annotations on the chart.
Use Case: This feature would be highly beneficial for scenarios where markers are insufficient, and users need to visualize Entry and Exit points as clear, distinct horizontal lines. This can be used in trade tracking, strategy analysis, and highlighting key levels on the chart.

Expected Implementation:

A method (or API) to create these horizontal lines dynamically.
Options to:
Specify the starting point (price level and time).
Define the number of candles for an extension.
Add text labels to one end of the line.
Example Use Case:
Screenshot 2024-12-15 220003

A trader wants to show the Entry price for a trade as a horizontal line extending exactly two candles ahead, with a label at the start stating: "Entry at $1000."
Similarly, a Take Profit (TP) and Stop Loss (SL) line can be drawn with distinct colors and limited extensions for clarity.

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

No branches or pull requests

1 participant