New in Wolfram
Mathematica
8: Financial Visualization
◄
previous
|
next
►
Graphics & Visualization
Add Unlimited Indicators to Trading Charts
Trading charts can be shown with an unlimited number of indicators.
In[1]:=
X
data = FinancialData["MSFT", "OHLCV", {{2009, 10, 1}, {2010, 9, 30}}];
In[2]:=
X
TradingChart[data, {"V", "BBands", "PSAR", "FullStochastic", "RSI", "MACD"}, PerformanceGoal -> "Speed", ImageSize -> 550, Method -> {"HighlightPosition" -> {2010, 4, 5}, "AxisHighlightStyle" -> LightBlue}, PlotLabel -> Style["Microsoft Inc.", 20], BaseStyle -> {FontFamily -> "Helvetica"}]
Out[2]=