PureBytes Links
Trading Reference Links
|
IchiMoku Cloud = Macd Cloud
ST:=(HHV(H,26)+LLV(L,26))/2;
TL:=(HHV(H,9)+LLV(L,9))/2;
DL:=Ref(C,26);
1Span:=Ref((ST+TL)/2,-26);
2Span:=Ref((HHV(H,52)+LLV(L,52))/2,-26);
ST;
TL;
DL;
1Span;
2Span
The above formula is the Ichimoku Chart,if someone
know how to make a "cloud" in between 1Span & 2Span
then it can make the same to Macd also.
> hello !
>
> someone know how to fill in colour in between Macd()
> &
> Mov(macd(),9,e) and make it looks like a cloud ?
>
> I mean it will look like the Ichimoku 's KUMO
> (cloud)
> [the built in indicator in Ver 8].
>
> thanks for your help !!!
>
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/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/
|