PureBytes Links
Trading Reference Links
|
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
<*> 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/
|