PureBytes Links
Trading Reference Links
|
Tomasz,
thank you for the new release.
I have some questions before the 4.64 setup, please see below.
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> A new beta version (4.64.0) of AmiBroker has just been released.
>
> It is available for registered users only from the members area at:
> http://www.amibroker.com/members/bin/ab4640beta.exe
>
> (File size: 703 536 bytes, 703 KB)
>
> If you forgot your user name / password to the members area
> you can use automatic reminder service at:
http://www.amibroker.com/login.html
>
> Among other new things:
> + Indicator Builder replaced by full-screen AFL editor (allows to
edit multiple files at the same time)
> + Indicators are now saved in separate AFL files
> + Formula tree now allows rename/delete/create new file/folder
> + enancements of drag&drop interface
> + N-tick bars are supported by TimeFrame functions
>
> Please read the Read Me document (below) for detailed list of new
features and changes.
>
> There will be also a series of new video tutorials explaining new
features published on Monday.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
>
> AmiBroker 4.64.0 Beta Read Me
> November 21, 2004 20:07
>
> THIS IS A BETA VERSION OF THE SOFTWARE. EXPECT BUGS !!!
>
> Backup your data files and entire AmiBroker folder first!
> IMPORTANT NOTE: This version uses new system to store indicators
(in separate files), so old versions will not automatically "see"
indicators created with new version.
>
> INSTALLATION INSTRUCTIONS
>
> IMPORTANT: This archive is update-only. You have to install full
version 4.60 first.
>
> Just run the installer and follow the instructions.
>
> Then run AmiBroker. You should see "AmiBroker 4.64.0 beta" written
in the About box.
>
> Many thanks to all providing detailed descriptions how to reproduce
given bug.
>
>
> See CHANGE LOG below for detailed list of changes.
>
> CHANGE LOG
>
> CHANGES FOR VERSION 4.64.0 (as compared to 4.63.1)
>
> a.. QuickAFL is turned ON always
> (it does not affect regular AFL code, only may affect some loops
and/or plugins but a graceful period of almost 2 years was given to
every user to get used to it and adjust the code if necessary, note:
if particular formula needs all bars use SetBarsRequired function)
> b.. Quick built-in charts is turned ON always
> c.. Y-axis drag area is now thinner (to make de-selecting date
easier)
> d.. resizing dialogs remember not only size but also position
> e.. time&sales windows remember size and positions separately for
each symbol
> f.. time&sales window now uses TimeShift setting from "Intraday
Settings" screen
> g.. max. trade drawdown stat figure is now also updated at exit
price of the max. loss stop
> h.. on startup all formulas (built-in and custom) that were
stored in broker.charts / broker.bcharts files are now automatically
converted to individual AFL files and stored under:
Formulas\Old\Built-in
> and Formulas\Old\Custom
I have some custom indicators saved with the same name.
Example: There are 3 different custom formulas under the same
name "angle".
It was not a problem for previous versions.
How these 3 indicators will be [automatically] saved in the new
Formulas\Old\Custom ?
Should I rename these indicators before 4.64 installation ?
> i.. found and fixed few byte memory leak when using #include
> j.. #include can now read from registry using @ character
> #include @LastBacktestFormula
> will include the formula that was used in last backtest run
(useful for custom equity formulas)
> k.. Workspace tab control now sizes down without displaying tab
scroll bar
> l.. all TimeFrame* AFL functions extended to work with N-tick
bars too. N-tick intervals are specified by NEGATIVE numbers passed
in 'interval' parameter.
> So for example:
> TimeFrameSet( -10 ); // switch to 10-tick interval
> m.. Workspace -> Charts tree now supports file deletion,
renaming, creation of new files and folders plus more via Right-mouse
button (RMMB) menu. Options available from RMB menu:
> a.. Insert - creates a copy of the selected file, insert
_SECTIONS if necessary and inserts charts into new pane
> b.. Insert Linked - just inserts chart into new pane - the pane
links directly to selected formula (so if you have more than one pane
using the same formula, modifying it will modify the chart in all
panes linked to it)
> c.. Overlay - overlays selected formula onto "active" pane.
Active pane is the pane you have clicked on recently
> d.. Edit - opens Formula Editor and loads selected file for
editing
> e.. Rename - allows to rename formula file
> f.. Delete - deletes the formula (permanently !) - charts panes
linked to it will become black
> g.. New->Formula - creates new formula file
> h.. New->Folder - creates new folder
> i.. Refresh - refreshes directory/file tree
> n.. Indicator builder removed and replaced by "Formula Editor"
> o.. you can now control axis and grid settings from "Parameters"
dialog
There are many custom indicators without any Param line.
It seems the "Parameters" button is transparent and, consequently, I
will not be able to use the Grid lines settings [Limits, Show dates
etc.]
I read in some previous messages that I have to add some Param() line
in these custom formulas. It would not be easy for 500 [or 1000]
custom indicators, since the Param() functions are relatively new in
amibroker evolution.
Is it possible to have the Parameters button visible even if there is
no Param() line in the custom formulas ?
Dimitris
> p.. "Main" chart, "Indicators" and "Other indicators" preference
pages removed. Now all charts use new drag & drop system
>
------------------------ 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/
|