Skip to main content

Organize AFLs of Amibroker

In my Ami I`ve dozens of AFL, renamed with my nickname before. They were all scattered in folders like Custom, Drag and Drop, and others. Last week i just searched and found them all. Then copied them, And placed in a new folder created after my name in the Formula Folder. Now I can easily test and retest all my favorite afl. Liked the tip? Make a try. It`s a real time saving tip!
Follow the steps given bellow :

\
1. Click Right mouse button on any Chart
2. Click `Edit Formula'. It will open the formula Editor.
3. Find the AFL name. Its written on top-most bar of Formula Editor. If you have edited the Afl, its likely that a new afl has been created automatically in the Custom Folder, in Formula folder.
4. Minimize Amibroker.
5. With windows explorer go to the Amibroker (probably in C drive) Folder. Locate your afl file, for example, in custom folder.
6. Before the name of AFL, type your name. Get out. Go to Amibroker Again.
7. From `View' menu click `Refresh All'
8. Go to to chart`s custom folder. You will see the AFL you just renamed few minutes ago.
Now the final tip and its present at the beginning of the post!
9. search and find out all of your afl, with windows search option. Copy them, and place in a new folder after my name in the Formula Folder. Now you can easily test and retest all of your favorite afls.

Comments

  1. Asking questions are in fact pleasant thing if you are not understanding something totally, except this article provides fastidious understanding yet.
    Also see my webpage: perfumes baratos

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

4 Tips for using Midas in KPL, Code added

ATTENTION : KPL-Midas Code is at the last part of this post. Please copy and paste in your amibroker.) 4 Tips for using Midas in KPL: 1. put your price mark at the beginning of last major price break, bullish or bearish. 2. Right click on price chart, and open Peremeters 3. Change the settings of VWAP channel and ovserve in chart, whether it can create strong support /ressitance level. or not. 4. If you are satisfied with the setting, click OK. (of course, at the same time you can change the KPLs perimeter.) 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. The MIDAS system of technical market analysis is based ...