PureBytes Links
Trading Reference Links
|
John,
you did not explain which points to connect.
Here is a Close-Close line
SetBarsRequired(10000,10000);
x=BarIndex();Lx=LastValue(x);
z=C;
y=LineArray(x[0],z[0],Lx,z[Lx]);
Plot(z,"z",1,64);
Plot(y,"y",4,1);
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, "nirvana1x" <nirvanaiam@xxxx> wrote:
> hi members i am trying to plot a line from the first bar to the
last
> bar,in the IB.
>
> Anyone able to help?
>
> Cheers john.
------------------------ 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
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
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/
|