WLJS LogoWLJS Notebook

PointFigureChart

PointFigureChart[{{date1, p1}, {date2, p2}, ...}] makes a point and figure chart with prices pi at date datei.

  • PointFigureChart[{"name", daterange}] makes a point and figure chart of closing prices for the financial entity "name" over the date range daterange.
  • PointFigureChart[{...}, s, n] makes a point and figure chart with point and figure height s and n reversals.

Examples

Create a point and figure chart:

PointFigureChart[FinancialData["AAPL", "Jan 2023"]]

Specify box size and reversals:

PointFigureChart[data, 1, 3]

Please visit the official Wolfram Language Reference for more details.

On this page