PureBytes Links
Trading Reference Links
|
thanks.........................
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> You SHOULD NOT use maxgraph AT ALL in any new coding.
>
> It is left only for backward compatibility with codes written long
time ago.
>
> Any new formulas should use ONLY PLOT() function and NO
graph/maxgraph.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: <das300@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Tuesday, November 02, 2004 4:01 PM
> Subject: [amibroker] -DRAG DROP problem -SOLVED but has technical
question
>
>
> >
> >
> > It may seem obvious but not to me why my functions (when save in
drag
> > drop directory ) will not layer over each other like the built in
> > MA's in DRAG DROP.
> >
> > OK . grab a chart - place an MA 20day - place another at 60 day
mov
> > avergae ..simple all works !!
> >
> > NOW write a basic routine -
> > Plot(C +ATR(14) ,"ATRpos",colorRed,1) ;
> > save it in drag drop directory. as zztest1.afl
> >
> > NOW write another basic routine -
> > Plot(C - ATR(14) ,"ATRneg ",colorRed,1) ;
> > save it in drag drop directory. as zztest.afl
> >
> > drag onto share they work..
> >
> > I have been using the term MAXgraph = 16; for my functions
instead
> > of changing it all the time.
> > IF you have this function it will erase the previous graph u
dragged
> > onto the window.
> >
> > =MY QUESTION IS ====
> >
> > when u use the plot function do u need to have MAXgraph function
> > stated or is it automatic ? IF YES , in drag drop what are the
> > protocols we need to understand about MAXgraph?
> >
> > regards
> > maurice
> >
> >
> >
> >
> >
> >
> > Check AmiBroker web page at:
> > http://www.amibroker.com/
> >
> > Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
------------------------ 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
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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/
|