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 ....
          Kelter Channel Dip Buying for Amibroker (AFL)
Rating:
      
  5 / 5 (Votes 1)
Tags:
      trading system, amibroker
    This system uses the kelter channel for dip buying.
Similar Indicators / Formulas
                    All in One
                    
                
                      Submitted
                      by Nahid almost 15 years ago
                    
                  
                    Kase Peak Osc. V2 batu
                    
                
                      Submitted
                      by batu1453 over 11 years ago
                    
                  
                    Kase CD V2batu
                    
                
                      Submitted
                      by batu1453 over 11 years ago
                    
                  
                    Ichimoku
                    
                
                      Submitted
                      by prashantrdx over 11 years ago
                    
                  
                    Arvind' System
                    
                
                      Submitted
                      by akdabc over 15 years ago
                    
                  
                    Miftha remix for dse
                    
                
                      Submitted
                      by coolpace over 15 years ago
                    
                  Indicator / Formula
Copy & Paste Friendly
keltner = EMA(C, 10); band = ATR(10)*3; Buy = Close >= Ref(Close, -1) AND Close < keltner AND Close > keltner - band; Sell = Close > keltner; // trade on next bar open SetTradeDelays( 1, 1, 1, 1 ); BuyPrice = Open; SellPrice = Open;
0 comments
Leave Comment
Please login here to leave a comment.
Back