| 
 PureBytes Links 
Trading Reference Links 
 | 
Dom,
There is no drag/drop in Amibroker.
You must create one "indicator" which all the components you want.  
For example, if you wanted a pane which had price and an MA, you'd 
type this into the Indicator Builder:
Plot( Close, "Price", colorBlack, styleCandle);
Plot(MA(C,20),"MA20",colorRed, styleLine);
HB
--- In amibroker@xxxxxxxxxxxxxxx, "dom1_1998" <Dom2000@xxxx> wrote:
> Chuck: 
> 
> Ummmmm....The MA created a new window.  I tried the ole drag and 
drop
> routine but......nada.
> 
> How does one drag an indicator from one window to another?
> 
> Lost again.
> 
> 
> 
> --- In amibroker@xxxxxxxxxxxxxxx, "dom1_1998" <Dom2000@xxxx> wrote:
> > Chuck:
> > 
> > I use MS, Amibroker, QuotePlus and Esignal,(RT).   AB has the
> > potential to blow the others away.
> > 
> > BTW.  I have the unique ability of not finding anything if it's in
> > front of me.  Thanks to drugs and alcohol I've learned to live 
with
> it. :)
> > 
> > Dom
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free shipping on all inkjet cartridge & refill kit orders to US & Canada. Low prices up to 80% off. We have your brand: HP, Epson, Lexmark & more.
http://www.c1tracking.com/l.asp?cid=5510
http://us.click.yahoo.com/GHXcIA/n.WGAA/ySSFAA/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 
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
 
 |