[amibroker] Re: IB plugin 1.8.0 released - This is a fix? I don't think so!

2008-10-17 Thread rewuio
Yes, I have the same problem with backfilling. --- In amibroker@yahoogroups.com, James <[EMAIL PROTECTED]> wrote: > > I am currently trying to backfill 1 day of data for 6CZ8-GLOBEX- FUT. It has been running for over two hours and the Plugin Status window says: > Connected OK > Backfilling (#18)

[amibroker] Re: Deleting old data in a tick database

2008-04-20 Thread rewuio
Use "Symbol", "Quote Editor", select data and delete. cheers --- In amibroker@yahoogroups.com, "Kapil Marwaha" <[EMAIL PROTECTED]> wrote: > > Hello all, > > Can anyone tell me how I can delete older data from my real time tick > database in Amibroker. The huge size of the database is making rea

[amibroker] Re: plotshapes function

2008-03-12 Thread rewuio
the > laptop it sounds like a setting. Nothing comes to mind, however. Perhaps > someone else or Support has an idea. > > > > Bill > > > > - Original Message - > > From: "rewuio" < <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]> > >

[amibroker] Re: plotshapes function

2008-03-11 Thread rewuio
Just variables, like XY = RSI(14)< 50; . The same code works well on my laptop. Walter --- In amibroker@yahoogroups.com, "wavemechanic" <[EMAIL PROTECTED]> wrote: > > What are XY and ZW? > > Bill > > ----- Original Message - > From: "rewui

[amibroker] Re: plotshapes function

2008-03-11 Thread rewuio
ot;, styleBar, maskPrice ) ); PlotShapes(shapeDownArrow*(XY AND ZW), colorRed,0,H,-35); Walter --- In amibroker@yahoogroups.com, "wavemechanic" <[EMAIL PROTECTED]> wrote: > > What is your code? > > Bill > > - Original Message - > From: "re

[amibroker] plotshapes function

2008-03-11 Thread rewuio
Hello, I have a problem with the plotshapes function. Shapes in my indicators were displayed well but suddenly they are not displayed anymore. I must have changed something by accident but I dont know what. The afl formula of the indicator is unchanged. Has anyone an idea? Thank you.

[amibroker] autoanalysis intraday

2007-02-22 Thread rewuio
Dear group members, I tried to program an autoanalysis scan that checks every 5 minutes. In case of buysignal or sellsignal it should alert by sound. I tried this : tn = TimeNum(); tm = Now(4); Tmin = (tm/100)%100; Tsec = frac(tm/100)*100; Endper = (Tmin==4 AND Tsec>=55) OR (Tmin==9 AND Tsec>=5