PureBytes Links
Trading Reference Links
|
The keyword BarStatus() was not available in TS4. It
was introduced in 2000i with the ActivityBars and
look-Inside-the-bar technology...
Victor Cuadra
www.cuadraE.com
--- Piranhas R Us <piranhasrus@xxxxxxxxx> wrote:
> This code works in TS2000 wih update every tick. Try
> it in TS4.
>
> IF whatever and CheckAlert and BarStatus(1) = 2
> Then
> Alert("whatever")
>
>
>
>
>
>
> --- Chris Cheatham <nchrisc@xxxxxxxxxx> wrote:
> > Anyone know of a TS4 trick to have an indicator
> > update on every tick, but
> > only trigger an alert sound on the close of the
> bar?
> >
> > Thanks,
> > Chris
> >
> >
>
>
=====
Victor Cuadra
www.cuadraE.com
|