| Easy financial chart - Web DB Demo Guide |
|
To use the DB chart demos, please follow these instructions:
2. Modify web.config in webdemos sub-folder , let the application can connect to the sql server. <appSettings> <add key="ConnStr" value="Initial Catalog=efc;Data Source=localhost;User Id =aa;Password=aa" /> </appSettings> Find the period of code above, change "Initial Catalog=efc;Data Source=localhost;User Id =aa;Password=aa" to your settings. 3. Open page "WebDemos/Admin/" in web-browser, default username/password is 1/1 here you can
2) Manage the symbols you want and delete others, Enter the stock symbol list in the text box , click OK, the program will delete others. 3) Download historical quotes, this will take huge of time, you can see the progress in StockList.aspx. Note, this progress will stop when the webapplication restart , you need start it manually if not all historical quotes been downloaded. 4) Update all quotes of certain day, select the Exchange and date , click Update. Automatically update will be add later. 5) Update Pre-scan. 6) Update Formula Value. 4. You can open page "WebDemos/DBDemos/DBWebChart.aspx" to see the chart, "WebDemos/DBDemos/StockList.aspx" to see the stock list. |
|
Any questions? feel free to contact me! http://finance.easychart.net |