PureBytes Links
Trading Reference Links
|
Hello,
I have uploaded a slightly updated
3.80.1 beta
to the following locations:
<FONT face=Tahoma
size=2>http://www.amibroker.com/bin/ab380beta.exe
<FONT face=Tahoma
size=2>http://www.amibroker.net/bin/ab380beta.exe<A
href=""><FONT face=Tahoma
size=2>ftp://ftp.amibroker.com/pub/ab380beta.exe
CHANGES FOR VERSION 3.80.1 BETA (AS COMPARED TO
3.80.0)
the color indexes in graphNcolor, graphNbarcolor, Plot() are
now consistently encoded ( 16 Custom colors - 0..15,Black 16,
Brown 17, Dark Olive Green 18, Dark Green, 19, Dark Teal 20,
Dark blue 21, Indigo 22, Dark grey 23, Dark red 24, Orange
25,Dark_yellow 26,Green, 27,Teal, 28,Blue, 29,Blue - grey,
30,Grey - 40") 31,Red, 32,Light_orange, 33,Lime,
34,Sea_green, 35,Aqua, 36,Light_blue, 37,Violet,
38,Grey_50, 39,Pink, 40,Gold, 41,Yellow, 42,Bright_green,
43,Turquoise, 44,Skyblue, 45,Plum, 46,Light_grey, 47,Rose,
48,Tan, 49,Light_yellow, 50,Pale_green , 51,Pale_turquoise,
52,Pale_blue, 53,Lavender, 54,White, 55 )
show current trade arrows works again for "Long (stop)" and
"Short (stop") (bug present only 3.80.0)
CHANGES FOR VERSION 3.80 BETA (AS COMPARED TO
3.79)
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
Avg and A are highlighted by the AFL editor now
The number of chart sheet tabs is now definable by theuser
(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
New AFL functions: AddColumn( array, name, format = 1.2
);AddTextColumn( text, name );Plot( array, name, color/barcolor, )
New reserved variableGraphNname = "string";
"show current trade arrows" in AA window works correctalso
for "open long" and "open short"
AND, OR, NOT are highlighted in AFL editor
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.
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
Best regards,Tomasz
Janeczko===============AmiBroker - the comprehensive share
manager.<FONT face=Tahoma
size=2>http://www.amibroker.com
|