New in Wolfram
Mathematica
8: Financial Visualization
◄
previous
|
next
►
Graphics & Visualization
RenkoChart
Use a Renko chart to require a sufficiently sized change before reversals of a trend are identified.
In[1]:=
X
data = FinancialData["AAPL", {{2010, 1}, {2010, 5, 30}}];
In[2]:=
X
Column[{RenkoChart[data, 0.08, ImageSize -> 500, Axes -> {True, False}, Frame -> {{True, True}, {False, True}}, TrendStyle -> "PurpleGold", ChartElementFunction -> "FadingRectangle"], DateListPlot[data, AspectRatio -> 1/4, ImageSize -> 500, Joined -> True]}]
Out[2]=