# 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.