joshuaulrich / joshuaulrich/quantmod

Plotting TAs parameters on a chartSeries() graph

Open
#448 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
R
Stars
906
Forks
233
PR merge metrics
No merged PRs in 30d

Description

Hello,

Out of curiosity sake, would there be a way to plot TAs parameters used along with their graph representation? For example, I have the following TAs: addBBands(n = 20, sd = 2, maType = EMA), addEMA(200, on = 1, col = 14), addEMA(20, on = 1, col = 4), addEMA(5, on = 1, col = "darkorange"), addMACD(col = c('green','red','blue','red')), addRSI(n = 14, maType = "EMA", wilder = TRUE) and would like to have them print with their parameters without the add preffix: BBands(n = 20, sd = 2, maType = EMA), EMA(200, on = 1, col = 14), EMA(20, on = 1, col = 4), EMA(5, on = 1, col = "darkorange"), MACD(col = c('green','red','blue','red')), RSI(n = 14, maType = "EMA", wilder = TRUE).

I think it could be nicer if they were plotted as a table.

TIA,

--
Andre Luiz Tietbohl Ramos, PhD

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.