PureBytes Links
Trading Reference Links
|
Line array work OK on indicators also... your data in the array must be the
problem
----- Original Message -----
From: "PeterJ (wpq)" <pjcwebpagequery@xxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, April 22, 2004 4:50 PM
Subject: [amibroker] LineArray() - Can it be used on indicators?
> I want to plot lines on my indicators, eg, MACD, SlowStoch, etc, and I
tried
> using the LineArray function but I cannot get it to plot.
>
> Eg:
> LRegLn = LineArray( 1250, 15, 1330, 85, 0 );
> Plot(LRegLn, "LinReg Line", colorBlue );
>
> This 'flashes' a line on the chart as I click the 'apply' button in IB but
> it immediately disappears and the title shows "LinReg Line = {EMPTY}"
> indicating that there are no values to plot???
>
> I have no trouble using LineArray on the price window which leads me to
the
> subject question - Can LineArray() be used on indicators?
> _______
> peterj
>
>
>
>
>
> 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
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/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/
|