Skip to contents

Allows the user to specify a start date and an end date, then predicts the price of a stock over the specified period, and plots the results.

Usage

predict_price_ui(id)

predict_price_server(id, stock, interactive)

Arguments

id

The namespace of the module.

stock

The selected stock to generate predictions for.

interactive

Whether the created plot should be interactive.