macd: MACD strategy

View source: R/fastbacktest.R

macdR Documentation

MACD strategy

Description

MACD strategy

Usage

macd(nFast, nSlow, nSig)

Arguments

nFast

n for fast EMA

nSlow

n for slow EMA

nSig

n for signal EMA

Value

a list object to pass to the backtest function

Examples

macd(5, 12)

jmayalag/seer documentation built on April 1, 2022, 3:01 p.m.