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)
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
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]>
>
>
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
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
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.
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