Skip to main content

KPL Swing trading system

When Stock`s Price increases everyday, the stock holder becomes worried. Of course he should be worried, and before the scripts start falling he should lock his profit. But who knows when it would start falling? Nobody (but smart money sometimes knows). So we need indicators like RSI, OBV, or stochastic. The problem is, even with weak RSI, OVB, or horizontally straight stochastic a script may go up further. So taking profit in fear of falling some times becomes cause of pain, or less profit. So I would prefer a system like KPL swing to give me an exit signal first. Then I would exit. I would wait and see how much a bullish share can grow.


See the Graph of Squiretextile, (data uptodated)

Image and video hosting by TinyPic

Tips : 
1. At very bottom is main chart (KPL with, adx) to follow, two others are supporting.
2. Thursday the stock opend bellow its previus day`s closing, but closed above it. Which indicates weekness.
3. Yet there is no fall signal (down arrow) and no ADX (price bar in deep green) appeared. So I would wait more. I will take rist, rather then lessen my profit.
4. Top two charts are giving strong weakness indication. So I`m very much alert. As soon as KPL, the main chart, gives me exit signal, I would take profit.






Comments

  1. Can you please add the required afl for this chart? Or any other details of process involved to perform this function.

    ReplyDelete
  2. I`m in struggle with code posting. AFL`s long line breaks in Blogger, and when copied-pasted, generates error. Thats why i`ve removed the Radar post today. I can upload the afl somewhere else, and give the link. But I dislike this option. Give me some time, or give me a better solution.
    Ane way, i can paste the code in comment box in several parts. You have to rearrange them. And I think we can go this way. It helps in learning the AFLs coding.
    Let me know here, if you want the codes in several parts.

    ReplyDelete
  3. In several codes can be given sequentially.....or sending in message box...can solve personal problems regarding codes....

    ReplyDelete
  4. 3 related codes links are now on AFL Archive page. Located at Header part of the blog.

    ReplyDelete

Post a Comment

Popular posts from this blog

Trading System : Using KPL with MIDAS curve

Firsly, the KPL Swing is a simple trend following mechanical trading system. It automates the entry and exit signal. This trading system is very simple and easy to use. It works across multiple time frames and does not require any in-depth knowledge of TA. In KPL System no targets are given as no one knows how high (or low) the stock price will reach. A trailing stoploss locks in the gains and removes emotions from trading. Secondly, the the MIDAS System. The MIDAS system of technical market analysis is based on the concept of Volume Weighted Average Price (VWAP). VWAP calculations is being used widely worldwide. A standard VWAP calculation represents the total value of shares traded in a particular stock on a particula  day divided by the total volume of shares traded in that stock on that day. Here i`m giving a chart using bothe KPL and MIDAS (three lines) curves. As example, BERGER symbol (data updated at 4 Aug, 2010) has been used. In chart its visible that both ...

Make your Amibroker Chart Colorful

You can make any chart of Amibroker Colorful with gradient effect. Just copy and paste this code above any afl codes, save, open parameter and choice two of your favorite color. Its done! code are : SetChartBkGradientFill( ParamColor("BgTop", ColorRGB( 172,172,172 )), ParamColor("BgBottom", ColorRGB( 172,172,172 )),ParamColor("titleblock",ColorRGB( 172,172,172 ))); This tip is not intended for primary level user. To change Amibroker`s default Background color visit http://tatunnel.blogspot.com/2010/07/change-amibroker-chart-background-color.html