PureBytes Links
Trading Reference Links
|
Thanks Ed,
I love the arrows, might use them in other things.
Is there any way to smooth the plot?
--- In amibroker@xxxxxxxxxxxxxxx, "ed nl" <ed2000nl@xxxx> wrote:
> there is an example in the manual. I added a chart
>
> rgds, Ed
>
> TimeFrameSet( inWeekly );
> MA14_Weekly = MA( Close, 14 );
>
> TimeFrameRestore();
>
> Buy = Cross( Close, TimeFrameExpand( MA14_Weekly, inWeekly ) );
> BuyPrice = Close;
>
> Plot(C,"",colorWhite,64);
> PlotShapes(IIf(Buy,shapeUpArrow,0),colorWhite, layer = 0,
yposition = BuyPrice, offset = 0 );
> Plot(TimeFrameExpand( MA14_Weekly, inWeekly ),"",colorWhite,1);
>
> ----- Original Message -----
> From: lamplowman
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Thursday, August 12, 2004 12:21 PM
> Subject: [amibroker] Weekly indicators on daily charts
>
>
> Has anyone managed to use AFL and plot weekly indicators on
daily
> charts alla Incredible Charts style.
>
> I have tried just increasing the daily rate, but it's not quite
the
> same.
>
> Peter
>
>
------------------------ 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/
|