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

TAZ Trading Method Exploration for Amibroker(For Long Setup) for Amibroker (AFL)

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

This was originally developed by Joeoil and Tommy beard for scanning stock to identify pullback in uptrend . This indicator can be used to adopt TAZ Swing Trading Method which is explained at http://www.swing-trade-stocks.com
Raj

Similar Indicators / Formulas

miftha indicator
Submitted by coolpace over 14 years ago
General Market Exploration by XeL
Submitted by xel over 12 years ago
Deel - Average Dollar Price Volatility
Submitted by kaiji almost 15 years ago
DIX50,20,10
Submitted by morgen over 14 years ago
Volume Spike Exploration
Submitted by ngocleasing over 14 years ago

Indicator / Formula

Copy & Paste Friendly
TimeFrameSet(inWeekly);
WeeklyTrend = MA(Close,10)>EMA(Close,30);
TimeFrameRestore();

DailyFilter = L < Ref(L,-1) AND Ref(L,-1) < Ref(L,-2) AND (MA(Close,10)) > (EMA(Close,30)) AND Close > (EMA(Close,30)) AND Close < (MA(Close,10)) AND ADX(10) > 20 AND Close > (MA(Close,200)) AND Close > 10 AND (MA(Volume,60)) > 150000;

Filter = DailyFilter AND TimeFrameExpand(WeeklyTrend,inWeekly);

4 comments

1. hotaro3

noting wil be shown!!!!!!!!

2. joeoil

The afl works fine.

This is an exploration and it will find stocks that meets the criteria in the code. The stocks will be listed in a column when pushing the “Explore” button.

Regards

3. john_d

not working!

4. joeoil

john_d

Do you get any error when you try “Verify syntax”?

Or what happen when you push Explore button?

Leave Comment

Please login here to leave a comment.

Back