| 
 PureBytes Links 
Trading Reference Links 
 | 
MS code from heikin-ashi explanation at
http://www.traders.
com/Documentation/FEEDbk_docs/Abstracts_new/Valcu/valcu.html
===========
heikin-ashi
===========
---8<----------
haClose:=(O+H+L+C)/4;
haOpen:=Ref((O+C)/2,-1);
haHigh:=Max(H,Max(haOpen,haClose));
haLow:=Min(L,Min(haOpen,haClose));
haOpen;  {Dk Green}
haHigh;  {Blue}
haLow;   {Red}
haClose  {Black}
---8<----------
jose '-)
--- In equismetastock@xxxxxxxxxxxxxxx, hcour <no_reply@xxxx> wrote:
> This indicator is in Feb's TASC mag and they include complete codes 
> for all kinds of charting programs, except MS! Has anyone coded this 
> for MS, or know of a site where I could find it? I looked at the 
> usual sites but didn't see it.
> 
> Thanks much,
> Harold
 
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/BefplB/TM
---------------------------------------------------------------------~->
Yahoo! Groups Links
To visit your group on the web, go to:
 http://groups.yahoo.com/group/equismetastock/
To unsubscribe from this group, send an email to:
 equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to:
 http://docs.yahoo.com/info/terms/ 
 |