Traderji.com - Discussion forum for Stocks Commodities & Forex

yStock - Realtime Charts & EOD downloads

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 ...


Go Back   Traderji.com - Discussion forum for Stocks Commodities & Forex > TOOLS & RESOURCES > Software

Notices

Software Charting, trading & technical analysis software, trading system development and backtesting.


Advertise Here

Reply
 
Thread Tools
Sponsored Links
  #101  
Old 24th August 2006, 07:02 PM
Member
 
Join Date: May 2006
Posts: 238
Thanks: 0
Thanked 4 Times in 2 Posts
gobatman2001 is on a distinguished road
Reputation: 24
Arrow Re: yStock - Realtime Charts & EOD downloads

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
Attached Files
File Type: txt ***** View Page Source.txt (23.3 KB, 32 views)
Reply With Quote
  #102  
Old 24th August 2006, 08:34 PM
Member
 
Join Date: Apr 2006
Location: Kuwait
Posts: 214
Thanks: 0
Thanked 0 Times in 0 Posts
sivavkm is on a distinguished road
Reputation: 22
Post Re: yStock - Realtime Charts & EOD downloads

Quote:
Originally Posted by gobatman2001 View Post
Hi! Siva,

I needed your help with the web query...
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:
Originally Posted by sivavkm View Post
About new web-query, you may find little difficulty in getting the table-ref properly, eventhough a one time activity. Either you may use the "View Source" option of your web-browser, and find the "table-name/table-id" in the source..... OR you may use the excel to record a macro, for a webquery to your target web address and check the "WebTables" property inthe macro code..( Excel => Data Menu=> Import External Data => New Web Query... ), this is the office 2003 menu option, may be slight changes in other versions.
Record an excel macro for your web-query, Excel => Tools Menu => Macro => Record New Macro, here is a sample macro code it generates then,
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
The above webaddress is *my* portfolio in ***** finance portal.
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
Reply With Quote
  #103  
Old 25th August 2006, 01:40 AM
Member
 
Join Date: Aug 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
vazu is on a distinguished road
Reputation: 20
Default Re: yStock - Realtime Charts & EOD downloads

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
Reply With Quote
  #104  
Old 25th August 2006, 10:34 AM
Member
 
Join Date: May 2006
Posts: 238
Thanks: 0
Thanked 4 Times in 2 Posts
gobatman2001 is on a distinguished road
Reputation: 24
Arrow Re: yStock - Realtime Charts & EOD downloads

Quote:
Originally Posted by sivavkm View Post
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.

The above webaddress is *my* portfolio in ***** finance portal.
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
Siva
Hi! Siva,

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:
Originally Posted by sivavkm View Post
Dear Amit,

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
As per this method, nothing happens. The screen does not get refreshed.

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
Attached Images
File Type: jpg My portfolio1.jpg (25.9 KB, 29 views)

Last edited by gobatman2001; 25th August 2006 at 10:42 AM.
Reply With Quote
  #105  
Old 25th August 2006, 11:32 AM
Member
 
Join Date: Apr 2006
Location: Kuwait
Posts: 214
Thanks: 0
Thanked 0 Times in 0 Posts
sivavkm is on a distinguished road
Reputation: 22
Post Re: yStock - Realtime Charts & EOD downloads

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
Reply With Quote
  #106  
Old 25th August 2006, 01:13 PM
Member
 
Join Date: Sep 2005
Location: hyderaabd
Posts: 744
Thanks: 0
Thanked 4 Times in 4 Posts
murthymsr is on a distinguished road
Reputation: 31
Default Re: yStock - Realtime Charts & EOD downloads

Quote:
Originally Posted by sivavkm View Post
...........
Steps:-
.............
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
.............
Siva
dear siva,

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
Reply With Quote
  #107  
Old 25th August 2006, 02:20 PM
Member
 
Join Date: Apr 2006
Location: Kuwait
Posts: 214
Thanks: 0
Thanked 0 Times in 0 Posts
sivavkm is on a distinguished road
Reputation: 22
Post Re: yStock - Realtime Charts & EOD downloads

Quote:
Originally Posted by murthymsr View Post
...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?
I have multiple portfolios in ***** finance portal, and i am getting table no: "16" for all my portfolios , 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
Reply With Quote
  #108  
Old 25th August 2006, 02:50 PM
Member
 
Join Date: Sep 2005
Location: hyderaabd
Posts: 744
Thanks: 0
Thanked 4 Times in 4 Posts
murthymsr is on a distinguished road
Reputation: 31
Default Re: yStock - Realtime Charts & EOD downloads

Quote:
Originally Posted by sivavkm View Post
I have multiple portfolios in ***** finance portal, and i am getting table no: "16" for all my portfolios , 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
1) may be ***** india bandwidth, which you may not agree. i am getting the nag only since a week, and never earlier. may be your program is becoming popular.

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
Reply With Quote
  #109  
Old 26th August 2006, 11:43 PM
Member
 
Join Date: May 2006
Posts: 238
Thanks: 0
Thanked 4 Times in 2 Posts
gobatman2001 is on a distinguished road
Reputation: 24
Arrow Re: yStock - Realtime Charts & EOD downloads

Quote:
Originally Posted by sivavkm View Post
Hi Amit,

Steps:-
1. Excel => Tools Menu => Macro => Record New Macro, click "OK" button

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
Hi! Siva,

Thanks a TON for the detailed explanation.

Really appreciate it!

Regards,
Amit
Reply With Quote
  #110  
Old 27th August 2006, 01:28 AM
Member
 
Join Date: May 2006
Posts: 238
Thanks: 0
Thanked 4 Times in 2 Posts
gobatman2001 is on a distinguished road
Reputation: 24
Arrow Re: yStock - Realtime Charts & EOD downloads

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.
Reply With Quote
Sponsored Links

Reply

Bookmarks


Advertise Here


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

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


All times are GMT +5.5. The time now is 12:53 AM.

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.
 


Copyright © 2001 - 2008, Traderji.com All Rights Reserved.

Recommended Websites - www.TradersEdgeIndia.com - www.TradingPicks.com - www.MasterOfTrading.com