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 ....
          WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Advanced Adaptive Indicators
            Advanced Pattern Exploration
            Neural Networks
            And Much More ....
          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 over 14 years ago
                    
                  
                    Heikin Ashi pattern scan
                    
                
                      Submitted
                      by jlgrover almost 15 years ago
                    
                  
                    30 week high indicator
                    
                
                      Submitted
                      by ck1250 almost 14 years ago
                    
                  
                    Pentuple Exponential Moving Average
                    
                
                      Submitted
                      by extremist over 12 years ago
                    
                  
                    Interactive Linear Regression Channel 
                    
                
                      Submitted
                      by InternetWorm almost 14 years ago
                    
                  
                    *Level Breakout system*
                    
                
                      Submitted
                      by Tinych almost 14 years ago
                    
                  Indicator / Formula
Copy & Paste Friendly
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 > MA( Volume , 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 > MA( Volume , 5 ) AND Ref( MFI( 14 ) , -1 ) >MFI( 14 );
2 comments
Leave Comment
Please login here to leave a comment.
Back
Hi do u have the indicator for the same … Thanks in Advance