Skip to main content

Follow your Stock Price Just with Two charts

When market is unstable take profit from a stock within short time. In volatile, unstable, falling or bearish market you have to take quick decision. Have to enter quickly. Have to take profit quickly.
Here I am showing two simple charts, when united it works for me as an excellent Trading System.



To entry:
1. Wait for the price bar (upper chart) and see when it touches the lower curve, but dont enter.
2. If next day the histogram bar (lower chart) is bigger then the prevoius days bar, enter. If not bigger, or has same size dont enter.


To exit :
1. Wait for the price bar (upper chart) and see when it touches the upper curve, but dont exit.

2. If next day the histogram bar (lower chart) is smaller then the previous days bar, exit. If not smaller, or has same size dont enter.

Used chart : Bextex (latest data 4 August 2010)







 Image and video hosting by TinyPic

Comments

  1. Chart summery :
    1. price bar touched the upper line. Next day price closed bellow the opening price(up. At the same day histogram bar became lower (bottom). And ultimately the stock went into short correction.
    I think 2 and 3 will be now clear. If you dont understand, or have any question regarding the AFL code. let me know as comment.

    ReplyDelete
  2. not understood... require details

    ReplyDelete
  3. Bro, first look at the upper chart. There are two white lines there. In the middle are the price bar. I said, when price bar touches the upper or lower white line, it is an indication that trend will change. In case of touching lower line, stock will be bullish soon, and in case of upper line stock will be bearish.
    But before taking decision, we have to make sure that the lower histogram chart also has changed it direction. For example, the number 2 option, that i have marked, touched the upper white line. But following day the histogram bar was more high, or longer. In such a case we can wait, until the histogram signals weakness by generating smaller bar.
    Please watch the two chart again, and let me know is it clear to you.

    ReplyDelete
  4. What is the histogram in the bottom chart? Stoch?

    Br Tom

    ReplyDelete
  5. Thnx, and the bottom chart is BULL AND BEAR BALANCE INDICATOR. Used Parameter Smooth 1 : 1, and Smooth 2:4. Top chart, as you know, is Adaptive price Zone.

    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