PureBytes Links
Trading Reference Links
|
Hi,
yes.
STATUS
- get run-time AFL status information
|
Miscellaneous functions
(AFL 1.65)
|
SYNTAX |
status( ''statuscode''
) |
RETURNS |
ARRAY |
FUNCTION |
Returns run-time status of the analysis engine.
Supported status codes:
- "stocknum" - gives you the ordinal number of currently
analysed symbol
- "action" - gives information in what context given formula
is run: 1 - INDICATOR, 2 - COMMENTARY, 3 - SCAN, 4 - EXPLORATION, 5 -
BACKTEST / OPTIMIZE
- "rangefromdate", "rangetodate" - return current
auto-analysis From-To range as DateNums
- "rangefromtime", "rangetotime" - return current
auto-analysis From-To range as DateNums
- "barinrange" - returns 1 when current bar is within current
auto-analysis From-To range
- "barvisible" - (custom indicators only) returns 1 when
current bar is visible in current view
- "firstbarinrange" and "lastbarinrange". They return 1 (or
True) on the first/last bar of analysis range.
- "buydelay", "selldelay", "shortdelay", "coverdelay" -
return delays set in the Settings window
- "firstbarintest" and "lastbarintest" - similar to
"firstbarinrange" and "lastbarinrange" but they return the settings of
last BACKTEST/OPTIMIZATION and intermediate scans/explorations do not
affect them
|
Regards
Thomas
www.tradingbasis.com
dweilmuenster95125 wrote:
Is there an AFL function that that will return the begin/end dates
displayed in the current chart, without having to manually select the
range on the chart?
I can find a function that returns begin/end dates for auto-analysis,
but not for charts.
Am using AmiBroker 4.07.5.
Thanks,
David
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.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/
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
YAHOO! GROUPS LINKS
|
|