![]() |
|
| Discuss yStock - Realtime Charts & EOD downloads at the Software within the Traderji.com - Discussion forum for Stocks Commodities & Forex; Hi! Siva, I needed your help with the web query... What I have been doing ... |
|
|||||||
| Notices |
| Software Charting, trading & technical analysis software, trading system development and backtesting. |
![]() |
|
|
Thread Tools |
| Sponsored Links |
|
#101
|
|||
|
|||
|
Hi! Siva,
I needed your help with the web query... What I have been doing in YStock is : 1) Go to Tools -> Options & Preferences 2) Click on Add 3) Give a Name -> Watchlist This is where I am getting stuck ... 1) What do I put as the web address (I have tried various urls but nothing works) 2) What do I put under Table Ref Am attaching the details that I got by Right clicking on the my ***** Watchlist page and the info got from "View Page Source" Would be grateful if you could please help me. Thanks & regards, Amit |
|
#102
|
|||
|
|||
|
Dear Amit,
Hmmm... ***** is not giving any table-name or table-id property, so you will not get it by looking at "View Source", then you have to refer to it by absolute terms, by counting the number of table references in the source-code OR you may use excel for that. Quote:
Code:
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;http://in.finance.*****.com/p?v&k=pf_4", Destination:=Range("A1"))
.Name = "p?v&k=pf_4"
.FieldNames = True
.RowNumbers = False
.FillAdjacentFormulas = False
.PreserveFormatting = True
.RefreshOnFileOpen = False
.BackgroundQuery = True
.RefreshStyle = xlInsertDeleteCells
.SavePassword = False
.SaveData = True
.AdjustColumnWidth = True
.RefreshPeriod = 0
.WebSelectionType = xlSpecifiedTables
.WebFormatting = xlWebFormattingNone
.WebTables = "16"
.WebPreFormattedTextToColumns = True
.WebConsecutiveDelimitersAsOne = True
.WebSingleBlockTextImport = False
.WebDisableDateRecognition = False
.WebDisableRedirections = False
.Refresh BackgroundQuery:=False
End With
In yStock, to configure the above i will input Web Address as, http://in.finance.*****.com/p?v&k=pf_4 Table Ref. as, 16 But in your case, i think it is ... Web Address as, http://in.finance.*****.com/p?v&k=pf_3 Table Ref as, 21 Check it out. Thanks & Regards Siva
|
|
#103
|
|||
|
|||
|
Dear sivavkm,
Marvellous work by you. I have installed in winxp with no difficulty. I have logged into ***** finance with my ID before running yours. The volume sometimes shows last traded price. But for this bug, it is really good. Shall I suggest the following as I am an oracle programmer? can YOU get the intra day value of the scrip in a column average traded price of the scrip - i.e value devided by volume. Can you provide downloading icon of the values in the cloumn to an excel sheet (like a csv file) at any point of time by stopping pinging or refreshing which will help me to analyse movements in excel. Can you get futures quotes for NSE? All these make yours great! Regards Vazu reach me to: sarangeet@*****.com |
|
#104
|
|||
|
|||
|
Quote:
Thanks a lot for your reply. As per the above method, I am getting an error message. Am attaching a screenshot for your reference, incase it helps. Thanks, Amit Quote:
I am not too familiar with macros and have therfore not tried it out. If you can come with a solution for YStock, please do let me know. I am most comfortable using YStock. There is one more thing that I need your help on... This is not a problem with YStock, but with *****. Even though I click on "Remember my id on this computer" when I log in, the quotes displayed in YStock are always 15 minutes delayed. The reason is that ***** keeps prompting for my password every time I refresh a page. The settings that I have kept for Password Prompting is "Everyday". It should therefore prompt me for a password every 24 hours. Have gone through the ***** website help pages. Have written to ***** about the above, but they could not come up with a solution. Are you aware of this problem and can you suggest a solution to this. Without real time quotes, one would find little use for trading. Once again, thanks a lot for what you are doing. Regards, Amit Last edited by gobatman2001; 25th August 2006 at 10:42 AM. |
|
#105
|
|||
|
|||
|
Hi Amit,
In order to access a web-table you must have the table-ref property. Can you see your ***** portfolio by clicking on this link http://in.finance.*****.com/p?v&k=pf_3 , without entering your ***** password? By looking at the screenshot of your error, hmmm... your table-ref pointing to wrong table, you have to correct that. Table-ref is the key, if that is wrong then... i dont know how to help you... please try creating an excel macro, for your ***** portfolio using the excel-web-query method... it is really simple... with that you can get the table-ref property correctly. Steps:- 1. Excel => Tools Menu => Macro => Record New Macro, click "OK" button 2. While the macro is recording, click on Data Menu=> Import External Data => New Web Query... 3. inthe New WebQuery dialog box, Paste http://in.finance.*****.com/p?v&k=pf_3 as the address, click "Go" button. Now you can see your ***** portfolio, inthat dialog box, may be excel will ask you for your ***** password. 4. This step is the key step, After loading the page, you may notice several YELLO ARROW keys, each arros is a pointer to a table, you can click on that to select that table. So here, you should click on the *EXACT* table which is your portfolio, the arrow will change its color to "green", indicating that table is selected. 5. Click "Import" button 6. Another dialog box appears, click "OK" 7. Now, excel will try to import your portfolio, if everything went ok, you should be able to see your ***** portfolio data in excel. 8. Let us stop recording the macro, you can do it by clicking on the stop button in macro toolbar, ________OR_______ Tools => Macro => Stop Recording menu option 9. Last step, Tools => Macro => Macros, click "Edit" button, you will see the macro code, look for .WebTables and its value. This is the value we are looking for HTH Regards Siva |
|
#106
|
|||
|
|||
|
Quote:
thanks for the detailed procedure you have given. i think you have office 2003. my OS is WIN XP with Office XP. i have follwed your step by step procedure. the procedure indicated by you is valid for office XP also. all the tab names indicated by you are also valid for office XP. while following the procedures, i observed as follows: i have 6 portfolios (crazy, isn't it?). i tried your procedure for ALL my six portfolios. and i was successful in identifying the table nos for ALL the portfolios. but the most surprising part is that ALL the portfolios are having the same table no: "11". did i make any mistake? do you have more than one portfolios? are the table nos you got different? one more point. i tried to make these trials (just 30 mins back, when market is open) through ***** india. it was nagging me for password confirmation every time. so logged in to ***** USA (got all of them in one go) and made the above observations. request your comments on above observations. thanks in advance. MurthyMSR |
|
#107
|
|||
|
|||
|
Quote:
, and it is working from yStock. I am in middle-east, using AvantBrowser as my browser, any connection !!!???Me too, excel is asking for the ***** login info always, why? no idea! BTW, have you got it working in yStock, i mean your ***** portfolios? Regards Siva |
|
#108
|
|||
|
|||
|
Quote:
![]() 2) with ***** USA, the problem has so far never occured. 3) out of my 6 portfolio's 4 are working in yStock. the remaining two were giving error, similar to what mit awas getting, screenshot of which was posted at: http://www.traderji.com/56189-post105.html 4) but, but unfortunately in none of the 6 corresponding market watches set, the auto update function is working. 5) the table nos variation between we too may be (a wild guess) because of different ***** servers we are browsing into, the local web ssite's number of ads & other local info may be at variance from region to region. what do you feel of this possibility? i am not clear if this varied performance has something to do with the comptibility of your program with office XP. if you have not on xp sp far, you may run on xp and advice on points reported. thanks for the prompt response as always. MurthyMSR |
|
#109
|
|||
|
|||
|
Quote:
Thanks a TON for the detailed explanation. Really appreciate it! Regards, Amit |
|
#110
|
|||
|
|||
|
Hi! Siva,
Wanted to share this with you ... When I download NSE EOD using YStock, there are 935 symbols that get downloaded. When I download the same thing using Satya's Data Extractor, there are 942 symbols that get downloaded. You can download the files from the following link : http://**********.de/files/30867220/NSE_Data.zip.html Regards, Amit Last edited by gobatman2001; 27th August 2006 at 01:47 AM. |
| Sponsored Links |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads for: yStock - Realtime Charts & EOD downloads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Realtime Intraday Indian Stock Charts | Saint | Intraday | 38 | 4th September 2008 03:51 PM |
| Re intraday realtime | appasri | Data Feeds | 2 | 29th October 2007 03:13 PM |
| Daily charts or Weekly charts, which one to use? | srisara | Equities | 5 | 15th October 2005 04:15 PM |
Indemnity, Disclaimer & Disclosure
Notice:
• By visiting Traderji.com you indicate your acceptance of our Forum
Rules Disclaimer & Disclosure and indemnify Traderji.com, its
associates and related parties of all claims howsoever resulting from
the usage of the forum.
• Disclaimer: Trading or investing in stocks & commodities
is a high risk activity. Any action you choose to take in the markets
is totally your own responsibility. Traderji.com will not be liable for
any, direct or indirect, consequential or incidental damages or loss arising out of the use of this information.
• Disclosure: The information in this forum is neither an offer to sell nor solicitation to buy any of the securities mentioned herein.
The writers may or may not be trading in the securities mentioned.
• All names or products mentioned are trademarks or registered trademarks of their respective owners.
General Content Disclaimer Notice:
In light of our policy of encouraging candid, open exchanges of views and the rapid distribution of information originating from many sources, Traderji.com cannot determine the accuracy of information that may be uploaded to the forum. Opinions, advice and all other information expressed by participants in discussions are those of the author. You rely on such information at your own risk. You are urged to seek professional advice for specific, individual situations and not rely solely on advice or opinions given in the discussions. Since Traderji.com is an open and free discussion forum, any comments made by members of this forum in their posts reflect their own views and not of the owner or administrator of Traderji.com. Thus the owner/administrator indemnify themselves of all claims whatsoever and will not be liable or responsible for any members comments/views in this forum Traderji.com. If you find any objectionable or offensive posts made by members of this forum which you would like to bring to our notice for removal then please Contact Us.