-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed quantmod dependency to avoid loading the library and overwrit…
…ing S3 methods from zoo
- Loading branch information
Showing
9 changed files
with
6 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,3 @@ | |
export(availableIntervals) | ||
export(availableTickers) | ||
export(getQuote) | ||
importFrom(quantmod,chartSeries) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,5 @@ | |
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
#' @importFrom quantmod chartSeries | ||
## usethis namespace: end | ||
NULL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# date: 2023-09-22 | ||
# author: Serkan Korkmaz, [email protected] | ||
# objective: demonstrate how to use | ||
# the getQuote in conjunction with quantmod | ||
# the getQuote | ||
# script start; | ||
|
||
# gc | ||
|
@@ -17,14 +17,8 @@ perpAtom <- cryptoQuotes::getQuote( | |
futures = TRUE | ||
) | ||
|
||
# 2) chart the series | ||
# using chartSeries | ||
quantmod::chartSeries( | ||
x = perpAtom | ||
) | ||
# 2) head data; | ||
head(perpAtom) | ||
|
||
# 3) add Bollinger Bands | ||
# to the chart | ||
quantmod::addBBands() | ||
|
||
# script end; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.