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

Markers @ price #1648

Open
ek-ex opened this issue Jul 20, 2024 · 2 comments
Open

Markers @ price #1648

ek-ex opened this issue Jul 20, 2024 · 2 comments

Comments

@ek-ex
Copy link

ek-ex commented Jul 20, 2024

Is your feature request related to a problem? Please describe.
Currently markers can only be set above, below or at the candle. This can lead to misleading visualization.

Describe the solution you'd like

I would like to be able to specify exactly where I want the marker. It can be within the candle itself or outside.

@edew
Copy link
Contributor

edew commented Jul 22, 2024

Hi @ek-ex

I'm not sure I understand your request.

Can you provide more details please?

@ek-ex
Copy link
Author

ek-ex commented Jul 30, 2024

Basically I want to be able to set a marker in a given price.
Instead of

    {
        time: { year: 2018, month: 12, day: 23 },
        position: 'aboveBar',
        color: '#f68410',
        shape: 'circle',
        text: 'A',
    },

I want to be able to set it like this:

    {
...
        position: 158.67,
...
    },

If the marker is inside a bar, then overlay the market on top of the bar. Even if having multiple markers that overlap, to still show them, similar to the example below. This would make tracking orders, trades or strategies more accurately.

image

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

2 participants