Skip to main content

Why I dont see the chart? Answer : Re-locate the database

Sometimes users of Amibroker, the most user friendly technical analysis software, create new database. Next time the user starts Amibroker, it loads with the new database. So blank chart hits the screen. Because most of the time, and most of the users, don't upload csv files in just first session.




So how to get back to the previous, csv loaded, `default' database? Follow this simple steps:


1. Click Tools
2. Click Preference
3. Data
4. Find the line : `default database path' and click `Pick'
5. It will open a dialog box. Locate your old database.
6. Click `Current'
7. Click `Apply'

 Did you like the tip? Then make a comment. Its only you, that can inspire me more in continuing this blog site.

Comments

  1. Malaysia & Singapore & brunei ideal online blogshop for wholesale &
    supply korean accessories, earrings, earstuds, locket, rings, bracelet, hair &
    bracelet add-ons. Offer 35 % wholesale markdown. Ship Worldwide
    My site - curso de unas de gel

    ReplyDelete

Post a Comment

Popular posts from this blog

Trading System : Using KPL with MIDAS curve

Firsly, the KPL Swing is a simple trend following mechanical trading system. It automates the entry and exit signal. This trading system is very simple and easy to use. It works across multiple time frames and does not require any in-depth knowledge of TA. In KPL System no targets are given as no one knows how high (or low) the stock price will reach. A trailing stoploss locks in the gains and removes emotions from trading. Secondly, the the MIDAS System. The MIDAS system of technical market analysis is based on the concept of Volume Weighted Average Price (VWAP). VWAP calculations is being used widely worldwide. A standard VWAP calculation represents the total value of shares traded in a particular stock on a particula  day divided by the total volume of shares traded in that stock on that day. Here i`m giving a chart using bothe KPL and MIDAS (three lines) curves. As example, BERGER symbol (data updated at 4 Aug, 2010) has been used. In chart its visible that both ...

Make your Amibroker Chart Colorful

You can make any chart of Amibroker Colorful with gradient effect. Just copy and paste this code above any afl codes, save, open parameter and choice two of your favorite color. Its done! code are : SetChartBkGradientFill( ParamColor("BgTop", ColorRGB( 172,172,172 )), ParamColor("BgBottom", ColorRGB( 172,172,172 )),ParamColor("titleblock",ColorRGB( 172,172,172 ))); This tip is not intended for primary level user. To change Amibroker`s default Background color visit http://tatunnel.blogspot.com/2010/07/change-amibroker-chart-background-color.html