PureBytes Links
Trading Reference Links
|
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@xxxxxxxxxx>
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 --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/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/
|