PureBytes Links
Trading Reference Links
|
I just started putting in audible alerts coding like this:
if Plot2 <0 Then Begin condition1 = PlaySound("c:\windows\media\ding.wav");
Alert ("sell");
end;
You may have a sound play for 1) when the alert box comes up
or 2) if you put the playsound into the indicator.
I don't know about strategies, sorry, but maybe the above line would
accomplish that.
Best,
Marc Miller
----- Original Message -----
From: <RGHSTOCKS@xxxxxxx>
To: <omega-list@xxxxxxxxxx>
Cc: <rghstocks@xxxxxxx>
Sent: Monday, December 20, 2004 12:03 PM
Subject: How do you turn on audio alerts for Strategies???
> I have always used indicators and their visual and audio alerts and the
Message Center. I am trying to figure out how to get the Strategies to give
me the same kind of audio alerts so I don't have to watch the screen all day
but have had no luck. Can someone fill me in on how to do this.
> Thanks
> Randy
>
>
|