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
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