01 <?xml version="1.0" encoding="UTF-8"?>
02 <stock xmlns="http://anychart.com/products/stock/schemas/1.9.0/schema.xsd">
03   <data>
04     <data_sets>
05       <data_set id="dataSet1" source_url="./../../csv-data/ixic_daily_short.csv">
06         <csv_settings ignore_first_row="true" rows_separator="\n" columns_separator="," />
07         <locale>
08           <date_time>
09             <format><![CDATA[%yyyy%MM%dd]]></format>
10           </date_time>
11         </locale>
12       </data_set>
13     </data_sets>
14     <data_providers>
15       <general_data_providers>
16         <data_provider data_set="dataSet1" id="dp1">
17           <fields>
18             <field type="Open" column="1" approximation_type="Open" />
19             <field type="High" column="2" approximation_type="High" />
20             <field type="Low" column="3" approximation_type="Low" />
21             <field type="Close" column="4" approximation_type="Close" />
22             <field type="Volume" column="5" approximation_type="Sum" />
23           </fields>
24         </data_provider>
25       </general_data_providers>
26       <scroller_data_providers>
27         <data_provider data_set="dataSet1" column="4" />
28       </scroller_data_providers>
29     </data_providers>
30   </data>
31   <settings>
32     <data_grouping enabled="false" />
33     <inside_margin right="40" />
34     <charts>
35       <chart height="100">
36         <legend>
37           <date_time enabled="false" />
38         </legend>
39         <series_list>
40           <series type="Candlestick" data_provider="dp1" color="#0066DD">
41             <name><![CDATA[^IXIC]]></name>
42             <legend_item line_break="true" />
43           </series>
44         </series_list>
45         <value_axes>
46           <primary position="Right">
47             <labels position="Outside" padding="3" valign="Center" show_first="true" show_last="true">
48               <font family="Verdana" color="#444444" bold="true" size="9" />
49               <format><![CDATA[{%Value}{numDecimals:2,trailingZeros:false}]]></format>
50             </labels>
51             <scale minimum_offset="0" />
52             <grid>
53               <line dashed="true" dash_length="3" dash_space="3" pixel_hinting="true" />
54             </grid>
55             <tickmarks enabled="true" show_first="true" show_last="true" thickness="1" size="3" pixel_hinting="true" color="#333333" />
56           </primary>
57         </value_axes>
58         <x_axis>
59           <major_grid>
60             <line opacity="1" color="#D9D9D9" />
61           </major_grid>
62           <minor_grid>
63             <line dashed="true" dash_length="3" dash_space="3" pixel_hinting="true" />
64           </minor_grid>
65         </x_axis>
66       </chart>
67       <chart height="50">
68         <legend>
69           <title enabled="false" />
70           <date_time enabled="false" />
71         </legend>
72         <value_axes>
73           <primary position="Right">
74             <labels position="Outside" padding="3" valign="Center" show_first="true" show_last="true">
75               <font family="Verdana" color="#444444" bold="true" size="9" />
76               <format><![CDATA[{%Value}{scale:(1)(1000)(1000)(1000)|()( K)( M)( B),numDecimals:2,trailingZeros:false}]]></format>
77             </labels>
78             <grid>
79               <line dashed="true" dash_length="3" dash_space="3" pixel_hinting="true" />
80             </grid>
81             <tickmarks enabled="true" show_first="false" show_last="false" thickness="1" size="3" pixel_hinting="true" color="#333333" />
82           </primary>
83         </value_axes>
84         <x_axis>
85           <labels enabled="false" />
86           <major_grid>
87             <line opacity="1" color="#D9D9D9" />
88           </major_grid>
89           <minor_grid>
90             <line dashed="true" dash_length="3" dash_space="3" pixel_hinting="true" />
91           </minor_grid>
92         </x_axis>
93         <technical_indicators>
94           <technical_indicator type="ChaikinOscillator" data_provider="dp1">
95             <chaikin_oscillator_indicator fast_period="3" slow_period="10" ma_type="SMA">
96               <series>
97                 <name><![CDATA[CHO(3,10)]]></name>
98                 <line_series thickness="2" />
99                 <legend_item>
100                   <labels>
101                     <focus_settings>
102                       <mouse_over>
103                         <format><![CDATA[{%SeriesIcon} <b><font color="%Color">{%SeriesName} {%Value.Current}{scale:(1)(1000)(1000)(1000)|()( K)( M)( B),numDecimals:2,trailingZeros:false}</font></b>]]></format>
104                       </mouse_over>
105                       <mouse_out>
106                         <format><![CDATA[{%SeriesIcon} <b><font color="%Color">{%SeriesName} {%Value.LastVisible}{scale:(1)(1000)(1000)(1000)|()( K)( M)( B),numDecimals:2,trailingZeros:false}</font></b>]]></format>
107                       </mouse_out>
108                     </focus_settings>
109                   </labels>
110                 </legend_item>
111               </series>
112             </chaikin_oscillator_indicator>
113             <aroon_indicator period="25">
114               <up_series type="Line" color="#1b8d1b">
115                 <name><![CDATA[Aroon(25)]]></name>
116                 <line_series thickness="2" />
117               </up_series>
118               <down_series type="Line" color="#d01414">
119                 <line_series thickness="2" />
120               </down_series>
121             </aroon_indicator>
122           </technical_indicator>
123         </technical_indicators>
124       </chart>
125     </charts>
126     <range_selector enabled="true" />
127     <time_scale>
128       <selected_range type="YTD" />
129     </time_scale>
130   </settings>
131 </stock>
01{
02  data: {
03    dataSets: [
04      {
05        id: "dataSet1",
06        sourceUrl: "./../../csv-data/ixic_daily_short.csv",
07        csvSettings: {
08          ignoreFirstRow: true,
09          rowsSeparator: "\n",
10          columnsSeparator: ","
11        },
12        locale: {
13          dateTime: {
14            format: "%yyyy%MM%dd"
15          }
16        }
17      }
18    ],
19    dataProviders: {
20      generalDataProviders: [
21        {
22          dataSet: "dataSet1",
23          id: "dp1",
24          fields: [
25            {
26              type: "Open",
27              column: 1,
28              approximationType: "Open"
29            },
30            {
31              type: "High",
32              column: 2,
33              approximationType: "High"
34            },
35            {
36              type: "Low",
37              column: 3,
38              approximationType: "Low"
39            },
40            {
41              type: "Close",
42              column: 4,
43              approximationType: "Close"
44            },
45            {
46              type: "Volume",
47              column: 5,
48              approximationType: "Sum"
49            }
50          ]
51        }
52      ],
53      scrollerDataProviders: [
54        {
55          dataSet: "dataSet1",
56          column: 4
57        }
58      ]
59    }
60  },
61  settings: {
62    dataGrouping: {
63      enabled: false
64    },
65    insideMargin: {
66      right: 40
67    },
68    charts: [
69      {
70        height: 100,
71        legend: {
72          dateTime: {
73            enabled: false
74          }
75        },
76        seriesList: [
77          {
78            type: "Candlestick",
79            dataProvider: "dp1",
80            color: "#0066DD",
81            name: "^IXIC",
82            legendItem: {
83              lineBreak: true
84            }
85          }
86        ],
87        valueAxes: {
88          primary: {
89            position: "Right",
90            labels: {
91              position: "Outside",
92              padding: 3,
93              valign: "Center",
94              showFirst: true,
95              showLast: true,
96              font: {
97                family: "Verdana",
98                color: "#444444",
99                bold: true,
100                size: 9
101              },
102              format: "{%Value}{numDecimals:2,trailingZeros:false}"
103            },
104            scale: {
105              minimumOffset: 0
106            },
107            grid: {
108              line: {
109                dashed: true,
110                dashLength: 3,
111                dashSpace: 3,
112                pixelHinting: true
113              }
114            },
115            tickmarks: {
116              enabled: true,
117              showFirst: true,
118              showLast: true,
119              thickness: 1,
120              size: 3,
121              pixelHinting: true,
122              color: "#333333"
123            }
124          }
125        },
126        xAxis: {
127          majorGrid: {
128            line: {
129              opacity: 1,
130              color: "#D9D9D9"
131            }
132          },
133          minorGrid: {
134            line: {
135              dashed: true,
136              dashLength: 3,
137              dashSpace: 3,
138              pixelHinting: true
139            }
140          }
141        }
142      },
143      {
144        height: 50,
145        legend: {
146          title: {
147            enabled: false
148          },
149          dateTime: {
150            enabled: false
151          }
152        },
153        valueAxes: {
154          primary: {
155            position: "Right",
156            labels: {
157              position: "Outside",
158              padding: 3,
159              valign: "Center",
160              showFirst: true,
161              showLast: true,
162              font: {
163                family: "Verdana",
164                color: "#444444",
165                bold: true,
166                size: 9
167              },
168              format: "{%Value}{scale:(1)(1000)(1000)(1000)|()( K)( M)( B),numDecimals:2,trailingZeros:false}"
169            },
170            grid: {
171              line: {
172                dashed: true,
173                dashLength: 3,
174                dashSpace: 3,
175                pixelHinting: true
176              }
177            },
178            tickmarks: {
179              enabled: true,
180              showFirst: false,
181              showLast: false,
182              thickness: 1,
183              size: 3,
184              pixelHinting: true,
185              color: "#333333"
186            }
187          }
188        },
189        xAxis: {
190          labels: {
191            enabled: false
192          },
193          majorGrid: {
194            line: {
195              opacity: 1,
196              color: "#D9D9D9"
197            }
198          },
199          minorGrid: {
200            line: {
201              dashed: true,
202              dashLength: 3,
203              dashSpace: 3,
204              pixelHinting: true
205            }
206          }
207        },
208        technicalIndicators: [
209          {
210            type: "ChaikinOscillator",
211            dataProvider: "dp1",
212            chaikinOscillatorIndicator: {
213              fastPeriod: 3,
214              slowPeriod: 10,
215              maType: "SMA",
216              series: {
217                name: "CHO(3,10)",
218                lineSeries: {
219                  thickness: 2
220                },
221                legendItem: {
222                  labels: {
223                    focusSettings: {
224                      mouseOver: {
225                        format: "{%SeriesIcon} <b><font color=\"%Color\">{%SeriesName} {%Value.Current}{scale:(1)(1000)(1000)(1000)|()( K)( M)( B),numDecimals:2,trailingZeros:false}</font></b>"
226                      },
227                      mouseOut: {
228                        format: "{%SeriesIcon} <b><font color=\"%Color\">{%SeriesName} {%Value.LastVisible}{scale:(1)(1000)(1000)(1000)|()( K)( M)( B),numDecimals:2,trailingZeros:false}</font></b>"
229                      }
230                    }
231                  }
232                }
233              }
234            },
235            aroonIndicator: {
236              period: 25,
237              upSeries: {
238                type: "Line",
239                color: "#1b8d1b",
240                name: "Aroon(25)",
241                lineSeries: {
242                  thickness: 2
243                }
244              },
245              downSeries: {
246                type: "Line",
247                color: "#d01414",
248                lineSeries: {
249                  thickness: 2
250                }
251              }
252            }
253          }
254        ]
255      }
256    ],
257    rangeSelector: {
258      enabled: true
259    },
260    timeScale: {
261      selectedRange: {
262        type: "YTD"
263      }
264    }
265  }
266}

The information contained in this website is for general information purposes only. All sample data provided on this site is for demonstration purposes only.


The logos and names of other companies and products mentioned on this site are copyright and/or trademarks of their respective owners.


The content on this site, including news, quotes, data and other information, is provided for your personal information only, and is intended for demonstration purposes only. Content on this site is not appropriate for the purposes of making a decision to carry out a transaction or trade. Nor does it provide any form of advice (investment, tax, legal) amounting to investment advice, or make any recommendations regarding particular financial instruments, investments or products.


In no event AnyChart will be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website.


This site may point to other Internet sites that may be of interest to you, however AnyChart does not endorse or take responsibility for the content on such other sites.


Market data and News provided by and copyright RediNews, Incorporated.