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 (AFL)

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

This was originally developed by Tommy Beard and Joeoil.This indicator can be used to identify pullback in downtrend. 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

GapUp and Bearish Close (Reversal) _Daily
Submitted by indraji2001 almost 10 years ago
miftha indicator
Submitted by coolpace almost 14 years ago
General Market Exploration by XeL
Submitted by xel almost 12 years ago
Deel - Average Dollar Price Volatility
Submitted by kaiji over 14 years ago
DIX50,20,10
Submitted by morgen almost 14 years ago
Volume Spike Exploration
Submitted by ngocleasing over 13 years ago

Indicator / Formula

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

DailyFilter = H > Ref(H,-1) AND Ref(H,-1) > Ref(H,-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);


3 comments

1. anandnst

Hello Admin,

Exploration not working.

2. joeoil

Hello

The exploration works fine, but this afl is for finding stocks/ETF’s for short position.

If you want to use the afl to find stocks/ETF’s for long positions you just have to change the
symbol > and < with the opposite symbol.

Best regards

3. parfumeur

See: http://www.wisestocktrader.com/indicators/239-taz-trading-method-exploration

Leave Comment

Please login here to leave a comment.

Back