PureBytes Links
Trading Reference Links
|
CHANGES FOR VERSION 4.62.0 (as compared to 4.61.0)
a.. implemented indicator drag and drop mechanism. See video tutorial: http://www.amibroker.net/video/dragdrop1.html
b.. new "Chart" tab in the workspace window (lists all AFL files and directories from "Formulas" subfolder)
c.. Automatic Analysis formula window is now drag&drop target too (you can drag formulas and AFL files onto it)
d.. new AFL special functions used to automatically create formulas from code snipplets dragged onto the the indicator pane.
_SECTION_BEGIN, _SECTION_END, _SECTION_NAME, _DEFAULT_NAME, _PARAM_VALUES
----- Original Message -----
From: Dimension
To: amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, November 09, 2004 9:31 PM
Subject: [amibroker] Questions for seasoned users...
Hi,
I am looking thru some of the code in the built-in indicators and have the
following questions (I searched the online documentation but could not find
the answer to these):
1) What does _SECTION_BEGIN and _SECTION_END indicate (besides the
obvious).?
2) What does _DEFAULT_NAME() do?
3) What is the difference between Param and ParamField? (I know Param
creates parameters that can be modified via a dialogue).
4) I plot an EMA on a price chart, but would like "EMA( period )" to
appear in the upper left (i.e. I'd like the plot name to be annotated on the
chart much like other indicators.CCI, RSI, etc). Much like a key; in the
case of multiple EMAs plotted on a chart, this would make it easy to
identify which plot is which.currently, the I have to remember what color
represents a given period do determine which plot is which. How can I do
this?
Thanks much for your time.
[Non-text portions of this message have been removed]
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
Get unlimited calls to
U.S./Canada
------------------------------------------------------------------------------
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
b.. To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
------------------------ 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/
|