rrag / react-stockcharts

Highly customizable stock charts with ReactJS and d3
http://rrag.github.io/react-stockcharts
MIT License
3.88k stars 958 forks source link

How to show Entry, Exit & Stop Loss level in my charts? #735

Open debotos opened 4 years ago

debotos commented 4 years ago

I am not finding the any example to set up Entry, Exit, Stop Loss level in my charts. Screenshot_2019-10-21_at_12 43 59

kevinkga commented 3 years ago

I'm also looking for a feature like this. Maybe something along these lines preferably. I reckon it'd be a combination of PriceCoordinates but I'm not sure how to link them via an event.

The idea would be that the stop and limit levels would only be shown once the position line is clicked. If someone can advise me how to do an onClick (or onSelect) for the PriceCoordinate object then I'll try to implement this myself

Screenshot from 2021-02-18 16-19-28