Traderji.com - Discussion forum for Stocks Commodities & Forex

EOD Download/ Convert from NSE and BSE

Discuss EOD Download/ Convert from NSE and BSE at the Software within the Traderji.com - Discussion forum for Stocks Commodities & Forex; Hi I have sent mail Updated Application.ini file(BIN.zip) is given here as attachment. Update should ...


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
  #91  
Old 10th April 2006, 08:02 PM
Member
 
Join Date: Mar 2005
Location: India
Posts: 1,754
Thanks: 65
Thanked 74 Times in 40 Posts
pkjha30 will become famous soon enoughpkjha30 will become famous soon enough
Reputation: 145
Default Re: EOD Download/ Convert from NSE and BSE

Hi
I have sent mail

Updated Application.ini file(BIN.zip) is given here as attachment.
Update should be automatic on clicking check update menu in Help.So if future you can check from the program itself if new version is made available.It will automatically download and unzip in the application folder.If there is a problem let me know.

please check if dates are correctly interpreted.

There are no additional requirement.

Do Check and give feedback.
Pankaj

Last edited by pkjha30; 3rd August 2008 at 06:05 PM.
Reply With Quote
  #92  
Old 11th April 2006, 09:39 AM
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: EOD Download/ Convert from NSE and BSE

hi pankaj and others,

