March 5, 2014 18:58
THIS IS A BETA VERSION OF THE SOFTWARE. EXPECT BUGS !!!
Backup your data files and entire AmiBroker folder first!
INSTALLATION INSTRUCTIONS
IMPORTANT: This archive is update-only. You have to install full version 5.70 first.
Just run the installer and follow the instructions.
Then run AmiBroker. You should see "AmiBroker 5.71.0 BETA" written in the About box.
See CHANGE LOG below for detailed list of changes. Note that only changes
that affect end-user directly are listed here. Internal code changes/refactoring
is usually not mentioned.
CHANGE LOG
CHANGES FOR VERSION 5.71.0 (as compared to 5.70.2)
Plot(C, "Price", colorDefault );
x = SelectedValue( BarIndex()
);
y = Close[ x ];
PlotTextSetFont("E", "Wingdings", 40,
x, y, colorGreen, colorDefault,
-30 );
PlotText( "C", BarCount, Close[ BarCount - 1 ], colorRed, colorDefault,
-20 ); //
will use new font too
XLNX,NULL,"This is new address"
Plot( C, "", colorDefault, styleNoDraw );
PlotOHLC( Null, High, Low, Null, "Price", IIf( H > Ref( H,
-1 ), colorGreen, colorRed ), styleBar | styleNoLabel, Null, Null, 0, 0,
-100 );
HOW TO REPORT BUGS
If you experience any problem with this beta version please send detailed description of the problem (especially the steps needed to reproduce it) to support at amibroker.com