WOLFRAM COMMUNITY
Connect with users of Wolfram technologies to learn, solve problems and share ideas
Join
Sign In
Dashboard
Groups
People
Message Boards
Answer
(
Unmark
)
Mark as an Answer
WOLFRAM COMMUNITY
Dashboard
Groups
People
1
|
3769 Views
|
1 Reply
|
5 Total Likes
View groups...
Follow this post
Share
Share this post:
GROUPS:
Finance
Mathematica
Graphics and Visualization
Handling of Opacity option in InteractiveTradingChart
Vitaliy Kaurov
Vitaliy Kaurov, WOLFRAM Research
Posted
13 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
Reply
|
Flag
1 Reply
Sort By:
Replies
Likes
Recent
4
MinHsuan Peng
MinHsuan Peng, WOLFRAM
Posted
13 years ago
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
|
Flag
Reply to this discussion
in reply to
Add Notebook
Community posts can be styled and formatted using the
Markdown syntax
.
Tag limit exceeded
Note: Only the first five people you tag will receive an email notification; the other tagged names will appear as links to their profiles.
Publish anyway
Cancel
Reply Preview
Attachments
Remove
Add a file to this post
Follow this discussion
or
Discard
Group Abstract
Be respectful. Review our
Community Guidelines
to understand your role and responsibilities.
Community Terms of Use
Feedback