Alan Hull & Daryl Guppy Newsletters
Training > Tutorials > BodhiGold > Configuring for Amibroker
 Configure Bodhi 5 for Amibroker

Amibroker is a charting program created by Amibroker.com. It uses a plugin to access data from BodhiGold's MetaStock format. It does not alter the data in any way but leaves it in place and builds its own separate directory structure through which it reads the Metastock data.

    These instructions will take you through two processes:
  • Configuring BodhiGold to use the MetaStock data format.
  • Configuring Amibroker to read the BodhiGold MetaStock directories.
    Configuring BodhiGold to use the MetaStock data format.
  1. Install Bodhi5Gold using the  installation instructions .
  2. Once installed, launch BodhiGold. If this didn't happen automatically when you finished installation click the BodhiGold icon on your desktop.
  3. A Confirm box will have appeared asking you to connect to the Internet to finish the installation. This process requires downloading files from the Internet. Make sure you are connected to the Internet then click the Yes button.

    Bodhi 5: Connect to the Internet

    If a box appears asking you to use previous Bodhi settings, then refer to the tutorial:  Configure Bodhi 5 using my Bodhi settings .
  4. A box will appear asking you to choose your area. Select your country or nearest country and exit the box using the [x] button.

    Bodhi 5: Select your country

  5. Now select your nearest city then exit using the [x] button.

    Bodhi 5: Select your city

  6. Select Amibroker and any other formats you require from the list of analysis software. Once your selections are made, connect to the Internet then click the [x] button.
  7. BodhiGold will start downloading the files you need to finish your configuration. You will need to be connected to the Internet for this procedure.

    Bodhi 5: Downloading Lists

    Click the OK button when completed. This will close BodhiGold.

  8. Start BodhiGold using the icon on the desktop.
  9. If you have signed up for the 32-day trial, click the No button on the Confirm box. The software will give you access to the Exchange data nearest your location for the next 32 days. If you requested access to other Exchange data you will need to  register BodhiGold  for your trial period.
    The Confirm registration box will appear each time you open BodhiGold (until it is registered).

    Bodhi 5: Registration

    If you are a subscriber and you are installing this software during Australian business hours, click Yes to register BodhiGold and telephone: +61 (07) 3821 5177 to get your registration details. Otherwise, click No to register BodhiGold later and email the code displayed in this box (on line 3 of this message) to  accounts@justdata.com.au , they will email you back your registration code.

  10. If you clicked Yes, the Bodhi 5 Registration box will appear. Connect to the Internet then enter the registration code (given to you by JustData) into the box then click OK.

    Bodhi 5: Enter your registration code

    Configure Amibroker for BodhiGold
  1. Create an empty Windows directory eg. C:/Amistock. This can be done in MS DOS or by using Microsoft® Windows File Explorer (File>New>Folder).

    File Explorer - New Directory

  2. Open Amibroker and go to File>New>Database.

    Amibroker: New Database

    The Database Settings dialog box will appear.

    Amibroker: Database Settings

  3. Browse to the new directory you just created then click the Create button.
    (You can tick the 'Load this database at startup' if this is to be your default directory.)
  4. After the program recognises the new directory you need to inform Amibroker that this database uses the Metastock plugin - select Metastock data Plug-in from the Data source pull down menu.

    Amibroker: MetaStock Plug-in

  5. Select Enable from the Local data storage as it will speed some accesses (AmiBroker will temporarily store recently accessed data locally in addition to reading the Metastock files) but this is not essential.

    Amibroker: End-of-day setting

  6. Set 2000 for the number of bars to load - 8 years of data - AmiBroker is fast at opening this amount of information.
  7. Set for End-Of-Day data.
  8. Now we need to tell AmiBroker which Metastock directories form your new database, so click the Configure button.

    Amibroker: Add Folder

  9. Click the Add folder button and browse to each of the Metastock directories, clicking the Add folder button for each of them - they will have their own separate Metastock Master files.

    Amibroker: Open A folder
    Amibroker: Open B Folder

  10. Once you have added all your directories, click on the entries individually (to highlight them) and then click the Retrieve symbols button.

    Amibroker: Retrieve data

    AmiBroker will add the symbol entries to its own data structure (the data remains in the Metastock directory).
  11. Click the OK button to exit the Metastock data plug-in screen.
  12. Click the OK button to exit the Database Settings screen.
  13. Double-click All to display your list of symbols.

    Amibroker: Displaying a chart in Amibroker

  14. Double-click a symbol to display a chart.
  15. If you wish to add new Metastock directories at a later date use the Database Settings entry in the File pull-down menu and click the Configure button again to bring up the Add folder screen.

Top of the Page