Learn R Programming

quantmod (version 0.3-3)

addTA: Add Technical Indicator to Chart

Description

Functions to add technical indicators to a chart.

Arguments

Value

  • Called for its side effects, an object to class chobTA will be returned invisibly. If called from the Rcommand line the method will draw the appropriate indicator on the current chart.

itemize

  • addADX

item

  • addATR
  • addBBands:
  • addCCI
  • addCMF
  • addCMO
  • addDEMA
  • addDPO
  • addEMA
  • addEnvelope
  • addEVWMA
  • addExpiry
  • addLines
  • addMACD:
  • addMomentum
  • addROC:
  • addRSI
  • addSAR
  • addSMA
  • addSMI
  • addTRIX
  • addVo:
  • addWMA
  • addWPR
  • addZLEMA

pkg

  • TTR
  • TTR

code

overlay

Details

The general mechanism to add technical analysis studies or overlays to a financial chart created with chartSeries.

Functionality marked with a * is via the TTR package.

General TA charting tool functions:

  • addTA
{add technical indicator} dropTA{remove technical indicator} moveTA{move a technical indicator} swapTA{swap two technical indicators}

References

Josh Ulrich - TTR package