R/twstrade.R

# twstrade imports
# 
#' @import tidyquant
#' @import quantmod
#' @import zoo
#' @import xts
#' @import PerformanceAnalytics
#' @importFrom TTR EMA MACD
#' @importFrom IBrokers reqHistoricalData twsSTK
#' @importFrom stringr str_detect str_extract str_remove str_squish
#' @importFrom ggplot2 ggplot aes geom_point geom_line geom_col labs theme_bw
#' @importFrom dplyr mutate relocate select filter bind_rows lead lag case_when
#' pull as_tibble all_of
#' @importFrom tidyr drop_na
NULL
GL-Li/twstrade documentation built on April 2, 2022, 11:56 p.m.