Menu
  • Option Hydra
  • Training
  • Premium
  • Courses
  • Library

Marketcalls

Simply Intelligent Technical Analysis and Trading Strategies

  • Software
    • Amibroker
    • NinjaTrader 7
    • Ninjatrader 8
    • Option Action
    • Market Analyst
    • Metatrader
    • Python
    • Datafeed
  • Market Profile
    • Orderflow
  • Markets
  • Commodities
  • Forex
  • Economy
    • Banking
  • Webinars
  • Trading Lessons
    • Algo Trading
    • Infographic
    • Video
You are here: Home / Amibroker / Complete NSE EOD Database in Amibroker Format upto 31st Dec 2010

Complete NSE EOD Database in Amibroker Format upto 31st Dec 2010

January 2, 2011 by Rajandran 16 Comments


 
Download Complete EOD database for Amibroker since the starting of NSE upto 31st Dec 2010

Steps to Setup the EOD database

1) Download the database from the above mentioned link
2)Extract the Zip file and Save it to the folder c:Program FilesAmibroker
3)Open Amibroker
4)Select Open Database from the Menu Bar
5)Select the NSE EOD Folder from the folder c:Program FilesAmibroker

Bingo! you are done

One can further update the day to day EOD Database using GetBhavcopy Software

Marketcalls forum will be active @ www.facebook.com/marketcalls
orkut community will be no longer active.

Related Readings and Observations

  • Complete NSE EOD Database in Amibroker Format – Updated 11 Sep 2010Complete NSE EOD Database in Amibroker Format – Updated 11 Sep 2010 Download Complete EOD database for Amibroker since the start of NSE upto 11 Sep 2010
  • How to delete Amibroker Data without Deleting SymbolsHow to delete Amibroker Data without Deleting Symbols So this time you got messed up with the Amibroker database? and want to delete the data not the symbols? Then here is a simple hack for you to remove the complete data from your messed about database.
  • INR Cross Currencies – Historical EOD Amibroker DatabaseINR Cross Currencies – Historical EOD Amibroker Database Provided here 5 Years of major INR Cross Currencies Historical EOD database for your Amibroker Charting software. Follow the installation steps to get your configuration done.Hope this […]
  • Complete NSE EOD Database for Amibroker upto – 28th Dec 2011Complete NSE EOD Database for Amibroker upto – 28th Dec 2011 Download Complete EOD database for Amibroker since the starting of NSE upto 28th Dec 2011
  • How to Import NSE and MCX Intraday Data from CBloomNews to AmibrokerHow to Import NSE and MCX Intraday Data from CBloomNews to Amibroker This post deals with Importing NSE and MCX Intraday Data download from CBloomNews and importing the same into amibroker.
  • Importing Google Intraday and EOD NSE Datafeed into Metatrader 4 PlatformImporting Google Intraday and EOD NSE Datafeed into Metatrader 4 Platform As everyone knows that most of the MT4 platform is available in demo account at free of cost. So importing the google intraday datafeed into metatrader could be boon for market learners & […]

Filed Under: Amibroker, Database, Headline Tagged With: Amibroker, Database, EOD, NSE

About Rajandran

Rajandran is a Full time trader and founder of Marketcalls & Co-Founder of Traderscafe, trades mostly using discretionary Trading Concepts like Market Profile, Trading sentimental analysis, building timing models, algorithmic trading models. Instructs professional traders, full time traders & aspiring full time traders. Rajandran attended college in the Chennai where he earned a BE in Electronics and Communications. Rajandran has a broad understanding of trading softwares like Amibroker, Ninjatrader, Esignal, Metastock, Motivewave, Market Analyst(Optuma),Metatrader,Tradingivew,Python and understands individual needs of traders and investors utilizing a wide range of methodologies.

