PureBytes Links
Trading Reference Links
|
Graham,
I've been out of town and just noticed you've been very busy working
on Renko Bricks. I'm new to renko too and heard is has some
potential and now I can play with it in AB! Thanks for all your
efforts. I will let you know how it works for me . . .
I'm mostly interested in Momentum (Range Bars as EnsignSoftware calls
them) Bars and this may help me get there.
Much appreciated!!
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> The Momentum Bars chart would be similar to the Renko, except for
the bricks
> becoming standard bars, and the O/H/L/C set to the mom bars
requirements
> The close of a bar is always at the high or low of the bar.
> The open of a bar is always one tick below or above the close of the
> preceding bar.
>
> I will leave you to work out how to change the renko to suit the
momentum
> bars.
>
> Cheers,
> Graham
> http://e-wire.net.au/~eb_kavan/
>
> -----Original Message-----
> From: Graham [mailto:gkavanagh@x...]
> Sent: Friday, August 13, 2004 5:08 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: RE: [amibroker] Re: Renko chart code revD
>
> If the number of renko bricks exceeds the existing array length of
the
> ticker then you will get an error, I tried to explain this at the
first.
> You just need to alter the brick size to suit both the stock prices
and the
> number of elements of bricks.
>
> Another way that I won't do, would be to make a new ticker of
extremely long
> length, but no data of use Say 50 years long with just all values
OHLCV as
> 1. Then use this ticker and do the renko plot viewing, using plot
foreign to
> bring in the tickers you want to see. This can be done with the
paramstring
> I believe to make it easy to scroll through the tickers.
>
> Cheers,
> Graham
> http://e-wire.net.au/~eb_kavan/
>
> -----Original Message-----
> From: lamplowman [mailto:lamplowman@x...]
> Sent: Friday, August 13, 2004 4:43 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: Renko chart code revD
>
> Graham,
>
> Looks great.
>
>
> // Renko Chart
> // Graham Kavanagh 13 Aug 2004 ver D
> // Custom Indicator, date axis does not apply
>
> I get an error 7
> Subscript out of range
> Use Edit formula to correct error
>
> But only on symbols AVV, MRE, SLX out of what I'm watching.
>
> Peter
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|