With
the new version of IB.dll i am getting 5 days of backfill, with NO changes to
the plug-in windows. i follow the 4 stock indices futures, Euro, bonds
& notes and crude.
in
case something got changed in your Database Settings,
Data
Source= InteractiveBrokers data Plug-in
Local
data storage=Enable
N of
bars to load= mine was changed to 80000
Base
time interval=1 minute
on the
Config menu, i removed X's from all boxes at the bottom,
On the
intraday settings, try changing to Show 24 hours of trading and local
time.
Also--within AB, open the Quote Editor on the toolbar and check the data
contained there. AB loads all the data, but only displays what you want
via the interlay setting.
hth, if you setting are as above--email Marcin at
support.
ron
I have several 1 min charts open. The 1
minute backfill setting is the default 86,400. I'm thinking that should
get me 1 day of backfill on each chart, but I get much less --
maybe a half hour at most. Anyone know what gives?
Thanks
----- Original Message -----
Sent: Monday, October 31, 2005 9:57
AM
Subject: [amibroker] Plot help
please
How do you plot a line of fixed length each day?
I'm try to draw a line only between the hours of 06:00 &
12:00 and the IIF() function doesn't accept the Plot statement and the
if() function doesn't accept arrays, so I can't write
if(timenum() >= etc etc
{
plot (etc etc);
}
AM6H = ValueWhen(TimeNum()== 120000,HHV(H,10) + 0.0002);
H5 = Plot(AM6H ,"",colorWhite,styleLine|styleNoRescale);
IIf ( TimeNum() >= 060000 AND TimeNum()
<= 120000,H5, Null);//Doesn't
work with
IIF()
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
SPONSORED LINKS
YAHOO! GROUPS LINKS
|