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

Re: TS2000 Pager/email coding



PureBytes Links

Trading Reference Links

Hi,
I tried  this in a Signal and then the code can be verified :
****************************
Condition1 = Pager_Send("Joe Trader", "Buy 200 AMD at Market");
If H < C[1] then condition1 = True;

**************************

Rgds


Greetings from Paris

°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°
philippe_lhermie@xxxxxxxxxxx

Philippe Lhermie           ¤¿¤
                                           ~
===================================


----- Original Message -----
From: Johanson, Roy <Roy.Johanson@xxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Friday, June 18, 1999 6:39 PM
Subject: TS2000 Pager/email coding


> I've decided to add some email functionality to a few indicators and
systems
> and would be interested to hear from anyone else who is currently using
this
> feature.
>
> The help for Pager_Send() example does not work. I get an error:
>
> "This word can not start a statement"  Error #159
>
> When used in this context:
>
> ~~~~~~~~~~~~~~~~~
>
> If Send_eMail AND DataCompression = 1 AND BarStatus(DataSeries) = 2 then {
> send only on finished bar }
> Begin
> Pager_Send(eMailID, DisplayText);
> End;
>
> ~~~~~~~~~~~~~~~~~
>
> Does anyone know how this function is meant to be used?
>
>