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 ....
          Volume Movement Explorer for Amibroker (AFL)
Rating:
      
  3 / 5 (Votes 2)
Tags:
      amibroker, exploration
    Detect Volume Increase
Similar Indicators / Formulas
                    GapUp and Bearish Close (Reversal) _Daily
                    
                
                      Submitted
                      by indraji2001 over 11 years ago
                    
                  
                    General Market Exploration by XeL
                    
                
                      Submitted
                      by xel over 13 years ago
                    
                  
                    Scanning Gap Up and Gap Down
                    
                
                      Submitted
                      by vinodsk about 12 years ago
                    
                  
                    Deel - Average Dollar Price Volatility
                    
                
                      Submitted
                      by kaiji almost 16 years ago
                    
                  
                    Vol Peak 5 Day [Scan only]
                    
                
                      Submitted
                      by lusmomoney about 12 years ago
                    
                  
                    TEMA_Regression Crossover
                    
                
                      Submitted
                      by marcheur about 12 years ago
                    
                  Indicator / Formula
Copy & Paste Friendly
Cond1= V > Ref(V,-1); Cond2= Ref(V,-1) > Ref(V,-2); Cond3= V > 2*(Ref(V,-1)); Cond4= V > 1000; Cond5= O > C; Buy = ((Cond1 AND Cond2) OR Cond3) AND Cond4 AND Cond5; Filter = Buy; AddColumn( Open, "Open", 1.2 ); AddColumn( Close, "Close", 1.2 ); AddColumn( Cond5, "Cond5", 1.0 ); AddColumn( Buy, "Buy", 1.0 );
0 comments
Leave Comment
Please login here to leave a comment.
Back