I have 2 questions regarding customization of the indicators:
- How can I change the color of an indicator inside the chart?
How can I disable the mouse effect on the indicator? I found how to disable it on the candles, but not on the indicator itself.
TradingChart[
{"SP500", {{2009, 1, 1}, {2009, 12, 31}}},
"SimpleMovingAverage",
Method -> {"MouseoverEffect" -> None}
]
Thanks