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

RE: email / IM signals



PureBytes Links

Trading Reference Links

Pete

This is where hopefully someone else can jump in with ideas. I have
never needed to do this so i have never tried. I thought you coud do
something like this


longentry = high + [averagetruerange/2]
if condition1 is true then begin
 buy at longentry stop;
 FileAppend("C:\syst1.txt", "hi brokerdude"+newline);
 FileAppend("C:\syst1.txt", "Buy 1 contract SPZ04 at "+longentry+" Stop.
Good for day session only."+newline);
 if dayofweek = 6 then  FileAppend("C:\syst1.txt", "Thank god its
friday"+newline);
 FileAppend("C:\syst1.txt", "Cheers bigears"+newline);
 FileAppend("C:\syst1.txt", "Pete"+newline);
end;


I cant see why that couldnt work, depending how your system/trading works.

Anyone else has any ideas? Can anyone see why it wouldnt work?

Cheers
Cameron

-----Original Message-----
From: pete was [mailto:petawas@xxxxxxxxx]
Sent: Wednesday, September 22, 2004 1:56 AM
To: camacazi@xxxxxxxxxxx; Omega-list@xxxxxxxxxx
Subject: RE: email / IM signals


> There is another way... i did read of a email program somewhere that runs
> in the background. It looks for any new files in a predefined directory,
> then emails that file to a"predifined" person. I cant remmeber that name of
> it though.

Thanks, here's one deal:

File Send Automatically 1.1

http://www.brothersoft.com/Internet_E-Mail_File_Send_Automatically_19397.html

OK, another question. I used file append to write
to a directory, but what do I use to get the signals
written there?


FileAppend("C:\syst1.txt", "Orders");

This actually sends the word "Orders" to the
file :-). What do i plug in there to get the
siganls sent to the file? Where do I need to place
this statement in the system?

Thanks again!

Pete

--- c <camacazi@xxxxxxxxxxx> wrote:

> Pete
>
> There is another way... i did read of a email program somewhere that runs
> in
> the background. It looks for any new files in a predefined directory ,
> then
> it emails that file to a"predifined" person. I cant remmeber that name of
> it
> though.  You could print the order out to that directory using ts4.
> Sounds
> complicated , but i am sure it would be reliable enough.
> Sorry i cant remmeber the name of it though , maybe an hour on Google
> might
> find it.
> Cheers
> Cameron
>
> -----Original Message-----
> From: pete was [mailto:petawas@xxxxxxxxx]
> Sent: Sunday, September 19, 2004 2:27 AM
> To: Omega-list@xxxxxxxxxx
> Subject: Re: email / IM signals
>
>
> Thanks Roger,
>
> So TS2K is the only way? I'm still on TS4. How are TS2K users
> doing these days? TS2K still crashing systems? Anyone want to sell
> a copy of TS2K?
>
> Thanks again!
>
> Pete
>
>
> --- Roger Shepherd <mailrs@xxxxxxxxxx> wrote:
>
> > Hello pete,
> >            I don't know how it works in the others but in TS2K
> >            look under file, desktop options, messaging,
> >            Select  e-mail address and type in the address you want the
> >            signals sent to.
> >            Then in your chart that is running the strategy gto to
> >            format, window, properties and check enable messaging.
> >            then  when your strategy sends a signal it will also e-mail
> >            it.
> >
> > Friday, September 17, 2004, 12:54:15 PM, you wrote:
> >
> > pw> Is there a way to email or instant message (yahoo
> > pw> messanger preferred) signals from TS4? TS2K? TS7/8?
> >
> > pw> Searched the archives, couldn't find a thing.