Replies: 1 comment 9 replies
-
|
Have you tried the development version @andreltr? There is a greater flexibility on the color theme of |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Would it be possible to customize nFast and nSlow lines colors to a given pair, for instance red for nFast line and purple for nSlow. Would it be similar to a line such as cryptoQuotes::sma(n = 33, price = "close", color = "blue")? How about their width?
cryptoQuotes::macd(nFast = 12,
nSlow = 21,
nSig = 9,
maType = "SMA",
percent = TRUE)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions