InteractiveTradingChart
InteractiveTradingChart[{{date1,{open1,high1,low1,close1,volume1}},…}]
日々の株価と出来高を示すチャートを作成する
InteractiveTradingChart[{"name",daterange}]
金融商品"name"の期間 daterange における金融チャートを作成する.
InteractiveTradingChart[{…},{ind1,ind2,…}]
指標 ind1, ind2, …を用いた金融チャートを作成する.
詳細とオプション
- InteractiveTradingChartはデフォルトでロウソク足と出来高指標を含む.
- 日付 datei は順序だった一連の事象とみなされ,絶対時間尺では表示されない.dateiの日付形式はDateListPlotで使われるものと同じである.
- "name"と daterange はFinancialDataで使われているものと同じである.
- 指標 indiは任意のFinancialIndicatorオブジェクトでよい.
- w[indi]の形でラッパーを指標に適用することができる.
- w[{{date1,ohlcv1},…}]あるいは w[{"name",daterange}]の形でラッパーをデータ集合全体に適用することができる.
- 使用可能なラッパー
-
Annotation[data,label] 注釈を付ける Button[data,action] 要素がクリックされたときに実行するアクションを定義する EventHandler[data,…] 要素の一般的なイベントハンドラを定義する Hyperlink[data,uri] 要素がハイパーリンクとして動作するようにする PopupWindow[data,cont] 要素にポップアップウィンドウを付ける StatusArea[data,label] 要素上にマウスが置かれたときにステータスエリアに表示する Style[data,opts] 要素を指定されたスタイルで表示する Tooltip[data,label] 要素に任意のツールチップを付ける - InteractiveTradingChartにはGraphicsと同じオプションに以下の追加・変更を加えたものが使える. [全オプションのリスト]
-
Appearance "Candlestick" 使用する外観 AspectRatio 1/GoldenRatio 全体的な縦横比 Axes True 軸を描くかどうか BarSpacing Automatic ロウソク間のスペース ChartBaseStyle Automatic 棒の全体的なスタイル ChartElementFunction Automatic ロウソウの生のグラフィックスをどのように生成するか ColorFunction Automatic ロウソクの彩色方法 ColorFunctionScaling True ColorFunctionの引数を正規化するかどうか DateFunction Automatic どのように日付を標準形に変換するか EventLabels None ラベルを付ける事象 GridLines Automatic 描く格子線 GridLinesStyle Automatic 格子線のスタイル PerformanceGoal $PerformanceGoal パフォーマンスのどの面について最適化するか PlotTheme $PlotTheme 上昇傾向と下降傾向をどのようにスタイリングするか TrendStyle Automatic プロットの全体的なテーマ ScalingFunctions None 軸をどのようにスケールするか - Appearanceの可能な設定値には"Candlestick","OHLC","Line",Noneがある.
- ChartElementFunctionに渡される引数はボックス範囲{{xmin,xmax},{ymin,ymax}},{datei,{oi,hi,li,ci}}およびメタデータ{m1,m2,…}である.
- ChartElementFunctionの組込みの設定値のリストはChartElementData["TradingChart"]で得られる.
- ColorFunctionに渡される引数は date,open,high,low,close,volume,close-open である.
- ScalingFunctionssyのとき,関数 sy はすべての値(始値,高値,安値,終値)に適用される.ScalingFunctionsは表示のみに影響しコントロールには影響しない.
- InteractiveTradingChartのオプションその他の構造からのスタイルその他の指定は事実上TrendStyle,ColorFunction,Styleその他のラッパー,ChartElementFunctionの順に適用され,後で適用されたものが先に適用されたものに優先する.
全オプションのリスト
例題
すべて開くすべて閉じる例 (1)
2009年のGoogleのInteractiveTradingChart:
テキスト
Wolfram Research (2010), InteractiveTradingChart, Wolfram言語関数, https://reference.wolfram.com/language/ref/InteractiveTradingChart.html (2014年に更新).
CMS
Wolfram Language. 2010. "InteractiveTradingChart." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2014. https://reference.wolfram.com/language/ref/InteractiveTradingChart.html.
APA
Wolfram Language. (2010). InteractiveTradingChart. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/InteractiveTradingChart.html