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