joshuaulrich / xts

Extensible time series class that provides uniform handling of many R time series classes by extending zoo.
http://joshuaulrich.github.io/xts/
GNU General Public License v2.0
219 stars 71 forks source link

Defining theme$macd$signal colour #179

Closed cammclean182 closed 7 years ago

cammclean182 commented 7 years ago

Hi Josh,

Looking for an example how to define a different colour for the macd$signal or macd$macd lines in a chart_Series.

Have tried to define colours in a chart_theme() (e.g. myChartTheme$macd$signal <- "red") as well as in the add_MACD arguments.

Is this possible and is there an example how to define a different colour to default?

thanks

joshuaulrich commented 7 years ago

Closing as invalid because chart_Series, chart_theme, and add_MACD are not xts functions.

Also, please do not use the issue trackers to ask general questions. Instead, ask your question on Stack Overflow or the R-SIG-Finance mailing list (you must subscribe to post).

cammclean182 commented 7 years ago

apologies - will post on stack overflow

joshuaulrich commented 7 years ago

No worries, just trying desperately to keep my life organized ;)

The question on StackOverflow is: How to change colour of macd/signal line in chart_Series add_MACD.