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 ....
          Volum Scan for Amibroker (AFL)
Rating:
      
  3 / 5 (Votes 2)
Tags:
      amibroker, exploration
    Scan stocks with immediate 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
                    
                  
                    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
Periods =Param("Periods",7,2,100);
Change=Volume*100/Ref(MA(Volume,Periods),-1);
Filter=Change>=200;
AddColumn(Volume,"Khoi luong",format=1.0);
AddColumn(Ref(MA(Volume,Periods),-1),"KLBQ " +Periods +" Days" ,format=1.0);
AddColumn(Change,"Change %",format=1.2);0 comments
Leave Comment
Please login here to leave a comment.
Back