this post is to set straight an earlier post (#87 in this thread) by me.

quote:
2) in the year part, sometimes the century is shown and some other times not shown. ( i couldn't understand the logic though)
:unquote

this is a wrong observation. data format of NSE bhav copy is consistent.
the leading zero's in the date part are suppressed, but the yearpart always containing the 'yyyy' format.

i came to the wrong observation as i have earlier set EXCEL to open csv files, which was, when saved to excel format was playing with the dates. now the CSV file association with eXCEL is removed and now i can see ALL the yyyy in 4 digits. (Now i use CSVED - refer to my post in 'My Non-Trading Software' thread - to view the contents of csv & other files.

Hi pankaj,

Pankaj, Thanks for your prompt, detailed and educative response (#88 in this thread).

I use foxpro for the stock screener, for which the default century is 19XX. (Please don't laugh, i too belong to those times.)

I am not familiar with VB (just know to the extent required by a user.)

thanks again for the prompt responses and support.

murthymsr
Reply With Quote
  #93  
Old 11th April 2006, 10:19 PM
Member
 
Join Date: Mar 2005
Location: India
Posts: 1,754
Thanks: 65
Thanked 74 Times in 40 Posts
pkjha30 will become famous soon enoughpkjha30 will become famous soon enough
Reputation: 145
Default Re: EOD Download/ Convert from NSE and BSE

hi Murthy

You are always welcome.
In fact foxpro is one of the robust programming language I have ever seen.unfortunately Microsoft stopped supporting it. Now they have also discontinued Visual basic line of products and instead promoting dot net though they still call it "Visual Basic dot net".It is more in common with and a competitor to Java etc. Internet paradigm is built into it. So probably they will not allow older programmes to run on their newer operating system and force people to migrate to dot net. In any case 64 bit version will be the order of the day.
However,I believe that once logic of a function is clear it can be ported to any language. In that way your program, results of which is acclaimed by forum members can easily be ported to newer platform. Same is the case with mine or any other such programmes. but still a vast majority will take time to switch over so it will continue to be useful for a long time to come no matter what microsoft people at redmont do.

As for my application some problems have been sorted out.Now I am checking it by giving various user options to see if it results in any problem.

Will upload the corrected version soon, may be by sunday.
Regards
Pankaj
Reply With Quote
  #94  
Old 12th April 2006, 12:02 AM
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: EOD Download/ Convert from NSE and BSE

hi paankaj,

quote:
In fact foxpro is one of the robust programming language I have ever seen.unfortunately Microsoft stopped supporting it.
:unquote

A buchher buys a sheep not because he loves it, but because he is 'hungry'.

murthymsr
Reply With Quote
  #95  
Old 19th April 2006, 09:21 PM
Member
 
Join Date: Mar 2006
Location: Pune
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
maliavi is on a distinguished road
Reputation: 20
Default Re: EOD Download/ Convert from NSE and BSE

Respected Sir,
I can not able to download the EOD Download/ Convert from NSE and BSE software. Please give me the link to download it. Or send it to my email id maliavi@*****.co.in

Thanking you
Avinash Mali
Reply With Quote
  #96  
Old 19th April 2006, 10:05 PM
Member
 
Join Date: Apr 2005
Location: Saudi
Posts: 841
Thanks: 0
Thanked 2 Times in 2 Posts
srisara is on a distinguished road
Reputation: 22
Default Re: EOD Download/ Convert from NSE and BSE

Quote:
Originally Posted by pkjha30
hi Murthy

In fact foxpro is one of the robust programming language I have ever seen.unfortunately Microsoft stopped supporting it. Now they have also discontinued Visual basic line of products and instead promoting dot net though they still call it "Visual Basic dot net".
Pankaj
friends,

I have to partly agree with the above statements. Being a programmer for the last 10 years, I havent come across more powerful software other than Visual Basic. I consider Foxpro is the primitive ver. of VB or the 1st non-lablled VB.

Also, Visual Basic Dot Net is indeed VB dot Net. The beauty of VB Dot Net is, you have access to all those bit wise operators (read bit) through which u can literally play with the memory of your computer.


Satya
Reply With Quote
  #97  
Old 19th April 2006, 10:47 PM
Member
 
Join Date: Mar 2005
Location: India
Posts: 1,754
Thanks: 65
Thanked 74 Times in 40 Posts
pkjha30 will become famous soon enoughpkjha30 will become famous soon enough
Reputation: 145
Default Re: EOD Download/ Convert from NSE and BSE

Hi Satya

At long last....

About foxpro, its more for database oriented language.A bit procedural and not object oriented. VB6 is a general purpose programming language with classes and objects but some elements of oops are not present as in the c++ or in some pure OOPS


you are a programmer so I wont argue with you on vb dot net.

However, Miscrosoft people had the habit of protecting earlier versions and trying to see that old programmes written in older versions still run. For this reason they had lots and lots of dll/ocx files and continuous patching.Also COM was the order of the day(whatever that means for them, ole etc)

But with vb.net they have broken this tradition . Old programmes will not run on vb.net platform. Though they have provided conversion tools they are not sure of outcome and advise to write codes ground up.

Secondly, vb.net model is more like java ideas where your code is translated to an intermediate code which would then be run by dot.net environment which needs to be installed (it sounds like JVM) I dont think you can get exe file and run it.Code doesnot get to the assembly or machine language.

Thirdly, dot net itself is in two version. 1.1 and 2.0 . Their free edition of visual express dot net works only on 2.0 whereas 1.1 is now more prevalent. You have to uninstall 1.1 to install 2.0. Visual studio dev. edition prog will run on both. This whole model is a departure from their past practices.

No doubt dot net seems more friendly and versatile.Its also internet friendly which is the way they will take as JAVA is already there and there are more programmers in java then in dot net or c#. Unfortunately I have not yet tried it.

In any case purpose should be served irrespective of language or logic.Programmers have to decide what is best for them. Some say delphi is better than vb6,But I dont know. Therefore, I thought do it in a way that servers the purpose.

Pankaj
Reply With Quote
  #98  
Old 19th April 2006, 10:51 PM
Member
 
Join Date: Mar 2005
Location: India
Posts: 1,754
Thanks: 65
Thanked 74 Times in 40 Posts
pkjha30 will become famous soon enoughpkjha30 will become famous soon enough
Reputation: 145
Default Re: EOD Download/ Convert from NSE and BSE

Quote:
Originally Posted by maliavi
Respected Sir,
I can not able to download the EOD Download/ Convert from NSE and BSE software. Please give me the link to download it. Or send it to my email id maliavi@*****.co.in

Thanking you
Avinash Mali
Hi Avinash

If you wait for sunday I will send you the next version as I am working out some minor issues before next version. I am trying to incorporate what feedback I have received till now for the current functionalities.

Pankaj
Reply With Quote
  #99  
Old 19th April 2006, 10:54 PM
Member
 
Join Date: Mar 2005
Location: India
Posts: 1,754
Thanks: 65
Thanked 74 Times in 40 Posts
pkjha30 will become famous soon enoughpkjha30 will become famous soon enough
Reputation: 145
Default Re: EOD Download/ Convert from NSE and BSE

Hi Satya
I forgot to tell you that your are the main inspiration for my crude endeavour wherever it leads to. I hope the idea of programmers club is still on

pankaj
Reply With Quote
  #100  
Old 28th April 2006, 01:07 PM
rpc rpc is offline
Member
 
Join Date: Aug 2005
Posts: 355
Thanks: 1
Thanked 0 Times in 0 Posts
rpc is on a distinguished road
Reputation: 21
Default Re: EOD Download/ Convert from NSE and BSE

Hi Mr Jha
I have ver 0.0.85 with me.Do you have any newer version.I have tried using Help > Update Program but nothing happened.
Pls inform
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: EOD Download/ Convert from NSE and BSE
Thread Thread Starter Forum Replies Last Post
Download EOD & Historical Data From Here .... debdas Data Feeds 136 14th September 2008 06:05 PM
Convert ***** .CSV file to Metastock format saritguha MetaStock 14 15th May 2008 08:38 PM
How to get realtime data and convert it to metastock format alexonias Data Feeds 21 15th April 2008 11:48 AM
How to convert NSE indices CSV files to MS format saritguha End of Day 2 21st March 2006 12:34 PM
data download a_n_i_l Software 9 25th May 2005 09:17 AM


All times are GMT +5.5. The time now is 05:37 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.
 


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

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