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 Greater than Previous 3 day VOLUME for Amibroker (AFL)
Rating:
      
  3 / 5 (Votes 2)
Tags:
      amibroker, exploration
    Filtering VOLUME Greater than Previous 3 day VOLUME
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
                    
                  
                    miftha indicator
                    
                
                      Submitted
                      by coolpace over 15 years ago
                    
                  
                    Deel - Average Dollar Price Volatility
                    
                
                      Submitted
                      by kaiji almost 16 years ago
                    
                  
                    DIX50,20,10
                    
                
                      Submitted
                      by morgen over 15 years ago
                    
                  
                    Volume Spike Exploration
                    
                
                      Submitted
                      by ngocleasing about 15 years ago
                    
                  Indicator / Formula
Copy & Paste Friendly
// VOLUME Greater than Previous 3 day VOLUME AddTextColumn( FullName(), "Name"); AddColumn( Close, "Close" ); AddColumn( Volume, "Volume" ); AddColumn( Ref( V, -1 ), "VOL -1" ); AddColumn( Ref( V, -2 ), "VOL -2" ); AddColumn( Ref( V, -3 ), "VOL -3" ); AddColumn( Volume, "Volume" ); V2DAY = Ref( V, -1 ) + Ref( V, -2 ) ; V3DAY = Ref( V, -1 ) + Ref( V, -2 ) + Ref( V, -3 ); Filter = V > V3DAY ; Buy= V > V3DAY ;
3 comments
Leave Comment
Please login here to leave a comment.
Back
It is NOT working. Moderator Pl. help
Formula is exploration and scan only.
HI
Many Thanks
Can you add another filter price Closes More then 5% of first day so that it can show us the clear direction of uptrend and down trend
Thanks