Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created August 4, 2023 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quantra-go-algo/6de24213c10a59145e992f94e631f997 to your computer and use it in GitHub Desktop.
Save quantra-go-algo/6de24213c10a59145e992f94e631f997 to your computer and use it in GitHub Desktop.
# Installing the necessary libraries
install.packages('quantmod')
install.packages('TTR')
install.packages('forecast')
install.packages('stats')
# Importing the libraries
library('TTR')
library('quantmod')
library('forecast')
library(stats)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment