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"]]Create a chart from local data:
PointFigureChart[{{DateObject[{2023, 1, 1}], 100},
{DateObject[{2023, 1, 2}], 102}, {DateObject[{2023, 1, 3}], 101},
{DateObject[{2023, 1, 4}], 104}, {DateObject[{2023, 1, 5}], 103}}]Something isn't working? Report an issue.
Please visit the official Wolfram Language Reference for more details.