New in Wolfram
Mathematica
8: Financial Visualization
◄
previous
|
next
►
Graphics & Visualization
Create Trading Charts with Financial Indicators
Create a trading chart that shows stock prices along with indicators that can be used to detect trends and patterns in the price.
In[1]:=
X
TradingChart[{"FORD", {{2010, 1, 1}, {2010, 6, 30}}}, {"Volume", "BollingerBands", "RelativeStrengthIndex"}, ImageSize -> 500, Method -> {"HighlightPosition" -> {2010, 6, 14}}, BaseStyle -> {FontFamily -> "Helvetica"}]
Out[1]=