PureBytes Links
Trading Reference Links
|
Dear Thomas,
Yes, more patterns are on the
way.
I plan a couple of weekly
updates.
Best regards,
Tomasz Janeczko
amibroker.om
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Thomas Z.
To: <A
href=""
title=amibroker@xxxxxxxxxxxxxxx>amibroker@xxxxxxxxxxxxxxx
Sent: Sunday, November 18, 2001 8:37
PM
Subject: Re: [amibroker] AmiBroker/Win32
3.80 official release
Dear Tomasz,
Great Thanks for the candlestick - plug
in
Now i have the speed that i wish.
Do you plan to insert more patterns, andwhen do
you plan it.
Thanks Thanks
Thanks
Thomas
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Tomasz Janeczko
To: <A
href=""
title=amibroker@xxxxxxxxxxxxxxx>amibroker@xxxxxxxxxxxxxxx
Sent: Sunday, November 18, 2001 7:46
PM
Subject: Re: [amibroker]
AmiBroker/Win32 3.80 official release
Hello,
Yes, there is a short description in
Plugins/Candle.html.
Please note that this plugin is currently
very, very simple.
<FONT face=Tahoma
size=1>
Best regards,Tomasz Janeczko===============AmiBroker - the
comprehensive share manager.<A
href="">http://www.amibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Thomas Z.
To: <A
href=""
title=amibroker@xxxxxxxxxxxxxxx>amibroker@xxxxxxxxxxxxxxx
Sent: Sunday, November 18, 2001
5:57 PM
Subject: Re: [amibroker]
AmiBroker/Win32 3.80 official release
Hello,
I've found the follow link
<FONT face=Arial
size=2>C:\Programme\AmiBroker\Plugins\Candle.html
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
ThomasZ.
To: <A
href=""
title=amibroker@xxxxxxxxxxxxxxx>amibroker@xxxxxxxxxxxxxxx
Sent: Sunday, November 18, 2001
5:33 PM
Subject: Re: [amibroker]
AmiBroker/Win32 3.80 official release
Hello Tomasz,
I've seen, that there is a candlestick
plug-in in the new update. Can you please give me more information for
how i can use the function.
Thanks
Thomas
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Tomasz
Janeczko
To: <A
href=""
title=amibroker@xxxxxxxxxxxxxxx>amibroker@xxxxxxxxxxxxxxx
Cc: <A
href=""
title=amibroker-news@xxxxxxxxxxxxxxx>amibroker-news@xxxxxxxx
Sent: Sunday, November 18,2001
4:53 PM
Subject: [amibroker]
AmiBroker/Win32 3.80 official release
Hello,
A new version of AmiBroker (3.80) is available now for
downloadfrom:
First time users:
<A
href="">http://www.amibroker.com/bin/AmiBroker380.exe
(1.9MB)<A
href="">http://www.amibroker.net/bin/AmiBroker380.exe
(1.9MB)<A
href="">ftp://ftp.amibroker.com/pub/AmiBroker380.exe
(1.9MB)
Upgrade:
<A
href="">http://www.amibroker.com/bin/AmiBroker380up.exe
(1.3MB)<A
href="">http://www.amibroker.net/bin/AmiBroker380up.exe
(1.3MB)<A
href="">ftp://ftp.amibroker.com/pub/AmiBroker380up.exe
(1.3MB)
The upgrade is free for the registered users of version 3.30 and
above.The users that registered 3.20 or earlier (before June 29,
2000) canpurchase one-year upgrade plan for $35.
CHANGES (as compared to 3.70):
AFL SYNTAX HIGHLIGHTING
New AFL Syntax Highlighting editor (highlights AFL code only)
New preferences settings for AFL editor font/colors/highlighting
features
New color picker implemented
PLUGINS AND COMPONENT OBJECT MODEL SUPPORT
AFL engine - DLL Plug-in interface implemented (separate
specification available)
Plugin dialog implemented: (Tools->Plugins menu) allows
loading/unloading plugins without closing AmiBroker (useful in
development work, when you need to replace the DLL)
AFL engine - COM support added:
CreateObject( "server.class" )
CreateStaticObject( "server.class" )
ability to call methods in COM objects directly from AFL:
ob.MethodName( param1, .... );this allows writing/debugging
your trading system in Visual Basic/Delphi and similar COM-enabled
languages
AFL: scripting host - added 2 new methods to AFL host object:
AFL.CreateObject( "server.class" ) - mainly for completeness
(duplicates new ActiveXObject functionality)
AFL.CreateStaticObject( "server.class" ) - this one is very
useful for COM objects that are slow to initialize (like QP2
objects). Thanks to this function initialization is done onlyonce
per AmiBroker session
ENHANCEMENTS IN BACK TESTER
trailing stops implemented
points only test for futures - commission handling adjustedto
this kind of test
BuyPrice, SellPrice, ShortPrice, CoverPrice arrays are checked
against High/Low range for every bar and adjusted if they are
outside of the allowed range due to the wrong formula. Also these
arrays are checked for {empty} values and fixed to back to the
default set in Settings if an {empty} is encountered.
ability to add entry/exit prices to the back test report,
precision selectable 2 or 4 decimal digits
Buy/sell arrows are not shown for out-positions
show current trade arrows scrolls chart correctly also for short
trades
when no data is available "N/A" is displayed in the backtesting
reports instead of ugly 1.#J or 1.$
ENHANCEMENTS IN AMIBROKER FORMULA LANGUAGE
New AFL functions: AddColumn( array, name, format = 1.2
);AddTextColumn( text, name );Plot( array, name,
color/barcolor, )
dynamic (time-variable) stops implemented (ApplyStop() function
accepts now array as a third parameter)
New reserved variableGraphNname = "string";
the color indexes in graphNcolor, graphNbarcolor, Plot() are now
consistently encoded
a default argument mode = 0 added to the following
functions:GroupID( mode = 0 ), MarketID( mode = 0 ), SectorID(
mode = 0 ), IndustryID( mode = 0 )when mode = 0 (or no
argument is given)- these functions return numerical ID (as in
3.79)mode = 1 - these functions return name of the category
(text)
added predefined symbols True = 1 and False = 0
New AFL functions: GroupID(), MarketID(), SectorID(),
IndustryID(), InWatchList( listno )
AFL: GetScriptObject() function allows calling functions inthe
script part
AFL: parser stops after first error
AFL: RelStrength() and Foreign() functions now two times faster
OTHER IMPROVEMENTS AND FIXES
The number of chart sheet tabs is now definable by the user
(from 1 upto 20 tabs)The default was increased to 8. A pager
control added to scroll the tabs if there is not enough space to fit
all tabs and the horizontal scroll bar
indicators are alpha-sorted now in all Insert menus and
Indicator Builder
ability to sort custom indicators by name (ascending/descending)
in Indicator Builder and Insert Indicator dialogs ( just click on
the caption bar)
"Display in quick insert menu" option added in the Indicator
Builder allowing to control which custom indicators appear in the
menu.
data tooltip is less sensitive to the mouse movement when a
chart is zoomed in
sharing violation exception is now caught when trying to save
AFL/CSV over the file that is opened exclusively by another
application.
The on/off status of format toolbar buttons (thick line, dotted,
right extend) is preserved between sessions
snap to price mode is active only in main price chart
bug report window lists also cooltool and mfc versions
if broker.prefs file is missing charts are not black anymore
(bug occurred in 3.78)
additional safety check when loading layout files implemented
a new option in Automatic Analysis window menu to add only
*selected* items from the results list to the watch list(s) -
multiple selection as usual Click+SHIFT, +CTRL
snap to price does not affect horizontal line and text tools
anymore
fixed bug with handling unterminated C-like comments
progress dialog does not flicker during optimization
palette size increased to 56 colours - 40 pre-defined + 16
custom (from only 16 custom colours)
Preferences now use new-style colour pickers
a new toolbar to select study colour, dot/thick style and
right-extend mode
fixed problem with reporting a short trade followed immediately
by single day long trade
fixed problem with changing font face/size during paste via
Ctrl-V
fixed problem with uninitialized **price arrays in optimization
mode
log scale in custom indicator works now correctly:
a new check box in the Indicator Builder added (Grid:
Logarithmic)
graphNstyle = 32 is not needed anymore (has no effect now)
(this is to avoid confusion having different styles (log/lin)in
multiple graphs)
zooming does not scroll the chart to the end anymore
wheel zoom/scroll is two times more sensitive (allows faster
zooming/scrolling)
Right-mouse-button menu came back in AFL editor
Snap-to-price is 100% exact now
Edit->Snap to price - enables "snap to high/low" mode when
drawing trend lines
Edit->Copy (as bitmap) implemented
Copy to clipboard list of results in AA and Quick Review
implemented (press Ctrl-C to copy)
text box uses the color set in the toolbar color picker
"Exclude" variable works correctly also with arrays
ASCII Importer accepts also comma (,) as a decimal part
separator if fields are delimited by different separator
Import wizard generates correct $SEPARATOR \t command when Tab
separator is selected
Best regards,<FONT face=Tahoma
size=2>Tomasz Janeczkoamibroker.comYour use
of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of
Service. Your use of Yahoo!Groups
is subject to the Yahoo!
Terms of Service. Your use ofYahoo!
Groups is subject to the <A
href="">Yahoo! Terms of Service.
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|