You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: