Skip to main content

Foundation AFL, MRQ13 of Bangladesh, and New version from HULK

It started 27 July 2010 with this message on traderji : `Hello, Soon The Foundation v14.00 will be launch by me with some changes and additional VAS. Till now “G.Index” was mystery in Chart, now it has been resolve, Few parameters like Volume, Stock, ATR etc.. got tighter for better result. 



Add K-Band demanded by some users at here. So are you ready for NEW version?' The post was from HULK. From then Amibroker Fans, including me, are waiting for the release. Almost everyday, there is new request from the forum members. Last week MR HULK gave
a snapshot of the AFL, but yet no AFL! Meanwhile, a forum Member Shamsmomin, most probable from Bangladesh, raised a question this way :  `I don't understand how the Foundation is being changed without the naming of the founder himself? I think the creator is MRQ13 from Dhaka, by the way Hulk are you modifying that one?' Quick answer came from another member : `Remix is always better than original one. or it cannot be ignored.' But who is this MRQ13? And Where is? AFL lovers need this genius attention on this regard.

Comments

  1. If you are trading in NSE, BSE, MCX and in NCDEX then let sharegyan give you all stock trading gyan

    ReplyDelete
  2. If you are trading in NSE, BSE, MCX and in NCDEX then let sharegyan give you all stock trading gyan

    ReplyDelete


  3. Invest money in stock market? Want highest returns by share marketSHARE MARKET COMMODITY FREE TIPStrading but don't know where to invest or which investment plan will be best for you? to find best investment plan.

    Regards
    BIGPROFITBUZZ TEAM


    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