Comments

  1. kalyan says

    January 2, 2011 at 7:49 pm

    i have unzipped in different folder in e volume but using open database cant find any chart. may be 5.25 version genarated data CANT BE READ BY 5.30. wud u see

    Reply
  2. Rajandran R says

    January 2, 2011 at 7:56 pm

    No its generated by ver 5.3 only. I think it should be read by all sort of Amibroker version’s

    Reply
  3. RAJAMANI says

    January 2, 2011 at 9:16 pm

    GBC is not downloading indices data,how to rectify it?

    Reply
  4. RAJAMANI says

    January 2, 2011 at 9:17 pm

    GBC is not downloading indices data,how to rectify it ?

    Reply
  5. RAJAMANI says

    January 2, 2011 at 9:20 pm

    Could u brief us,how to manage splits & bonus in amibroker data base

    Reply
  6. moh says

    January 2, 2011 at 9:34 pm

    @ RR, Hi, thanks for the database 🙂

    @ Rajamani,
    1.. Choose the scrip which needs Split/ Bonus adjustments.
    2.. Select Symbols -> Split from Top Menu.
    3.. It will show the Date of split and split raio.
    4.. Confirm OK if that is what you wish to set.

    Repeat it for other scrips which need the split adjustments.
    Hope it helps.

    Reply
  7. Rajandran R says

    January 2, 2011 at 9:43 pm

    @rajamani
    which gbc version you are using? Gbc sometimes fail to download index data. But not all the time. If you are facing such try redownloading again.

    Reply
  8. Madhav says

    January 2, 2011 at 10:38 pm

    Thanks Bhai

    Reply
  9. kentuky3 says

    January 2, 2011 at 10:50 pm

    thankyou for your reply rajandaran.. have one more query.. if i have november intrday data of hdil in one database and december intraday data of hdil in another database.. how to join them?please help… thankyou

    Reply
  10. Rajandran R says

    January 2, 2011 at 11:12 pm

    @Kentuky3 it can be achieved in two ways

    1) Export quotations from one database to the ASCII files and reimport quotes from another database Try this link for exporting data from amibroker database( https://www.marketcalls.in/2009/11/backup-you-amibroker-eod-database-in-csv-format.html )

    2)Another way is by taking a duplicate copy of the hdil subdatabase file from the database and rename the duplicated file as hdilxxx (xxx -- it can be of anything ). Now move the hdilxxx to the new database path where the actual file to be merged present in that new database. Now Merge the hdilxxx file with the hdil target database using the merge funtion as explained here https://www.marketcalls.in/amibroker/using-split-and-merge-in-amibroker.html

    If you database name is NSE EOD then obviously your sub files for the database are placed in
    C:\Program Files\AmiBroker\NSE EOD in sub folders and arranged numero-alphabetically

    Reply
  11. Rajandran says

    January 3, 2011 at 1:07 pm

    @Kalyan

    Madhav Patil also faces the same sort of problem. But it got rectified once he uninstall and reinstall the amibroker ver 3.0

    1)Uninstall ur Amibroker
    2)Restart the PC
    3)Install Ami 5.3 again

    And now madhav is able to see the database working

    Reply
  12. Aman says

    January 4, 2011 at 7:56 am

    Hi

    Is the data adjusted for bonus and splits for all stocks?

    Reply
    • Rajandran R says

      January 4, 2011 at 12:48 pm

      @aman

      No its not bonus and split adjusted. But its possible to do with amibroker

      Reply
  13. Aman says

    January 4, 2011 at 8:41 pm

    Yes…but i think it will take too much time to adjust splits and bonus.
    I did for a few stocks.
    I have written an email to NSE asking why don’t they just archive data which is split and bonus adjusted!

    Reply
  14. Rajandran R says

    January 5, 2011 at 1:10 am

    🙂 Great IDEA… But ultimately NSEindia suffers from serverload because of huge database access from its visitors and softwares like getbhavcopy which rips data from nseindia portal. Badly it requires a good cloud computing server to serve its visitor needs.

    Reply
  15. Jignesh says

    March 13, 2011 at 3:27 pm

    What is the problem with banknifty? There is 2bank nifty symbol. Please solve this issue cause i trade in banknifty and i am not able to analyse it with your given data. Thankyou for your hardwork

    Reply

Leave a Reply to Rajandran Cancel reply

Your email address will not be published. Required fields are marked *

Email Newsletter

Sign up to receive email updates on latest trading strategies , analysis & financial market updates

We Respect Your Privacy

Premium Access

Username:
Password:
Remember Me
Lost your password?

Tools For Traders

  • Marketcalls Android App
  • MCX Signals
  • Intraday Signals
  • International Commodities
  • OI Tracker
  • Participation OI
  • Your Broker
  • Market Sentiment Analysis

Amibroker Updates

Volatile Phases – Colorful ADX Amibroker AFL Code

November 16, 2019 By Rajandran 4 Comments

Amibroker Technical Analysis Workshop – Bangalore

November 1, 2019 By Rajandran 2 Comments

How to Send Alerts from Amibroker to Telegram Channel using Telgram API

June 12, 2019 By Rajandran 15 Comments

How to Estimate the VWAP based settlement Close like a Pro using Amibroker?

June 9, 2019 By Rajandran Leave a Comment

Practical Approach to Amibroker AFL Coding

May 23, 2019 By Rajandran 37 Comments

  • Facebook
  • Google+
  • LinkedIn
  • RSS
  • Twitter
  • YouTube

Metatrader Updates

MetaTrader 5 Demo Servers Now Available for BSE Currency Markets

March 20, 2018 By Rajandran 8 Comments

ChartIQ – WebTrader for MT4

December 4, 2017 By Rajandran 5 Comments

Metatrader 4 – Web Platform Overview

October 29, 2015 By Rajandran 9 Comments

William VIX FIX Indicator for Metatrader 4

May 16, 2015 By Rajandran 9 Comments

How to Install Custom MQL4 indicators in Metatrader

November 14, 2014 By Rajandran 7 Comments


About | Contact Us | Terms and Conditions | Privacy Policy | Support Policy | Privacy Policy | Refund Policy | Disclaimer


© Copyright 2018 Marketcalls Financial Services Pvt Ltd · All Rights Reserved · And Our Sitemap · All Logos & Trademark Belongs To Their Respective Owners·

Data and information is provided for informational purposes only, and is not intended for trading purposes. Neither marketcalls.in website nor any of its promoters shall be liable for any errors or delays in the content, or for any actions taken in reliance thereon.