[amibroker] Re: Problems with IB plugin when backfilling data.

2010-03-24 Thread labratno9
It's not IB that's the problem, its AB! I also have Ninja trader running on IB feed and ticks come in like a charm on ninja trader but not on AB. I recently asked support if they had changed the backfill policy on ib feed and they replied they had not done so. I have my DB set to ticks and the

[amibroker] manipulating view area

2010-03-02 Thread labratno9
Hi fellow marketlovers, i was wondering if it is possible to restrict the viewing area of a chart. I would like to be able to calculate support and resistance levels and plot them only when they are in the neigbourhood of price action. I would like to be able to only plot a line if it is within

[amibroker] Re: saving database with commandline command

2010-02-09 Thread labratno9
; Hello, > > It should work with the following two lines: > > AB = new ActiveXObject("Broker.Application"); > *AB.SaveDatabase(); > > * > Best regards, Thomas > Web: www.PatternExplorer.com <http://www.PatternExplorer.com/> > > Am 09.02.2010 22:05, sch

[amibroker] Re: saving database with commandline command

2010-02-09 Thread labratno9
gards, Thomas > Web: www.PatternExplorer.com <http://www.PatternExplorer.com/> > > Am 09.02.2010 22:05, schrieb labratno9: > > Hi, > > > > I was wondering if it is possible to save the database with a command line > > command. > > > > I have amibroker runni

[amibroker] saving database with commandline command

2010-02-09 Thread labratno9
Hi, I was wondering if it is possible to save the database with a command line command. I have amibroker running 24/7 to collect ticks for back testing but sometimes it "drops" data. I would like to periodically save the database to guard against holes in the database. Does anyone have any e