PureBytes Links
Trading Reference Links
|
Dimitris,
The number of bars you see depends on the stock. I have data from
January 1994 loaded for all stocks that I follow. Alcoa (NYSE:AA)
for example produces very few bars, Amazon (NASDAQ:AMZN) produces
many. Since the P&F chart focuses on price change and is time
independant, many stocks with small price changes will have few
bars. Compare the charts produced by this script with those
available at some sites, like www.bigcharts.com. They will be a
little different because most use standard box sizes of .5 or 1 and
reversal amounts of 1.5 or 3. The number of course depend on the
price of the stock.
In the script I sumbitted, the Box and Reversal vaules change with
the running average of the stock price.
Let me know if this helps.
Mirat
--- In amibroker@xxxx, "dtsokakis" <TSOKAKIS@xxxx> wrote:
> Mirat,
> thank you for the P&F script.
> I can see only some candles at the right edge.
> Am I missing something ?
> Dimitris Tsokakis
> --- In amibroker@xxxx, "mirat_dave" <mirat_dave@xxxx> wrote:
> > I created an AFL version of a point & Figure chart and added the
> code
> > in a file under the files section.
> >
> > It uses the native custom indicator builder in AmiBroker to
> generate
> > a Point & Figure Chart. Take a look and see how it works for you.
> >
> > Let me know what you think.
> >
> > Mirat
|