[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: alerts in easy language



PureBytes Links

Trading Reference Links

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
> 
>