October 13, 2007
AFL Testing Databases
Small databases, with a limited number of symbols and limited data, can be useful for solving complex problems or designing systems within AmiBroker. A small amount of data can be easier to use, for debugging code or proving strategies, than larger amounts. For AmiBroker users, Yahoo data is readily available for this purpose.
In this tutorial new users are shown a simple method to create small quality controlled databases that are suitable for testing basic AFL functions and procedures.
FORMULAS FEATURED: BarCount, BarIndex();
INCLUDING: creating, copying, naming, deleting and backing up databases; managing databases from AmiBrokers? File commands or Windows Explorer; database naming conventions, creating small databases using AmiQuote; manipulating data with Quote Editor; understanding errors reported by the Database Purify Tool, plotting AFL functions as a training aid and more …………….
Attached Files:
- afltestingdatabase.doc (Microsoft Word 2002 document)
- p_barcount.afl
- p_barindex.afl
Filed by brian_z at 3:02 am under Database Management
Comments Off on AFL Testing Databases