PureBytes Links
Trading Reference Links
|
Thanks for the code:)
Now I just need to figure out how to apply it to the candlesticks
Jose <josesilva22@xxxxxxxxx> wrote:
Andrew, your Heikin-Ashi code is part of a special indicator group, named "mistakes".
Try this:
=========== Heikin-Ashi =========== ---8<------------- HaClose:=(O+H+L+C)/4; HaOpen:=ValueWhen(2,1,(O+C)/2); HaHigh:=Max(H,HaOpen); HaLow:=Min(L,HaOpen);
HaOpen; {Dk Green} HaHigh; {Blue} HaLow; {Red} HaClose {Black} ---8<-------------
jose '-)
--- In equismetastock@xxxxxxxxxxxxxxx, "andrew_slemko" <andrew_slemko@xxxx> wrote: > > Does any one where you can get the code for Heikin Ashi? I wanted to > look at a few things when they are applied to the candlesticks? > > This is what I think it might be? But this is an indicator?? > > HaClose:=(O+H+L+C)/44; > HaOpen:= ValueWhen(2,1, (O+C)/2); > HaOpen; {Red} > HaClose
{blue}
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Yahoo! Groups Sponsor |
ADVERTISEMENT
| |
|
Yahoo! Groups Links
|