PureBytes Links
Trading Reference Links
|
Great, Thank you - that explains the chart getting squashed. This
gives me some ideas for projecting the end point based on hard coded
numbers.
Again - thanks,
George
--- In amibroker@xxxxxxxxxxxxxxx, "Ara Kaloustian" <ara1@xxxx> wrote:
>
> You have to use the LineArray() function to determine the starting and
> ending pointd of your line.
>
> Then use Plot funcion
>
> TrendLine = LineArray(.... your co-ordinates)
> Plot(TrendLine,...)
>
> If you dont have an end point the scale will get all messed up
>
>
> ----- Original Message -----
> From: "gnader_2000" <zepplin@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Saturday, January 21, 2006 5:28 PM
> Subject: [amibroker] Plot automatic trendline
>
>
> > I am trying to get a single trend line plotted on the signal line of
> > the MACD, everything I'm reading and trying to use squashes down the
> > MACD chart to where you cannot read anything off its charts.
> >
> > Any thoughts would be appreciated. All I want is for a trend line to
> > plot from the last low up 30 degrees or down 30 degrees from the
> > recent high on the MACD signal.
> >
> > Thanks in adavnce,
> >
> > George
> >
> >
> >
> >
> >
> >
> >
> > Please note that this group is for discussion between users only.
> >
> > To get support from AmiBroker please send an e-mail directly to
> > SUPPORT {at} amibroker.com
> >
> > For other support material please check also:
> > http://www.amibroker.com/support.html
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
|