rs_period: Computes RS among other performance metrics for a given...

Description Usage Arguments

View source: R/screens.R

Description

The idea is to look for stocks that did well in a given period as the general market is in a correction.

Usage

1
2
3
4
5
6
rs_period(
  data,
  ticker,
  date_range_rs = "2021-02-15/",
  date_range_longterm = "2015/"
)

Arguments

data

List of price data

ticker

ticker selected

date_range_rs

Date range to measure RS

date_range_longterm

Date range to measure long term performance metrics


martinbel/TradingTools documentation built on June 13, 2021, 4:21 a.m.