- Envelope
- ATR Trailing stop
- Chandelier Exit
- Parabolic SAR
- With mouse hover highlight
- right click context menu
- double click listener
- Explore refactoring of interactive indicators to use canvas (again)
Do not store any state in the interactive components other than hover & selected
Use onComplete/onDragComplete callback to pass the [] back to owner component
Experiment with a single component and use isHover on that for the entire component
prevMouseXY
-> move this to ChartCanvas
change the interactive components to axis canvas after drawing
when mouse hover (over 20ms) happens move it to interactive canvas
on blur move it back to axis canvas
when selected keep it on interactive canvas
on unselect move to axis canvas
https://www.metatrader5.com/en/terminal/help/objects
- Parallel trend lines
- Fib Circles
- Fib Arc
- Fib Fan
- Show hover tooltip next to interactive components on mouse hover
- Continious line
- Andrews Pitch fork
- Gann square
- Arbitrary Shapes
- Rectangle
- Text
- Circle
- Ellipse
- Arrow
- Line break
- Better Renko/Mean Renko (Tentative)
Guess this can be v1.0.0
- Explore removal of svg mode & all svg components completely, so this becomes a canvas only library (Tentative)
- Detailed documentation of each component and its props
- Explore splitting project into multiple modules, one for each type of indicator, chart type
- add LineSeries interpolation
- add AreaSeries gradiant
- Volume Profile (Tentative)
- show/hide Point of control
- show/hide value area
- Automatic Support & Resistance trendlines (Tentative)
- Add a playground to see live updates (Tentative)