Message Boards Message Boards

1
|
3450 Views
|
1 Reply
|
5 Total Likes
View groups...
Share
Share this post:

Handling of Opacity option in InteractiveTradingChart

Posted 12 years ago
In this code how do I affect only blue line with Opacity and Thickness but not the main financial plot?

InteractiveTradingChart[{"MSFT", {{2008, 10, 1}, {2009, 3, 31}}}, {"ExponentialMovingAverage"}, BaseStyle -> {Thickness[.07], Opacity[.3]}]

POSTED BY: Vitaliy Kaurov
Try the LineStyle style option:

InteractiveTradingChart[{"MSFT", {{2008, 10, 1}, {2009, 3,     31}}},
    {FinancialIndicator["ExponentialMovingAverage", 
    "LineStyle" ->     Directive[ColorData[1][1], Thickness[.07], Opacity[.3]]]}]

POSTED BY: MinHsuan Peng
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract