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

Amibroker Analysis Divergence for Amibroker (AFL)

Rating:
5 / 5 (Votes 4)
Tags:
amibroker, scan

Run this afl only in analysis window

Similar Indicators / Formulas

lowest price history
Submitted by mohad almost 14 years ago
Heikin Ashi pattern scan
Submitted by jlgrover about 14 years ago
30 week high indicator
Submitted by ck1250 about 13 years ago
Pentuple Exponential Moving Average
Submitted by extremist about 12 years ago
*Level Breakout system*
Submitted by Tinych over 13 years ago

Indicator / Formula

Copy & Paste Friendly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Buy =   Low < Ref( Low , -1 ) AND
Ref( Low , -1) < Ref( BBandBot( Close, 15, 2 ) , -1 ) AND
Ref( CCI( 14 ) , -1 ) < CCI( 14 ) AND
CCI( 14 ) > -150 AND CCI( 14 )<-70 AND
Volume > MAVolume , 5 ) AND
MFI( 14 ) > Ref( MFI( 14 ) , -1 );
 
 
Sell = High >Ref (High,-1) AND
Ref (High,-1) > Ref( BBandTop( Close, 15, 2 ) , -1 ) AND
Ref( CCI( 14 ) , -1 ) > CCI( 14 ) AND
CCI( 14 ) > 70 AND CCI( 14 )<150 AND
Volume > MAVolume , 5 ) AND
Ref( MFI( 14 ) , -1 ) >MFI( 14 );

2 comments

1. shariful
MANY THNKS, NEERAJAMBILWADE, We needn’t so called holygrails colorful afl, such type of basic afl seriously needed to become successful trader. Pls work with other basic indicators too. thanks in advance.
2. sureshb

Hi do u have the indicator for the same … Thanks in Advance

Leave Comment

Please login here to leave a comment.

Back