Stock Portfolio Organizer

The ultimate porfolio management solution.

Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Simple Candlestick Pattern Exploration for Amibroker (AFL)
kaiji
about 14 years ago
Amibroker (AFL)

Rating:
4 / 5 (Votes 2)
Tags:
amibroker, exploration, candlestick

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

By Herman van den Bergen – psytek [at] magma.ca

Similar Indicators / Formulas

Morning Doji Star Exploration
Submitted by kaiji over 14 years ago
Bullish Reversal Pattern
Submitted by chrjtm almost 14 years ago
STOCHASTIC EXPLORATION
Submitted by jjit about 13 years ago
Deel - Average Dollar Price Volatility
Submitted by kaiji over 14 years ago
eod explorer
Submitted by nishant551988 almost 12 years ago
Miftha exploration
Submitted by coolpace almost 14 years ago

Indicator / Formula

Copy & Paste Friendly
#include <CandleFunctionsInclude.afl>

SetOption("NoDefaultColumns",False);
Filter = Status("LastbarInTest");

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

3 comments

1. ihtapan

I Think this for All upper versions, >4.90

2. practical

Excellent work Herman… You are really genius. I really liked the script.

3. kv_maligi

I am running this after including function module, How ever i am getting empty report.

Am i missing something? How to run this program?

Plz help

Thanks

Leave Comment

Please login here to leave a comment.

Back