PureBytes Links
Trading Reference Links
|
Try
MA1=MA(C,26);
MA2=MA(C,52);
Plot(MA1,"MA1",1,1);
Plot(MA2,"MA2",1,1);
Plot(Min(MA1,MA2),"",0,2);
Plot(Max(MA1,MA2),"",2,2);
Dimitris
--- In amibroker@xxxxxxxxxxxxxxx, "ntk98_2000" <ntk98_2000@xxxx>
wrote:
>
> I am confused by following display expressions
> a) "shifted 25 days prior to today "
> b) "then shifted 25 days ahead of today"
>
> Secondly I like in to color the area between two chart lines like MA
> (C,26) and MA(C,52) how can I do that?
>
> Thanks very much in advance.
------------------------ 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/
|