Welcome Features News Download Registration Support FAQ Wish list Links
Advanced stock charting and analysis program

AFL Library

This is read-only version of AFL library entry. Ability to add user formulas and comment is only available from members-only area.

Details:

Formula name: Simple Candle Exploration
Author/Uploader: Herman van den Bergen - psytek [at] magma.ca
Date/Time added: 2005-01-28 17:33:59
Origin:
Keywords:
Level: medium
Flags: exploration

DISCLAIMER: Most formulas present in AFL on-line library are submitted by the users and are provided here on an "as is" and "as available" basis. AmiBroker.com makes no representations or warranties of any kind to the contents or the operation of material presented here. We do not maintain nor provide technical support for 3rd party formulas.
Description:

Exploration to find and list Candle patterns. Requires CandleFunctionsInclude.afl (in this library) to be in your include folder. Modify to suit your needs.

Formula:

#include <CandleFunctionsInclude.afl>
SetOption("NoDefaultColumns",False);
Filter = Status("LastbarInTest");

for(CP=0; Cp<=44; CP++)
	{
	PV = CandlePattern(CP);
	AddColumn(PV,PatternName,1.0);
	}

Comments:

Tommy Beard
tab321 [at] yahoo.com
2005-01-29 08:28:55
Herman - it is obvious you put a LOT of work into this. Thanks for sharing it with Amibroker users.
Realitycorrodes
realitycorrodes [at] hotmail.com
2005-02-17 01:10:22
Sorry Herman - I am a little new at this. Am I to understand you have another file called

CandleFunctionInclude.afl

listed somewhere else in the online Amibroker library.

If so I cannot find that exact file name in the library?

Also could you clarify where the include folder is or give me examples on how to create it and where?


About | Privacy | Terms of Use | Contact information
Copyright © 2001 AMIBROKER.COM