Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 3.08 KB

COMING-SOON.md

File metadata and controls

79 lines (62 loc) · 3.08 KB

v0.7

  1. Envelope
  2. ATR Trailing stop
  3. Chandelier Exit
  4. Parabolic SAR
    • With mouse hover highlight
    • right click context menu
    • double click listener
  5. Explore refactoring of interactive indicators to use canvas (again)

New Interactive components

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

  1. Parallel trend lines
  2. Fib Circles
  3. Fib Arc
  4. Fib Fan
  5. Show hover tooltip next to interactive components on mouse hover
  6. Continious line
  7. Andrews Pitch fork
  8. Gann square
  9. Arbitrary Shapes
    • Rectangle
    • Text
    • Circle
    • Ellipse
    • Arrow

New Chart types

  1. Line break
  2. Better Renko/Mean Renko (Tentative)

v0.8

Guess this can be v1.0.0

  1. Explore removal of svg mode & all svg components completely, so this becomes a canvas only library (Tentative)
  2. Detailed documentation of each component and its props
  3. Explore splitting project into multiple modules, one for each type of indicator, chart type
  4. add LineSeries interpolation
  5. add AreaSeries gradiant

Sometime in the future....

Features

  1. Volume Profile (Tentative)
    • show/hide Point of control
    • show/hide value area
  2. Automatic Support & Resistance trendlines (Tentative)
  3. Add a playground to see live updates (Tentative)

New Indicators (in no particular order or priority)

  1. ADX
  2. Aroon
  3. Williams %R
  4. Volume Weighted Average Price
  5. Momentum
  6. Money flow
  7. Ichimoku Clouds
  8. ZigZag

and more....